Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/legacy/
Dmulti.c83 (struct usb_descriptor_header *) &(struct usb_otg_descriptor){
84 .bLength = sizeof(struct usb_otg_descriptor),
Dncm.c72 static struct usb_otg_descriptor otg_descriptor = {
Dprinter.c85 static struct usb_otg_descriptor otg_descriptor = {
Dcdc2.c63 static struct usb_otg_descriptor otg_descriptor = {
Dmass_storage.c67 static struct usb_otg_descriptor otg_descriptor = {
Dg_ffs.c93 &(const struct usb_otg_descriptor) {
94 .bLength = sizeof(struct usb_otg_descriptor),
Dacm_ms.c61 static struct usb_otg_descriptor otg_descriptor = {
Dserial.c82 static struct usb_otg_descriptor otg_descriptor = {
Dhid.c71 static struct usb_otg_descriptor otg_descriptor = {
Daudio.c153 static struct usb_otg_descriptor otg_descriptor = {
Dether.c174 static struct usb_otg_descriptor otg_descriptor = {
Dzero.c125 static struct usb_otg_descriptor otg_descriptor = {
/linux-4.1.27/include/uapi/linux/usb/
Dch9.h670 struct usb_otg_descriptor { struct
/linux-4.1.27/drivers/usb/gadget/
Dconfigfs.c59 struct usb_otg_descriptor otg;
1514 gi->otg.bLength = sizeof(struct usb_otg_descriptor); in gadgets_make()
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c1793 if (length != sizeof(struct usb_otg_descriptor)) in ffs_do_single_desc()
/linux-4.1.27/drivers/usb/core/
Dhub.c2260 struct usb_otg_descriptor *desc = NULL; in usb_enumerate_device_otg()