Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/common/
H A Ddebug.c145 case USB_DT_BOS: in usb_decode_get_set_descriptor()
/openbmc/qemu/hw/usb/
H A Ddesc.c337 d->bDescriptorType = USB_DT_BOS; in usb_desc_bos()
682 case USB_DT_BOS: in usb_desc_get_descriptor()
/openbmc/linux/drivers/usb/core/
H A Dconfig.c1006 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor()
1034 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, buffer, total_len); in usb_get_bos_descriptor()
H A Dhcd.c602 case USB_DT_BOS << 8: in rh_call_control()
/openbmc/u-boot/include/linux/usb/
H A Dch9.h222 #define USB_DT_BOS 0x0f macro
/openbmc/qemu/include/hw/
H A Dusb.h156 #define USB_DT_BOS 0x0F macro
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_hcd.c272 .bDescriptorType = USB_DT_BOS,
422 if ((wValue >> 8) != USB_DT_BOS) in vhci_hub_control()
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h253 #define USB_DT_BOS 0x0f macro
/openbmc/linux/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()
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c54 bos->bDescriptorType = USB_DT_BOS; in xhci_create_usb3x_bos_desc()
1244 if ((wValue & 0xff00) != (USB_DT_BOS << 8)) in xhci_hub_control()
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c778 case USB_DT_BOS: in composite_setup()
/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c733 bos->bDescriptorType = USB_DT_BOS; in bos_desc()
1874 case USB_DT_BOS: in composite_setup()
/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2063 .bDescriptorType = USB_DT_BOS,
2184 if ((wValue >> 8) != USB_DT_BOS) in dummy_hub_control()