Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Duhub.c57 struct uhub_softc { struct
74 int uhub_port_connect(struct uhub_softc *, int, int); argument
91 sizeof(struct uhub_softc), uhub_match, uhub_attach, uhub_detach
95 sizeof(struct uhub_softc), uhub_match, uhub_attach, uhub_detach
119 struct uhub_softc *sc = (struct uhub_softc *)self; in uhub_attach()
349 struct uhub_softc *sc = dev->hub->hubsoftc; in uhub_explore()
452 struct uhub_softc *sc = (struct uhub_softc *)self; in uhub_detach()
488 struct uhub_softc *sc = addr; in uhub_intr()
509 uhub_port_connect(struct uhub_softc *sc, int port, int status) in uhub_port_connect()