Searched defs:uwacom_event (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c91 uwacom_event(usbwcm_state_t *usbwcmp, uint_t type, uint_t idx, int val) function
160 uwacom_event(usbwcmp, EVT_ABS, ABS_X, x);
161 uwacom_event(usbwcmp, EVT_ABS, ABS_Y, y);
167 uwacom_event(usbwcmp, EVT_ABS, ABS_PRESSURE, prs);
168 uwacom_event(usbwcmp, EVT_BTN, BTN_TIP, prs);
169 uwacom_event(usbwcmp, EVT_BTN, BTN_STYLUS_1, stl1);
170 uwacom_event(usbwcmp, EVT_BTN, BTN_STYLUS_2, stl2);
177 uwacom_event(usbwcmp, EVT_BTN, BTN_LEFT, left);
178 uwacom_event(usbwcmp, EVT_BTN, BTN_MIDDLE, middle);
179 uwacom_event(usbwcm
[all...]

Completed in 59 milliseconds