Home
last modified time | relevance | path

Searched refs:USB_OTG_HNP (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/legacy/
Dncm.c79 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dprinter.c139 otg_descriptor.bmAttributes |= USB_OTG_HNP; in printer_do_config()
Dcdc2.c70 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dmass_storage.c75 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dacm_ms.c69 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dserial.c89 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dhid.c78 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Daudio.c160 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dether.c181 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dzero.c132 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dmulti.c91 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dg_ffs.c101 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
/linux-4.1.27/include/uapi/linux/usb/
Dch9.h679 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
/linux-4.1.27/drivers/usb/gadget/
Dconfigfs.c1516 gi->otg.bmAttributes = USB_OTG_SRP | USB_OTG_HNP; in gadgets_make()
/linux-4.1.27/drivers/usb/core/
Dhub.c2267 if (desc->bmAttributes & USB_OTG_HNP) { in usb_enumerate_device_otg()