Home
last modified time | relevance | path

Searched refs:driver_info (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dusbnet.c218 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 …]
Dwacom.c387 { 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 …]
Daiptek.c764 {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},
Dw9968cf.h147 .driver_info = (unsigned long)"w9968cf",
152 .driver_info = (unsigned long)"w9968cf",
Dkbtab.c66 { USB_DEVICE(USB_VENDOR_ID_KBTAB, 0x1001), driver_info : 0 },
Dusb.c640 id->driver_info; id++) { in usb_match_id()
/linux-2.4.37.9/drivers/bluetooth/
Dhci_usb.c96 { 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/
Dirda-usb.c83 { 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/
Dhotplug.txt94 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/
Ddev_table.h46 struct driver_info struct
/linux-2.4.37.9/drivers/scsi/
Dmegaraid.c1915 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/
Dusb.h398 unsigned long driver_info; member