Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/
H A Dconfig.c242 otg_attributes |= USB_OTG_HNP; in usb_otg_descriptor_init()
248 otg_attributes = USB_OTG_SRP | USB_OTG_HNP; in usb_otg_descriptor_init()
/openbmc/u-boot/include/linux/usb/
H A Dch9.h719 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h764 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c2189 otg_descriptor.bmAttributes |= USB_OTG_HNP, in eth_bind()
/openbmc/linux/drivers/usb/core/
H A Dhub.c2382 if (err || !(desc->bmAttributes & USB_OTG_HNP)) in usb_enumerate_device_otg()