Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hid/
HDhidraw.c102 struct selinfo sc_rsel; member
222 knlist_init_mtx(&sc->sc_rsel.si_note, &sc->sc_mtx); in hidraw_attach()
264 knlist_clear(&sc->sc_rsel.si_note, 0); in hidraw_detach()
265 knlist_destroy(&sc->sc_rsel.si_note); in hidraw_detach()
266 seldrain(&sc->sc_rsel); in hidraw_detach()
916 selrecord(td, &sc->sc_rsel); in hidraw_poll()
945 knlist_add(&sc->sc_rsel.si_note, kn, 0); in hidraw_kqfilter()
974 knlist_remove(&sc->sc_rsel.si_note, kn, 0); in hidraw_kqdetach()
990 selwakeuppri(&sc->sc_rsel, PZERO); in hidraw_notify()
998 KNOTE_LOCKED(&sc->sc_rsel.si_note, 0); in hidraw_notify()