Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/samsung/ | |
exynos_usbphy.c | 96 struct fdtbus_gpio_pin *sc_gpio_vbus_det; member in struct:exynos_usbphy_softc |
exynos_usbdrdphy.c | 115 struct fdtbus_gpio_pin *sc_gpio_vbus_det; member in struct:exynos_usbdrdphy_softc |
/src/sys/arch/arm/sunxi/ | |
sunxi_usb3phy.c | 88 struct fdtbus_gpio_pin *sc_gpio_vbus_det; member in struct:sunxi_usb3phy_softc |
sunxi_usbphy.c | 120 struct fdtbus_gpio_pin *sc_gpio_vbus_det; member in struct:sunxi_usbphy_softc 193 if (sc->sc_gpio_vbus_det) 194 return fdtbus_gpio_read(sc->sc_gpio_vbus_det); |