Searched refs:USB_OTG_HNP (Results 1 – 7 of 7) sorted by relevance
244 otg_attributes |= USB_OTG_HNP; in usb_otg_descriptor_init()250 otg_attributes = USB_OTG_SRP | USB_OTG_HNP; in usb_otg_descriptor_init()
719 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
757 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
764 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
2194 otg_descriptor.bmAttributes |= USB_OTG_HNP, in eth_bind()
2333 if (err || !(desc->bmAttributes & USB_OTG_HNP)) in usb_enumerate_device_otg()