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

/freebsd-13-stable/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 Ddwc_otg.h208 uint8_t sc_rt_addr; /* root HUB address */ member in struct:dwc_otg_softc
H A Datmegadci.h270 uint8_t sc_rt_addr; /* root hub address */ member in struct:atmegadci_softc
H A Davr32dci.h239 uint8_t sc_rt_addr; /* root hub address */ member in struct:avr32dci_softc
H A Duss820dci.h346 uint8_t sc_rt_addr; /* root HUB address */ member in struct:uss820dci_softc
H A Datmegadci.c1795 sc->sc_rt_addr = value;
2087 sc->sc_rt_addr, udev->device_index);
2089 if (udev->device_index != sc->sc_rt_addr) {
H A Davr32dci.c1739 sc->sc_rt_addr = value;
2035 sc->sc_rt_addr, udev->device_index);
2037 if (udev->device_index != sc->sc_rt_addr) {
H A Dmusb_otg.h418 uint8_t sc_rt_addr; /* root HUB address */ member in struct:musbotg_softc
H A Duss820dci.c2094 sc->sc_rt_addr = value;
2361 sc->sc_rt_addr);
2363 if (udev->device_index != sc->sc_rt_addr) {
H A Ddwc_otg.c4578 sc->sc_rt_addr = value;
4929 sc->sc_rt_addr, udev->device_index);
4931 if (udev->device_index != sc->sc_rt_addr) {
H A Dmusb_otg.c3831 sc->sc_rt_addr = value;
4177 sc->sc_rt_addr);
4179 if (udev->device_index != sc->sc_rt_addr) {
H A Dsaf1761_otg.c3118 sc->sc_rt_addr = value;

Completed in 197 milliseconds