Searched refs:otg_descriptor (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | printer.c | 85 static struct usb_otg_descriptor otg_descriptor = { variable 86 .bLength = sizeof otg_descriptor, 92 (struct usb_descriptor_header *) &otg_descriptor, 139 otg_descriptor.bmAttributes |= USB_OTG_HNP; in printer_do_config()
|
D | ncm.c | 72 static struct usb_otg_descriptor otg_descriptor = { variable 73 .bLength = sizeof otg_descriptor, 83 (struct usb_descriptor_header *) &otg_descriptor,
|
D | cdc2.c | 63 static struct usb_otg_descriptor otg_descriptor = { variable 64 .bLength = sizeof otg_descriptor, 74 (struct usb_descriptor_header *) &otg_descriptor,
|
D | mass_storage.c | 67 static struct usb_otg_descriptor otg_descriptor = { variable 68 .bLength = sizeof otg_descriptor, 79 (struct usb_descriptor_header *) &otg_descriptor,
|
D | acm_ms.c | 61 static struct usb_otg_descriptor otg_descriptor = { variable 62 .bLength = sizeof otg_descriptor, 73 (struct usb_descriptor_header *) &otg_descriptor,
|
D | serial.c | 82 static struct usb_otg_descriptor otg_descriptor = { variable 83 .bLength = sizeof otg_descriptor, 93 (struct usb_descriptor_header *) &otg_descriptor,
|
D | hid.c | 71 static struct usb_otg_descriptor otg_descriptor = { variable 72 .bLength = sizeof otg_descriptor, 82 (struct usb_descriptor_header *) &otg_descriptor,
|
D | audio.c | 153 static struct usb_otg_descriptor otg_descriptor = { variable 154 .bLength = sizeof otg_descriptor, 164 (struct usb_descriptor_header *) &otg_descriptor,
|
D | ether.c | 174 static struct usb_otg_descriptor otg_descriptor = { variable 175 .bLength = sizeof otg_descriptor, 185 (struct usb_descriptor_header *) &otg_descriptor,
|
D | zero.c | 125 static struct usb_otg_descriptor otg_descriptor = { variable 126 .bLength = sizeof otg_descriptor, 136 (struct usb_descriptor_header *) &otg_descriptor,
|