Searched refs:bDeviceProtocol (Results 1 - 25 of 40) sorted by last modified time

12

/linux-master/drivers/usb/gadget/
H A Dcomposite.c919 qual->bDeviceProtocol = cdev->desc.bDeviceProtocol;
H A Dconfigfs.c186 GI_DEVICE_DESC_SIMPLE_RW(bDeviceProtocol, u8);
354 CONFIGFS_ATTR(gadget_dev_desc_, bDeviceProtocol);
/linux-master/drivers/usb/core/
H A Dhub.c1559 switch (hdev->descriptor.bDeviceProtocol) {
1581 hdev->descriptor.bDeviceProtocol);
1588 if (hdev->descriptor.bDeviceProtocol != 0) {
H A Dsysfs.c720 usb_descriptor_attr(bDeviceProtocol, "%02x\n");
1175 udev->descriptor.bDeviceProtocol,
H A Dhub.h154 return hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS;
159 return (hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS &&
H A Dmessage.c1845 usb_dev->descriptor.bDeviceProtocol,
H A Dhcd.c125 0x03, /* __u8 bDeviceProtocol; USB 3 hub */
146 0x03, /* __u8 bDeviceProtocol; USB 3.0 hub */
167 0x00, /* __u8 bDeviceProtocol; [ usb 2.0 no TT ] */
190 0x00, /* __u8 bDeviceProtocol; [ low/full speeds only ] */
700 bDeviceProtocol))
702 bDeviceProtocol = USB_HUB_PR_HS_SINGLE_TT;
H A Ddriver.c670 (id->bDeviceProtocol != dev->descriptor.bDeviceProtocol))
940 usb_dev->descriptor.bDeviceProtocol))
H A Ddevices.c326 desc->bDeviceProtocol,
/linux-master/include/uapi/linux/usb/
H A Dch9.h293 __u8 bDeviceProtocol; member in struct:usb_device_descriptor
734 __u8 bDeviceProtocol; member in struct:usb_qualifier_descriptor
/linux-master/scripts/mod/
H A Dfile2alias.c181 DEF_FIELD(symval, usb_device_id, bDeviceProtocol);
222 bDeviceProtocol);
H A Ddevicetable-offsets.c19 DEVID_FIELD(usb_device_id, bDeviceProtocol);
/linux-master/include/linux/
H A Dmod_devicetable.h101 * @bDeviceProtocol: Protocol of device; associated with bDeviceClass.
141 __u8 bDeviceProtocol; member in struct:usb_device_id
H A Dusb.h1056 * @pr: bDeviceProtocol value
1065 .bDeviceProtocol = (pr)
/linux-master/drivers/usb/gadget/legacy/
H A Dwebcam.c77 .bDeviceProtocol = 0x01,
H A Dinode.c1297 qual.bDeviceProtocol = desc->bDeviceProtocol;
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 Dhid.c50 /* .bDeviceProtocol = 0, */
53 .bDeviceProtocol = 0,
H A Dserial.c69 .bDeviceProtocol = 0,
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c434 udev->descriptor.bDeviceProtocol);
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c59 .bDeviceProtocol = 1,
76 .bDeviceProtocol = 0,
927 vhub->vhub_dev_desc.bDeviceProtocol = 0;
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c168 " bDeviceSubClass = 0x%X, bDeviceProtocol = 0x%X\n",
172 udev->descriptor.bDeviceProtocol);
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c218 " bDeviceSubClass = 0x%X, bDeviceProtocol = 0x%X\n",
222 udev->descriptor.bDeviceProtocol);
/linux-master/drivers/net/usb/
H A Dpegasus.c1123 (udd->bDeviceProtocol == 1))
/linux-master/tools/usb/
H A Dtestusb.c72 __u8 bDeviceProtocol; member in struct:usb_device_descriptor

Completed in 517 milliseconds

12