Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c387 static struct usb_otg_descriptor
H A Dether.c349 static struct usb_otg_descriptor
/openbmc/u-boot/include/linux/usb/
H A Dch9.h710 struct usb_otg_descriptor { struct
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h744 struct usb_otg_descriptor { struct
/openbmc/linux/drivers/usb/core/
H A Dhub.c2374 struct usb_otg_descriptor *desc = NULL; in usb_enumerate_device_otg()
2407 (struct usb_otg_descriptor)) { in usb_enumerate_device_otg()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c2090 if (length != sizeof(struct usb_otg_descriptor)) in ffs_do_single_desc()