Searched refs:sc_rt_addr (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dsaf1761_otg.h158 uint8_t sc_rt_addr; /* root HUB address */ member in struct:saf1761_otg_softc
H A Dat91dci.h225 uint8_t sc_rt_addr; /* root HUB address */ member in struct:at91dci_softc
H A Ddwc_otg.h199 uint8_t sc_rt_addr; /* root HUB address */ member in struct:dwc_otg_softc
H A Datmegadci.h268 uint8_t sc_rt_addr; /* root hub address */ member in struct:atmegadci_softc
H A Davr32dci.h237 uint8_t sc_rt_addr; /* root hub address */ member in struct:avr32dci_softc
H A Duss820dci.h344 uint8_t sc_rt_addr; /* root HUB address */ member in struct:uss820dci_softc
H A Datmegadci.c1814 sc->sc_rt_addr = value;
2110 sc->sc_rt_addr, udev->device_index);
2112 if (udev->device_index != sc->sc_rt_addr) {
H A Davr32dci.c1754 sc->sc_rt_addr = value;
2053 sc->sc_rt_addr, udev->device_index);
2055 if (udev->device_index != sc->sc_rt_addr) {
H A Dmusb_otg.h410 uint8_t sc_rt_addr; /* root HUB address */ member in struct:musbotg_softc
H A Dat91dci.c2035 sc->sc_rt_addr = value;
2320 sc->sc_rt_addr);
2322 if (udev->device_index != sc->sc_rt_addr) {
H A Duss820dci.c2111 sc->sc_rt_addr = value;
2386 sc->sc_rt_addr);
2388 if (udev->device_index != sc->sc_rt_addr) {
H A Ddwc_otg.c4546 sc->sc_rt_addr = value;
4902 sc->sc_rt_addr, udev->device_index);
4904 if (udev->device_index != sc->sc_rt_addr) {
H A Dmusb_otg.c3846 sc->sc_rt_addr = value;
4199 sc->sc_rt_addr);
4201 if (udev->device_index != sc->sc_rt_addr) {
H A Dsaf1761_otg.c3107 sc->sc_rt_addr = value;

Completed in 142 milliseconds