Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Duhub.c148 struct uhub_softc { struct
192 CFATTACH_DECL3_NEW(uhub, sizeof(struct uhub_softc), uhub_match,
195 CFATTACH_DECL3_NEW(uroothub, sizeof(struct uhub_softc), uhub_match,
302 struct uhub_softc *sc = device_private(self); in uhub_attach()
533 struct uhub_softc *sc = dev->ud_hub->uh_hubsoftc; in uhub_explore()
909 struct uhub_softc *sc = device_private(self); in uhub_detach()
969 struct uhub_softc *sc = device_private(self); in uhub_rescan()
990 struct uhub_softc *sc = device_private(self); in uhub_childdet()
1033 struct uhub_softc *sc = addr; in uhub_intr()