Searched refs:tool_minor (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/hid/ |
| HD | bcm5974.c | 193 int16_t tool_minor; /* tool area, minor axis */ member 778 le16toh(f->tool_major), le16toh(f->tool_minor), in bcm5974_intr() 793 .w_min = le16toh(f->tool_minor) << 1, in bcm5974_intr()
|
| /freebsd-13-stable/sys/dev/usb/input/ |
| HD | wsp.c | 285 int16_t tool_minor; /* tool area, minor axis */ member 990 f->tool_minor = le16toh((uint16_t)f->tool_minor); in wsp_intr_callback() 1002 f->rel_x, f->rel_y, f->tool_major, f->tool_minor, f->orientation, in wsp_intr_callback() 1017 .w_min = f->tool_minor << 1, in wsp_intr_callback()
|
| HD | atp.c | 333 int16_t tool_minor; /* tool area, minor axis */ member 1304 source_fingerp->tool_minor = le16toh((uint16_t)source_fingerp->tool_minor); in wsp_interpret_sensor_data()
|