Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhms.c120 void *last_ir; member
155 if (len == sc->last_irsize && memcmp(buf, sc->last_ir, len) == 0 && in hms_intr()
163 bcopy(buf, sc->last_ir, len); in hms_intr()
284 sc->last_ir = malloc(sc->isize, M_DEVBUF, M_WAITOK | M_ZERO); in hms_attach()
345 free(sc->last_ir, M_DEVBUF); in hms_detach()