Searched defs:decode (Results 1 - 6 of 6) sorted by relevance

/drivers/net/slip/
H A Dslhc.c83 static long decode(unsigned char **cpp);
203 decode(unsigned char **cpp) function
554 if((x = decode(&cp)) == -1) {
561 if((x = decode(&cp)) == -1) {
567 if((x = decode(&cp)) == -1) {
573 if((x = decode(&cp)) == -1) {
581 if((x = decode(&cp)) == -1) {
/drivers/media/rc/
H A Drc-core-priv.h27 int (*decode)(struct rc_dev *dev, struct ir_raw_event event); member in struct:ir_raw_handler
/drivers/gpu/vga/
H A Dvgaarb.c68 unsigned int (*set_vga_decode)(void *cookie, bool decode);
170 /* Account for "normal" resources to lock. If we decode the legacy,
231 * own legacy resources you don't decode unless I have a bug
270 * also have in "decodes". We can lock resources we don't decode but
313 * if we decode them
536 /* By default, assume we decode everything */
695 /* XXX if somebody is going from "doesn't decode" to "decodes" state
712 unsigned int (*set_vga_decode)(void *cookie, bool decode))
710 vga_client_register(struct pci_dev *pdev, void *cookie, void (*irq_set_state)(void *cookie, bool state), unsigned int (*set_vga_decode)(void *cookie, bool decode)) argument
/drivers/block/
H A Damiflop.c688 static unsigned long decode (unsigned long *data, unsigned long *raw, function
736 raw = decode ((ulong *)&hdr.magic, (ulong *)raw, 4);
737 raw = decode ((ulong *)&hdr.labels, (ulong *)raw, 16);
738 raw = decode ((ulong *)&hdr.hdrchk, (ulong *)raw, 4);
739 raw = decode ((ulong *)&hdr.datachk, (ulong *)raw, 4);
762 raw = decode ((ulong *)(unit[drive].trackbuf + hdr.sect*512),
/drivers/media/video/uvc/
H A Duvcvideo.h435 void (*decode) (struct urb *urb, struct uvc_streaming *video, member in struct:uvc_streaming
/drivers/pci/
H A Dpci.c3592 static int pci_set_vga_state_arch(struct pci_dev *dev, bool decode, argument
3596 return arch_set_vga_state(dev, decode, command_bits,
3602 * pci_set_vga_state - set VGA decode state on device and parents if requested
3604 * @decode: true = enable decoding, false = disable decoding
3609 int pci_set_vga_state(struct pci_dev *dev, bool decode, argument
3620 rc = pci_set_vga_state_arch(dev, decode, command_bits, flags);
3626 if (decode == true)
3642 if (decode == true)

Completed in 221 milliseconds