/linux-2.4.37.9/drivers/usb/ |
D | usbnet.c | 218 struct driver_info *driver_info; member 252 struct driver_info { struct 365 || !(dev->driver_info->flags & FLAG_NO_SETINT)) { in get_endpoints() 408 static const struct driver_info an2720_info = { 597 unsigned long gpio_bits = dev->driver_info->data; in ax8817x_bind() 691 static const struct driver_info ax8817x_info = { 698 static const struct driver_info dlink_dub_e100_info = { 705 static const struct driver_info netgear_fa120_info = { 712 static const struct driver_info hawking_uf200_info = { 731 static const struct driver_info belkin_info = { [all …]
|
D | wacom.c | 387 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x00), driver_info: 0 }, 388 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x10), driver_info: 1 }, 389 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x11), driver_info: 2 }, 390 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x12), driver_info: 3 }, 391 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x20), driver_info: 4 }, 392 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x21), driver_info: 5 }, 393 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x22), driver_info: 6 }, 394 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x23), driver_info: 7 }, 395 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x24), driver_info: 8 }, 396 { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x30), driver_info: 9 }, [all …]
|
D | aiptek.c | 764 {USB_DEVICE(USB_VENDOR_ID_AIPTEK, 0x01), driver_info:0}, 765 {USB_DEVICE(USB_VENDOR_ID_AIPTEK, 0x10), driver_info:0}, 766 {USB_DEVICE(USB_VENDOR_ID_AIPTEK, 0x20), driver_info:0}, 767 {USB_DEVICE(USB_VENDOR_ID_AIPTEK, 0x21), driver_info:0}, 768 {USB_DEVICE(USB_VENDOR_ID_AIPTEK, 0x22), driver_info:0}, 769 {USB_DEVICE(USB_VENDOR_ID_AIPTEK, 0x23), driver_info:0}, 770 {USB_DEVICE(USB_VENDOR_ID_AIPTEK, 0x24), driver_info:0},
|
D | w9968cf.h | 147 .driver_info = (unsigned long)"w9968cf", 152 .driver_info = (unsigned long)"w9968cf",
|
D | kbtab.c | 66 { USB_DEVICE(USB_VENDOR_ID_KBTAB, 0x1001), driver_info : 0 },
|
D | usb.c | 640 id->driver_info; id++) { in usb_match_id()
|
/linux-2.4.37.9/drivers/bluetooth/ |
D | hci_usb.c | 96 { USB_DEVICE(0x0a5c, 0x2033), driver_info: HCI_IGNORE }, 99 { USB_DEVICE(0x0a5c, 0x200a), driver_info: HCI_RESET }, 102 { USB_DEVICE(0x1131, 0x1001), driver_info: HCI_RESET }, 105 { USB_DEVICE(0x08fd, 0x0001), driver_info: HCI_DIGIANSWER }, 108 { USB_DEVICE(0x0400, 0x0807), driver_info: HCI_BROKEN_ISOC }, 814 if (!id->driver_info) { in hci_usb_probe() 821 if (id->driver_info & HCI_IGNORE) in hci_usb_probe() 888 if (id->driver_info & HCI_BROKEN_ISOC || !isoc_in_ep[1] || !isoc_out_ep[1]) { in hci_usb_probe() 906 if (id->driver_info & HCI_DIGIANSWER) in hci_usb_probe() 945 if (id->driver_info & HCI_RESET) in hci_usb_probe()
|
/linux-2.4.37.9/drivers/net/irda/ |
D | irda-usb.c | 83 { USB_DEVICE(0x9c4, 0x011), driver_info: IUC_SPEED_BUG | IUC_NO_WINDOW }, 85 { USB_DEVICE(0x4428, 0x012), driver_info: IUC_SPEED_BUG | IUC_NO_WINDOW }, 87 { USB_DEVICE(0x50f, 0x180), driver_info: IUC_SPEED_BUG | IUC_NO_WINDOW }, 89 { USB_DEVICE(0x8e9, 0x100), driver_info: IUC_SPEED_BUG | IUC_NO_WINDOW }, 94 driver_info: IUC_DEFAULT, }, 1503 self->capability = id->driver_info; in irda_usb_probe()
|
/linux-2.4.37.9/Documentation/usb/ |
D | hotplug.txt | 94 macros such as these, and use driver_info to store more information. 109 { USB_DEVICE (0x9999, 0xaaaa), driver_info: QUIRK_X }, 110 { USB_DEVICE (0xbbbb, 0x8888), driver_info: QUIRK_Y|QUIRK_Z },
|
/linux-2.4.37.9/drivers/sound/ |
D | dev_table.h | 46 struct driver_info struct
|
/linux-2.4.37.9/drivers/scsi/ |
D | megaraid.c | 1915 mega_driver_info driver_info; in mega_driver_ioctl() local 1923 if (SCpnt->request_bufflen < sizeof (driver_info)) { in mega_driver_ioctl() 1929 driver_info.size = sizeof (driver_info) - sizeof (int); in mega_driver_ioctl() 1930 driver_info.version = MEGARAID_IOCTL_VERSION; in mega_driver_ioctl() 1931 memcpy (data, &driver_info, sizeof (driver_info)); in mega_driver_ioctl()
|
/linux-2.4.37.9/include/linux/ |
D | usb.h | 398 unsigned long driver_info; member
|