Searched refs:sc_ir_wq (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Demdtv_ir.c93 err = workqueue_create(&sc->sc_ir_wq, "emdtvir",
110 if (sc->sc_ir_wq != NULL)
111 workqueue_destroy(sc->sc_ir_wq);
138 if (sc->sc_ir_wq)
139 workqueue_enqueue(sc->sc_ir_wq, &sc->sc_ir_work, NULL);
H A Demdtvvar.h92 struct workqueue *sc_ir_wq; member in struct:emdtv_softc

Completed in 50 milliseconds