Searched refs:uwacom_event (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 91 uwacom_event(usbwcm_state_t *usbwcmp, uint_t type, uint_t idx, int val) in uwacom_event() function 160 uwacom_event(usbwcmp, EVT_ABS, ABS_X, x); in uwacom_pos_events_graphire() 161 uwacom_event(usbwcmp, EVT_ABS, ABS_Y, y); in uwacom_pos_events_graphire() 167 uwacom_event(usbwcmp, EVT_ABS, ABS_PRESSURE, prs); in uwacom_pen_events_graphire() 168 uwacom_event(usbwcmp, EVT_BTN, BTN_TIP, prs); in uwacom_pen_events_graphire() 169 uwacom_event(usbwcmp, EVT_BTN, BTN_STYLUS_1, stl1); in uwacom_pen_events_graphire() 170 uwacom_event(usbwcmp, EVT_BTN, BTN_STYLUS_2, stl2); in uwacom_pen_events_graphire() 177 uwacom_event(usbwcmp, EVT_BTN, BTN_LEFT, left); in uwacom_mouse_events_graphire() 178 uwacom_event(usbwcmp, EVT_BTN, BTN_MIDDLE, middle); in uwacom_mouse_events_graphire() 179 uwacom_event(usbwcmp, EVT_BTN, BTN_RIGHT, right); in uwacom_mouse_events_graphire() [all …]
|