Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/
H A Dconfig.c222 length = sizeof(struct usb_otg_descriptor); in usb_otg_descriptor_alloc()
232 struct usb_otg_descriptor *otg1x_desc; in usb_otg_descriptor_init()
258 otg1x_desc = (struct usb_otg_descriptor *)otg_desc; in usb_otg_descriptor_init()
259 otg1x_desc->bLength = sizeof(struct usb_otg_descriptor); in usb_otg_descriptor_init()
H A Dcomposite.c1901 struct usb_otg_descriptor); in composite_setup()
/linux/include/uapi/linux/usb/
H A Dch9.h744 struct usb_otg_descriptor { struct
/linux/drivers/usb/core/
H A Dhub.c2404 struct usb_otg_descriptor *desc = NULL; in usb_enumerate_device_otg()
2437 (struct usb_otg_descriptor)) { in usb_enumerate_device_otg()
/linux/drivers/usb/gadget/function/
H A Df_fs.c2569 if (length != sizeof(struct usb_otg_descriptor)) in ffs_do_single_desc()