Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidraw.h33 #define HIDRAW_BUFFER_SIZE 64 /* number of input reports buffered */ macro
H A Dhidraw.c281 next = (sc->sc_tail + 1) % HIDRAW_BUFFER_SIZE; in hidraw_intr()
367 sc->sc_q = malloc(sc->sc_rdesc->rdsize * HIDRAW_BUFFER_SIZE, M_DEVBUF, in hidraw_open()
369 sc->sc_qlen = malloc(sizeof(hid_size_t) * HIDRAW_BUFFER_SIZE, M_DEVBUF, in hidraw_open()
471 sc->sc_head = (sc->sc_head + 1) % HIDRAW_BUFFER_SIZE; in hidraw_read()
692 sc->sc_rdesc->rdsize * HIDRAW_BUFFER_SIZE, in hidraw_ioctl()