Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/common/
Ddebug.c145 case USB_DT_BOS: in usb_decode_get_set_descriptor()
/Linux-v6.6/drivers/usb/core/
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()
Dhcd.c602 case USB_DT_BOS << 8: in rh_call_control()
/Linux-v6.6/drivers/usb/usbip/
Dvhci_hcd.c272 .bDescriptorType = USB_DT_BOS,
422 if ((wValue >> 8) != USB_DT_BOS) in vhci_hub_control()
/Linux-v6.6/include/uapi/linux/usb/
Dch9.h253 #define USB_DT_BOS 0x0f macro
/Linux-v6.6/drivers/usb/misc/
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-v6.6/drivers/usb/host/
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-v6.6/drivers/usb/gadget/
Dcomposite.c733 bos->bDescriptorType = USB_DT_BOS; in bos_desc()
1874 case USB_DT_BOS: in composite_setup()
/Linux-v6.6/drivers/usb/gadget/udc/
Ddummy_hcd.c2052 .bDescriptorType = USB_DT_BOS,
2173 if ((wValue >> 8) != USB_DT_BOS) in dummy_hub_control()