Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/
Dconfig.c232 otg_attributes |= USB_OTG_HNP; in usb_otg_descriptor_init()
238 otg_attributes = USB_OTG_SRP | USB_OTG_HNP; in usb_otg_descriptor_init()
/Linux-v4.19/include/uapi/linux/usb/
Dch9.h757 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
/Linux-v4.19/drivers/usb/core/
Dhub.c2254 if (err || !(desc->bmAttributes & USB_OTG_HNP)) in usb_enumerate_device_otg()