Home
last modified time | relevance | path

Searched refs:usb_dev_cap_header (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dconfig.c982 struct usb_dev_cap_header *cap; in usb_get_bos_descriptor()
1035 cap = (struct usb_dev_cap_header *)buffer; in usb_get_bos_descriptor()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h808 struct usb_dev_cap_header { struct
/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.h849 struct usb_dev_cap_header { 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.h849 struct usb_dev_cap_header { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h856 struct usb_dev_cap_header { struct
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c900 struct usb_dev_cap_header *header = NULL; in ch9_postconfig()
934 if (buf + sizeof(struct usb_dev_cap_header) > in ch9_postconfig()
938 header = (struct usb_dev_cap_header *)buf; in ch9_postconfig()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcomposite.c729 struct usb_dev_cap_header *cap; in bos_desc()