Lines Matching refs:hidraw_softc
94 struct hidraw_softc { struct
179 static void hidraw_notify(struct hidraw_softc *);
216 struct hidraw_softc *sc = device_get_softc(self); in hidraw_attach()
258 struct hidraw_softc *sc = device_get_softc(self); in hidraw_detach()
282 struct hidraw_softc *sc = context; in hidraw_intr()
306 hidraw_lock_queue(struct hidraw_softc *sc, bool flush) in hidraw_lock_queue()
335 hidraw_unlock_queue(struct hidraw_softc *sc) in hidraw_unlock_queue()
349 struct hidraw_softc *sc; in hidraw_open()
395 struct hidraw_softc *sc = data; in hidraw_dtor()
416 struct hidraw_softc *sc; in hidraw_read()
497 struct hidraw_softc *sc; in hidraw_write()
573 struct hidraw_softc *sc; in hidraw_ioctl()
949 struct hidraw_softc *sc; in hidraw_poll()
975 struct hidraw_softc *sc; in hidraw_kqfilter()
1000 struct hidraw_softc *sc; in hidraw_kqread()
1019 struct hidraw_softc *sc; in hidraw_kqdetach()
1026 hidraw_notify(struct hidraw_softc *sc) in hidraw_notify()
1062 sizeof(struct hidraw_softc)