Searched refs:bDeviceProtocol (Results 1 – 25 of 44) sorted by relevance
12
/Linux-v5.4/drivers/usb/core/ |
D | otg_whitelist.h | 90 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in is_targeted()
|
D | hub.h | 136 return hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS; in hub_is_superspeed() 141 return (hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS && in hub_is_superspeedplus()
|
D | driver.c | 636 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in usb_match_device() 864 usb_dev->descriptor.bDeviceProtocol)) in usb_uevent()
|
/Linux-v5.4/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 | 162 .bDeviceProtocol = 0, 166 .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 | serial.c | 68 .bDeviceProtocol = 0,
|
D | hid.c | 53 .bDeviceProtocol = 0,
|
D | ether.c | 154 .bDeviceProtocol = 0,
|
D | multi.c | 70 .bDeviceProtocol = 1,
|
D | webcam.c | 76 .bDeviceProtocol = 0x01,
|
/Linux-v5.4/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-v5.4/include/uapi/linux/usb/ |
D | ch9.h | 296 __u8 bDeviceProtocol; member 727 __u8 bDeviceProtocol; member
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 21 bDeviceProtocol - USB device protocol code
|
/Linux-v5.4/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 64 .bDeviceProtocol = 1, 79 desc->bDeviceProtocol = 0; in ast_vhub_patch_dev_desc_usb1()
|
/Linux-v5.4/Documentation/usb/ |
D | usbip_protocol.rst | 159 | 0x140 | 1 | | bDeviceProtocol | 248 | 0x13B | 1 | | bDeviceProtocol |
|
/Linux-v5.4/tools/usb/usbip/src/ |
D | usbip_list.c | 99 udev.bDeviceProtocol); in get_exported_devices()
|
/Linux-v5.4/drivers/net/usb/ |
D | cx82310_eth.c | 314 .bDeviceProtocol = (pr)
|
/Linux-v5.4/scripts/mod/ |
D | devicetable-offsets.c | 19 DEVID_FIELD(usb_device_id, bDeviceProtocol); in main()
|
/Linux-v5.4/tools/usb/ |
D | testusb.c | 72 __u8 bDeviceProtocol; member
|
12