sc_tmo_rhsc       345 dev/usb/ohci.c 	timeout_del(&sc->sc_tmo_rhsc);
sc_tmo_rhsc       868 dev/usb/ohci.c 	timeout_set(&sc->sc_tmo_rhsc, NULL, NULL);
sc_tmo_rhsc      1191 dev/usb/ohci.c                 timeout_del(&sc->sc_tmo_rhsc);
sc_tmo_rhsc      1192 dev/usb/ohci.c                 timeout_set(&sc->sc_tmo_rhsc, ohci_rhsc_enable, sc);
sc_tmo_rhsc      1193 dev/usb/ohci.c                 timeout_add(&sc->sc_tmo_rhsc, hz);
sc_tmo_rhsc       138 dev/usb/ohcivar.h 	struct timeout sc_tmo_rhsc;