Home
last modified time | relevance | path

Searched refs:bInterfaceProtocol (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dprinter.c997 if (ifd->bInterfaceProtocol < USBLP_FIRST_PROTOCOL || in usblp_select_alts()
998 ifd->bInterfaceProtocol > USBLP_LAST_PROTOCOL) in usblp_select_alts()
1019 if (!epwrite || (ifd->bInterfaceProtocol > 1 && !epread)) in usblp_select_alts()
1024 if (ifd->bInterfaceProtocol == 1) { in usblp_select_alts()
1032 usblp->protocol[ifd->bInterfaceProtocol].alt_setting = i; in usblp_select_alts()
1033 usblp->protocol[ifd->bInterfaceProtocol].epwrite = epwrite; in usblp_select_alts()
1034 usblp->protocol[ifd->bInterfaceProtocol].epread = epread; in usblp_select_alts()
Dusb-debug.c140 desc->bInterfaceClass, desc->bInterfaceSubClass, desc->bInterfaceProtocol); in usb_show_interface_descriptor()
Dusbnet.c2693 .bInterfaceProtocol = 0x00,
2702 .bInterfaceProtocol = 0x00,
2711 .bInterfaceProtocol = 0x00,
2720 .bInterfaceProtocol = 0x00,
2729 .bInterfaceProtocol = 0x00,
2738 .bInterfaceProtocol = 0x00,
Dacm.c539 ifcom->bInterfaceProtocol < 1 || ifcom->bInterfaceProtocol > 6 || in acm_probe()
Ddc2xx.c395 || interface->bInterfaceProtocol != 0 in camera_probe()
Ddevices.c251 desc->bInterfaceProtocol, in usb_dump_interface_descriptor()
Dusb.c683 (id->bInterfaceProtocol != intf->bInterfaceProtocol)) in usb_match_id()
898 dev->actconfig->interface [interface].altsetting [alt].bInterfaceProtocol) in call_policy_interface()
Dmdc800.c428 || ( intf_desc->bInterfaceProtocol != 0 ) in mdc800_usb_probe()
DCDCEther.c945 && ( data_intf->bInterfaceProtocol == 0x00 ) ) { in verify_ethernet_data_interface()
/linux-2.4.37.9/include/linux/
Dusb_ch9.h253 __u8 bInterfaceProtocol; member
Dusb.h277 __u8 bInterfaceProtocol; member
362 …DEVICE_ID_MATCH_INT_INFO, bInterfaceClass: (cl), bInterfaceSubClass: (sc), bInterfaceProtocol: (pr)
393 __u8 bInterfaceProtocol; member
/linux-2.4.37.9/drivers/usb/gadget/
Dether.c454 .bInterfaceProtocol = 0,
469 .bInterfaceProtocol = 0xff, /* vendor specific */
632 .bInterfaceProtocol = 0,
647 .bInterfaceProtocol = 0,
667 .bInterfaceProtocol = 0,
690 .bInterfaceProtocol = 0,
Dfile_storage.c872 .bInterfaceProtocol = USB_PR_BULK, // Adjusted during fsg_bind()
3740 intf_desc.bInterfaceProtocol = mod_data.transport_type; in fsg_bind()
/linux-2.4.37.9/drivers/char/
Dau1000_usbraw.c168 bInterfaceProtocol:0x00,
Dau1000_usbtty.c193 bInterfaceProtocol:0x00,
/linux-2.4.37.9/drivers/usb/storage/
Dusb.c617 altsetting->bInterfaceProtocol : in storage_probe()