Searched refs:dwc_otg_mode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_cil.h860 static inline uint32_t dwc_otg_mode(dwc_otg_core_if_t *_core_if) { function
866 return (dwc_otg_mode(_core_if) != DWC_HOST_MODE);
870 return (dwc_otg_mode(_core_if) == DWC_HOST_MODE);
H A Ddwc_otg_cil_intr.c66 dwc_otg_mode(_core_if) ? "Host" : "Device");
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_cil.h1048 static inline uint32_t dwc_otg_mode(dwc_otg_core_if_t *_core_if) function
1055 return (dwc_otg_mode(_core_if) != DWC_HOST_MODE);
1059 return (dwc_otg_mode(_core_if) == DWC_HOST_MODE);
H A Ddwc_otg_cil_intr.c66 dwc_otg_mode(core_if) ? "Host" : "Device");

Completed in 47 milliseconds