Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/
Dconfig.c212 length = sizeof(struct usb_otg_descriptor); in usb_otg_descriptor_alloc()
222 struct usb_otg_descriptor *otg1x_desc; in usb_otg_descriptor_init()
248 otg1x_desc = (struct usb_otg_descriptor *)otg_desc; in usb_otg_descriptor_init()
249 otg1x_desc->bLength = sizeof(struct usb_otg_descriptor); in usb_otg_descriptor_init()
Dcomposite.c1670 struct usb_otg_descriptor); in composite_setup()
/Linux-v4.19/include/uapi/linux/usb/
Dch9.h737 struct usb_otg_descriptor { struct
/Linux-v4.19/drivers/usb/core/
Dhub.c2246 struct usb_otg_descriptor *desc = NULL; in usb_enumerate_device_otg()
2279 (struct usb_otg_descriptor)) { in usb_enumerate_device_otg()
/Linux-v4.19/drivers/usb/gadget/function/
Df_fs.c2017 if (length != sizeof(struct usb_otg_descriptor)) in ffs_do_single_desc()