Home
last modified time | relevance | path

Searched refs:USB_DT_DEVICE_QUALIFIER (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dcomposite.c283 if (type == USB_DT_DEVICE_QUALIFIER) in count_configs()
305 qual->bDescriptorType = USB_DT_DEVICE_QUALIFIER; in device_qual()
313 qual->bNumConfigurations = count_configs(cdev, USB_DT_DEVICE_QUALIFIER); in device_qual()
859 case USB_DT_DEVICE_QUALIFIER: in composite_setup()
H A Dether.c759 .bDescriptorType = USB_DT_DEVICE_QUALIFIER,
1277 case USB_DT_DEVICE_QUALIFIER: in eth_setup()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h211 #define USB_DT_DEVICE_QUALIFIER 0x06 macro