Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/hid/
HDietp.c119 bool hi_precision; member
254 sc->report_id = sc->hi_precision ? in ietp_attach()
256 sc->report_len = sc->hi_precision ? in ietp_attach()
371 if (sc->hi_precision) { in ietp_intr()
412 ietp_res2dpmm(uint8_t res, bool hi_precision) in ietp_res2dpmm() argument
416 dpi = hi_precision ? 300 + res * 100 : 790 + res * 10; in ietp_res2dpmm()
489 sc->hi_precision = pattern >= 0x02; in ietp_iic_attach()
539 sc->res_x = ietp_res2dpmm(buf8[0], sc->hi_precision); in ietp_iic_attach()
540 sc->res_y = ietp_res2dpmm(buf8[1], sc->hi_precision); in ietp_iic_attach()