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
553 if((x = decode(&cp)) == -1) {
560 if((x = decode(&cp)) == -1) {
566 if((x = decode(&cp)) == -1) {
572 if((x = decode(&cp)) == -1) {
580 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.c69 unsigned int (*set_vga_decode)(void *cookie, bool decode);
178 /* Account for "normal" resources to lock. If we decode the legacy,
239 * can own resources it doesn't decode.
283 * decoded them. We can lock resources we don't decode, therefore
326 * if we decode them
548 /* By default, assume we decode everything */
698 /* XXX if somebody is going from "doesn't decode" to "decodes" state
715 unsigned int (*set_vga_decode)(void *cookie, bool decode))
713 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/usb/uvc/
H A Duvcvideo.h469 void (*decode) (struct urb *urb, struct uvc_streaming *video, member in struct:uvc_streaming
/drivers/pci/
H A Dpci.c4200 static int pci_set_vga_state_arch(struct pci_dev *dev, bool decode, argument
4204 return arch_set_vga_state(dev, decode, command_bits,
4210 * pci_set_vga_state - set VGA decode state on device and parents if requested
4212 * @decode: true = enable decoding, false = disable decoding
4217 int pci_set_vga_state(struct pci_dev *dev, bool decode, argument
4228 rc = pci_set_vga_state_arch(dev, decode, command_bits, flags);
4234 if (decode == true)
4250 if (decode == true)

Completed in 3676 milliseconds