Home
last modified time | relevance | path

Searched refs:bDeviceProtocol (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/usb/core/
H A Dotg_productlist.h86 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in is_targeted()
H A Dhub.h155 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 Ddriver.c680 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol)) in usb_match_device()
950 usb_dev->descriptor.bDeviceProtocol)) in usb_uevent()
H A Ddevices.c326 desc->bDeviceProtocol, in usb_dump_device_descriptor()
/linux/drivers/usb/gadget/legacy/
H A Dg_ffs.c82 module_param_named(bDeviceProtocol, gfs_dev_desc.bDeviceProtocol, byte, 0644);
83 MODULE_PARM_DESC(bDeviceProtocol, "USB Device protocol");
H A Daudio.c179 .bDeviceProtocol = 0,
183 .bDeviceProtocol = 0x01,
H A Dncm.c52 .bDeviceProtocol = 0,
H A Dprinter.c73 .bDeviceProtocol = 0,
H A Dcdc2.c46 .bDeviceProtocol = 0,
H A Dacm_ms.c43 .bDeviceProtocol = 1,
H A Dhid.c50 /* .bDeviceProtocol = 0, */
53 .bDeviceProtocol = 0,
H A Dserial.c69 .bDeviceProtocol = 0,
H A Dether.c154 .bDeviceProtocol = 0,
H A Dmulti.c70 .bDeviceProtocol = 1,
/linux/tools/usb/usbip/libsrc/
H A Dusbip_common.c120 udev->bDeviceProtocol); in dump_usb_device()
213 READ_ATTR(udev, uint8_t, sdev, bDeviceProtocol, "%02x\n"); in read_usb_device()
H A Dusbip_common.h125 uint8_t bDeviceProtocol; member
H A Dusbip_device_driver.c90 copy_descr_attr(dev, &descr, bDeviceProtocol); in read_usb_vudc_device()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c60 .bDeviceProtocol = 1,
77 .bDeviceProtocol = 0,
928 vhub->vhub_dev_desc.bDeviceProtocol = 0; in ast_vhub_fixup_usb1_dev_desc()
/linux/tools/usb/usbip/src/
H A Dusbip_list.c100 udev.bDeviceProtocol); in get_exported_devices()
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget26 bDeviceProtocol USB device protocol code
/linux/Documentation/usb/
H A Dusbip_protocol.rst203 | 0x140 | 1 | | bDeviceProtocol |
292 | 0x13C | 1 | | bDeviceProtocol |
/linux/drivers/net/usb/
H A Dcx82310_eth.c350 .bDeviceProtocol = (pr)
/linux/tools/usb/
H A Dtestusb.c72 __u8 bDeviceProtocol; member
/linux/scripts/mod/
H A Ddevicetable-offsets.c19 DEVID_FIELD(usb_device_id, bDeviceProtocol); in main()
/linux/drivers/usb/misc/
H A Dlvstest.c410 if (hdev->descriptor.bDeviceProtocol != USB_HUB_PR_SS || hdev->parent) { in lvs_rh_probe()

12