Searched refs:bInterfaceProtocol (Results 1 – 16 of 16) sorted by relevance
/linux-2.4.37.9/drivers/usb/ |
D | printer.c | 997 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()
|
D | usb-debug.c | 140 desc->bInterfaceClass, desc->bInterfaceSubClass, desc->bInterfaceProtocol); in usb_show_interface_descriptor()
|
D | usbnet.c | 2693 .bInterfaceProtocol = 0x00, 2702 .bInterfaceProtocol = 0x00, 2711 .bInterfaceProtocol = 0x00, 2720 .bInterfaceProtocol = 0x00, 2729 .bInterfaceProtocol = 0x00, 2738 .bInterfaceProtocol = 0x00,
|
D | acm.c | 539 ifcom->bInterfaceProtocol < 1 || ifcom->bInterfaceProtocol > 6 || in acm_probe()
|
D | dc2xx.c | 395 || interface->bInterfaceProtocol != 0 in camera_probe()
|
D | devices.c | 251 desc->bInterfaceProtocol, in usb_dump_interface_descriptor()
|
D | usb.c | 683 (id->bInterfaceProtocol != intf->bInterfaceProtocol)) in usb_match_id() 898 dev->actconfig->interface [interface].altsetting [alt].bInterfaceProtocol) in call_policy_interface()
|
D | mdc800.c | 428 || ( intf_desc->bInterfaceProtocol != 0 ) in mdc800_usb_probe()
|
D | CDCEther.c | 945 && ( data_intf->bInterfaceProtocol == 0x00 ) ) { in verify_ethernet_data_interface()
|
/linux-2.4.37.9/include/linux/ |
D | usb_ch9.h | 253 __u8 bInterfaceProtocol; member
|
D | usb.h | 277 __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/ |
D | ether.c | 454 .bInterfaceProtocol = 0, 469 .bInterfaceProtocol = 0xff, /* vendor specific */ 632 .bInterfaceProtocol = 0, 647 .bInterfaceProtocol = 0, 667 .bInterfaceProtocol = 0, 690 .bInterfaceProtocol = 0,
|
D | file_storage.c | 872 .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/ |
D | au1000_usbraw.c | 168 bInterfaceProtocol:0x00,
|
D | au1000_usbtty.c | 193 bInterfaceProtocol:0x00,
|
/linux-2.4.37.9/drivers/usb/storage/ |
D | usb.c | 617 altsetting->bInterfaceProtocol : in storage_probe()
|