Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dconfig.c244 otg_attributes |= USB_OTG_HNP; in usb_otg_descriptor_init()
250 otg_attributes = USB_OTG_SRP | USB_OTG_HNP; in usb_otg_descriptor_init()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h719 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dch9.h757 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dch9.h757 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h764 #define USB_OTG_HNP (1 << 1) /* swap host/device roles */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dether.c2194 otg_descriptor.bmAttributes |= USB_OTG_HNP, in eth_bind()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c2333 if (err || !(desc->bmAttributes & USB_OTG_HNP)) in usb_enumerate_device_otg()