Home
last modified time | relevance | path

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

/openbsd/sys/dev/hid/
H A Dhidmt.c124 mt->sc_minx = mt->sc_miny = mt->sc_maxx = mt->sc_maxy = 0; in hidmt_setup()
193 mt->sc_maxy = h.logical_maximum; in hidmt_setup()
221 if (mt->sc_maxx <= 0 || mt->sc_maxy <= 0) { in hidmt_setup()
223 mt->sc_maxx, mt->sc_maxy); in hidmt_setup()
251 hw->y_max = mt->sc_maxy; in hidmt_configure()
385 hc.y = mt->sc_maxy - d; in hidmt_input()
501 wsmc->maxy = mt->sc_maxy; in hidmt_ioctl()
H A Dhidmtvar.h61 int sc_miny, sc_maxy; member