Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dconfig.c224 length = sizeof(struct usb_otg_descriptor); in usb_otg_descriptor_alloc()
234 struct usb_otg_descriptor *otg1x_desc; in usb_otg_descriptor_init()
260 otg1x_desc = (struct usb_otg_descriptor *)otg_desc; in usb_otg_descriptor_init()
261 otg1x_desc->bLength = sizeof(struct usb_otg_descriptor); in usb_otg_descriptor_init()
H A Dcomposite.c1805 struct usb_otg_descriptor); in composite_setup()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dstorage_common.c388 static struct usb_otg_descriptor
H A Dether.c354 static struct usb_otg_descriptor
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h710 struct usb_otg_descriptor { 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.h737 struct usb_otg_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.h737 struct usb_otg_descriptor { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h744 struct usb_otg_descriptor { struct
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c2325 struct usb_otg_descriptor *desc = NULL; in usb_enumerate_device_otg()
2358 (struct usb_otg_descriptor)) { in usb_enumerate_device_otg()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c2150 if (length != sizeof(struct usb_otg_descriptor)) in ffs_do_single_desc()