Searched refs:bDeviceProtocol (Results 1 – 25 of 38) sorted by relevance
12
| /linux/drivers/usb/core/ |
| H A D | otg_productlist.h | 86 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in is_targeted()
|
| H A D | hub.h | 155 return hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS; in hub_is_superspeed() 160 return (hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS && in hub_is_superspeedplus()
|
| H A D | driver.c | 680 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in usb_match_device() 950 usb_dev->descriptor.bDeviceProtocol)) in usb_uevent()
|
| H A D | devices.c | 326 desc->bDeviceProtocol, in usb_dump_device_descriptor()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | g_ffs.c | 82 module_param_named(bDeviceProtocol, gfs_dev_desc.bDeviceProtocol, byte, 0644); 83 MODULE_PARM_DESC(bDeviceProtocol, "USB Device protocol");
|
| H A D | audio.c | 179 .bDeviceProtocol = 0, 183 .bDeviceProtocol = 0x01,
|
| H A D | ncm.c | 52 .bDeviceProtocol = 0,
|
| H A D | printer.c | 73 .bDeviceProtocol = 0,
|
| H A D | cdc2.c | 46 .bDeviceProtocol = 0,
|
| H A D | acm_ms.c | 43 .bDeviceProtocol = 1,
|
| H A D | serial.c | 69 .bDeviceProtocol = 0,
|
| H A D | ether.c | 154 .bDeviceProtocol = 0,
|
| H A D | multi.c | 70 .bDeviceProtocol = 1,
|
| H A D | webcam.c | 77 .bDeviceProtocol = 0x01,
|
| /linux/tools/usb/usbip/libsrc/ |
| H A D | usbip_common.c | 120 udev->bDeviceProtocol); in dump_usb_device() 213 READ_ATTR(udev, uint8_t, sdev, bDeviceProtocol, "%02x\n"); in read_usb_device()
|
| H A D | usbip_common.h | 125 uint8_t bDeviceProtocol; member
|
| H A D | usbip_device_driver.c | 90 copy_descr_attr(dev, &descr, bDeviceProtocol); in read_usb_vudc_device()
|
| /linux/tools/usb/usbip/src/ |
| H A D | usbip_list.c | 100 udev.bDeviceProtocol); in get_exported_devices()
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget | 26 bDeviceProtocol USB device protocol code
|
| /linux/drivers/net/usb/ |
| H A D | cx82310_eth.c | 350 .bDeviceProtocol = (pr)
|
| /linux/tools/usb/ |
| H A D | testusb.c | 72 __u8 bDeviceProtocol; member
|
| /linux/rust/kernel/ |
| H A D | usb.rs | 141 bDeviceProtocol: protocol, in from_device_info()
|
| /linux/scripts/mod/ |
| H A D | devicetable-offsets.c | 20 DEVID_FIELD(usb_device_id, bDeviceProtocol); in main()
|
| /linux/include/linux/ |
| H A D | mod_devicetable.h | 141 __u8 bDeviceProtocol; member
|
| /linux/drivers/usb/misc/ |
| H A D | lvstest.c | 410 if (hdev->descriptor.bDeviceProtocol != USB_HUB_PR_SS || hdev->parent) { in lvs_rh_probe()
|
12