Home
last modified time | relevance | path

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

/linux/drivers/usb/common/
H A Ddebug.c145 case USB_DT_BOS: in usb_decode_get_set_descriptor()
/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.c600 case USB_DT_BOS << 8: in rh_call_control()
/linux/drivers/usb/usbip/
H A Dvhci_hcd.c272 .bDescriptorType = USB_DT_BOS,
422 if ((wValue >> 8) != USB_DT_BOS) in vhci_hub_control()
/linux/include/uapi/linux/usb/
H A Dch9.h253 #define USB_DT_BOS 0x0f macro
/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()
/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()
/linux/drivers/usb/gadget/
H A Dcomposite.c733 bos->bDescriptorType = USB_DT_BOS; in bos_desc()
1874 case USB_DT_BOS: in composite_setup()
/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()