Home
last modified time | relevance | path

Searched refs:usb_bos_descriptor (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/usb/core/
Dconfig.c925 struct usb_bos_descriptor *bos; in usb_get_bos_descriptor()
933 bos = kzalloc(sizeof(struct usb_bos_descriptor), GFP_KERNEL); in usb_get_bos_descriptor()
964 dev->bos->desc = (struct usb_bos_descriptor *)buffer; in usb_get_bos_descriptor()
/Linux-v4.19/drivers/usb/wusbcore/
Dwusbhc.h93 struct usb_bos_descriptor *bos;
Ddevconnect.c690 struct usb_bos_descriptor *bos, size_t desc_size) in wusb_dev_bos_grok()
764 struct usb_bos_descriptor *bos; in wusb_dev_bos_add()
/Linux-v4.19/drivers/usb/host/
Dxhci-hub.c25 static u8 usb_bos_descriptor [] = { variable
64 ssp_cap_size = sizeof(usb_bos_descriptor) - desc_size; in xhci_create_usb3_bos_desc()
78 memcpy(buf, &usb_bos_descriptor, min(desc_size, wLength)); in xhci_create_usb3_bos_desc()
/Linux-v4.19/include/uapi/linux/usb/
Dch9.h837 struct usb_bos_descriptor { struct
/Linux-v4.19/drivers/usb/misc/
Dusbtest.c891 struct usb_bos_descriptor *bos = NULL; in ch9_postconfig()
903 bos = (struct usb_bos_descriptor *)dev->buf; in ch9_postconfig()
1351 len = sizeof(struct usb_bos_descriptor); in test_ctrl_queue()
/Linux-v4.19/include/linux/
Dusb.h399 struct usb_bos_descriptor *desc;
/Linux-v4.19/drivers/usb/usbip/
Dvhci_hcd.c266 struct usb_bos_descriptor bos;
/Linux-v4.19/drivers/usb/gadget/
Dcomposite.c614 struct usb_bos_descriptor *bos = cdev->req->buf; in bos_desc()
/Linux-v4.19/drivers/usb/gadget/udc/
Ddummy_hcd.c2027 struct usb_bos_descriptor bos;