Searched refs:USB_DT_BOS (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | debug.c | 144 case USB_DT_BOS: in usb_decode_get_set_descriptor()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | composite.c | 735 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 D | config.c | 994 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 D | hcd.c | 627 case USB_DT_BOS << 8: in rh_call_control()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | ch9.h | 222 #define USB_DT_BOS 0x0f macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 272 .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 D | ch9.h | 256 #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 D | ch9.h | 256 #define USB_DT_BOS 0x0f macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch9.h | 256 #define USB_DT_BOS 0x0f macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | usbtest.c | 904 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 D | xhci-hub.c | 27 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 D | composite.c | 684 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 D | dummy_hcd.c | 2039 .bDescriptorType = USB_DT_BOS, 2160 if ((wValue >> 8) != USB_DT_BOS) in dummy_hub_control()
|