Searched defs:slugled_softc (Results 1 – 1 of 1) sorted by relevance
64 struct slugled_softc { struct65 void *sc_tmr_ih;66 struct callout sc_usb0;67 void *sc_usb0_ih;68 struct callout sc_usb1;69 void *sc_usb1_ih;93 struct slugled_softc *sc = arg; in slugled_intr0() argument