Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/
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()
Dcomposite.c1780 struct usb_otg_descriptor); in composite_setup()
/Linux-v5.15/include/uapi/linux/usb/
Dch9.h744 struct usb_otg_descriptor { struct
/Linux-v5.15/drivers/usb/core/
Dhub.c2323 struct usb_otg_descriptor *desc = NULL; in usb_enumerate_device_otg()
2356 (struct usb_otg_descriptor)) { in usb_enumerate_device_otg()
/Linux-v5.15/drivers/usb/gadget/function/
Df_fs.c2101 if (length != sizeof(struct usb_otg_descriptor)) in ffs_do_single_desc()