Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/gadget/
Dmass_storage.c89 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Daudio.c82 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dncm.c101 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dcdc2.c93 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dserial.c110 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dether.c199 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dhid.c94 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dzero.c143 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dmulti.c117 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dg_ffs.c107 .bmAttributes = USB_OTG_SRP | USB_OTG_HNP,
Dprinter.c1461 otg_desc.bmAttributes |= USB_OTG_HNP, in printer_bind()
Dfile_storage.c3475 fsg_otg_desc.bmAttributes |= USB_OTG_HNP; in fsg_bind()
/linux-2.6.39/include/linux/usb/
Dch9.h620 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
/linux-2.6.39/drivers/usb/core/
Dhub.c1754 if (desc->bmAttributes & USB_OTG_HNP) { in usb_enumerate_device_otg()