Home
last modified time | relevance | path

Searched refs:USB_DT_BOS (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/common/
H A Ddebug.c144 case USB_DT_BOS: in usb_decode_get_set_descriptor()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcomposite.c735 bos->bDescriptorType = USB_DT_BOS; in bos_desc()
877 case USB_DT_BOS: in composite_setup()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dconfig.c994 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor()
1022 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, buffer, total_len); in usb_get_bos_descriptor()
H A Dhcd.c627 case USB_DT_BOS << 8: in rh_call_control()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h222 #define USB_DT_BOS 0x0f macro
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvhci_hcd.c272 .bDescriptorType = USB_DT_BOS,
422 if ((wValue >> 8) != USB_DT_BOS) in vhci_hub_control()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dch9.h256 #define USB_DT_BOS 0x0f macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dch9.h256 #define USB_DT_BOS 0x0f macro
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h256 #define USB_DT_BOS 0x0f macro
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c904 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, in ch9_postconfig()
922 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, in ch9_postconfig()
1355 req.wValue = cpu_to_le16(USB_DT_BOS << 8); in test_ctrl_queue()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c27 USB_DT_BOS, /* __u8 bDescriptorType */
1144 if ((wValue & 0xff00) != (USB_DT_BOS << 8)) in xhci_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c684 bos->bDescriptorType = USB_DT_BOS; in bos_desc()
1778 case USB_DT_BOS: in composite_setup()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2039 .bDescriptorType = USB_DT_BOS,
2160 if ((wValue >> 8) != USB_DT_BOS) in dummy_hub_control()