Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dconfig.c981 struct usb_bos_descriptor *bos; in usb_get_bos_descriptor()
989 bos = kzalloc(sizeof(struct usb_bos_descriptor), GFP_KERNEL); in usb_get_bos_descriptor()
1020 dev->bos->desc = (struct usb_bos_descriptor *)buffer; in usb_get_bos_descriptor()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h796 struct usb_bos_descriptor { struct
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c25 static u8 usb_bos_descriptor [] = { variable
65 ssp_cap_size = sizeof(usb_bos_descriptor) - desc_size; in xhci_create_usb3_bos_desc()
87 memcpy(buf, &usb_bos_descriptor, min(desc_size, wLength)); in xhci_create_usb3_bos_desc()
/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 Dch9.h837 struct usb_bos_descriptor { struct
/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 Dch9.h837 struct usb_bos_descriptor { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h844 struct usb_bos_descriptor { struct
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c899 struct usb_bos_descriptor *bos = NULL; in ch9_postconfig()
911 bos = (struct usb_bos_descriptor *)dev->buf; in ch9_postconfig()
1359 len = sizeof(struct usb_bos_descriptor); in test_ctrl_queue()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcomposite.c732 struct usb_bos_descriptor *bos = cdev->req->buf; in bos_desc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h403 struct usb_bos_descriptor *desc;
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvhci_hcd.c266 struct usb_bos_descriptor bos;
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c680 struct usb_bos_descriptor *bos = cdev->req->buf; in bos_desc()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2033 struct usb_bos_descriptor bos;