Searched refs:sc_q (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/hid/ |
| H A D | hidraw.c | 102 uint8_t *sc_q; member 292 bcopy(buf, sc->sc_q + sc->sc_tail * sc->sc_rdesc->rdsize, len); in hidraw_intr() 296 bzero(sc->sc_q + sc->sc_tail * sc->sc_rdesc->rdsize + len, in hidraw_intr() 319 DPRINTFN(5, "waking %p\n", &sc->sc_q); in hidraw_lock_queue() 320 wakeup(&sc->sc_q); in hidraw_lock_queue() 374 sc->sc_q = malloc(sc->sc_rdesc->rdsize * HIDRAW_BUFFER_SIZE, M_DEVBUF, in hidraw_open() 404 free(sc->sc_q, M_DEVBUF); in hidraw_dtor() 406 sc->sc_q = NULL; in hidraw_dtor() 437 error = hid_get_report(sc->sc_dev, sc->sc_q, in hidraw_read() 441 error = uiomove(sc->sc_q, sc->sc_rdesc->isize, uio); in hidraw_read() [all …]
|