Searched refs:bDeviceProtocol (Results 1 – 25 of 44) sorted by relevance
12
/linux-6.6.21/drivers/usb/core/ |
D | otg_productlist.h | 86 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in is_targeted()
|
D | hub.h | 149 return hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS; in hub_is_superspeed() 154 return (hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS && in hub_is_superspeedplus()
|
D | driver.c | 667 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in usb_match_device() 937 usb_dev->descriptor.bDeviceProtocol)) in usb_uevent()
|
D | devices.c | 326 desc->bDeviceProtocol, in usb_dump_device_descriptor()
|
/linux-6.6.21/drivers/usb/gadget/legacy/ |
D | g_ffs.c | 82 module_param_named(bDeviceProtocol, gfs_dev_desc.bDeviceProtocol, byte, 0644); 83 MODULE_PARM_DESC(bDeviceProtocol, "USB Device protocol");
|
D | audio.c | 179 .bDeviceProtocol = 0, 183 .bDeviceProtocol = 0x01,
|
D | ncm.c | 52 .bDeviceProtocol = 0,
|
D | printer.c | 73 .bDeviceProtocol = 0,
|
D | cdc2.c | 46 .bDeviceProtocol = 0,
|
D | acm_ms.c | 43 .bDeviceProtocol = 1,
|
D | hid.c | 53 .bDeviceProtocol = 0,
|
D | serial.c | 69 .bDeviceProtocol = 0,
|
D | ether.c | 154 .bDeviceProtocol = 0,
|
D | multi.c | 70 .bDeviceProtocol = 1,
|
/linux-6.6.21/tools/usb/usbip/libsrc/ |
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()
|
D | usbip_common.h | 125 uint8_t bDeviceProtocol; member
|
D | usbip_device_driver.c | 90 copy_descr_attr(dev, &descr, bDeviceProtocol); in read_usb_vudc_device()
|
/linux-6.6.21/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 59 .bDeviceProtocol = 1, 76 .bDeviceProtocol = 0, 927 vhub->vhub_dev_desc.bDeviceProtocol = 0; in ast_vhub_fixup_usb1_dev_desc()
|
/linux-6.6.21/include/uapi/linux/usb/ |
D | ch9.h | 293 __u8 bDeviceProtocol; member 734 __u8 bDeviceProtocol; member
|
/linux-6.6.21/tools/usb/usbip/src/ |
D | usbip_list.c | 100 udev.bDeviceProtocol); in get_exported_devices()
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 26 bDeviceProtocol USB device protocol code
|
/linux-6.6.21/Documentation/usb/ |
D | usbip_protocol.rst | 203 | 0x140 | 1 | | bDeviceProtocol | 292 | 0x13B | 1 | | bDeviceProtocol |
|
/linux-6.6.21/drivers/net/usb/ |
D | cx82310_eth.c | 350 .bDeviceProtocol = (pr)
|
/linux-6.6.21/scripts/mod/ |
D | devicetable-offsets.c | 19 DEVID_FIELD(usb_device_id, bDeviceProtocol); in main()
|
/linux-6.6.21/tools/usb/ |
D | testusb.c | 72 __u8 bDeviceProtocol; member
|
12