Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_hub.c177 .size = sizeof(struct uhub_softc)
187 struct uhub_softc *sc = usbd_xfer_softc(xfer); in uhub_intr_callback()
232 struct uhub_softc *sc; in uhub_reset_tt_proc()
328 struct uhub_softc *sc; in uhub_reset_tt_callback()
385 struct uhub_softc *sc; in uhub_count_active_host_ports()
507 uhub_explore_sub(struct uhub_softc *sc, struct usb_port *up) in uhub_explore_sub()
557 uhub_read_port_status(struct uhub_softc *sc, uint8_t portno) in uhub_read_port_status()
599 uhub_reattach_port(struct uhub_softc *sc, uint8_t portno) in uhub_reattach_port()
873 uhub_suspend_resume_port(struct uhub_softc *sc, uint8_t portno) in uhub_suspend_resume_port()
995 struct uhub_softc *sc; in uhub_explore()
[all …]
H A Dusb_hub_private.h51 struct uhub_softc { struct
H A Dusb_hub_acpi.c93 struct uhub_softc usc;