Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c95 uwacom_event(usbwcm_state_t *usbwcmp, uint_t type, uint_t idx, int val) in uwacom_event() argument
97 struct uwacom_softc *sc = &usbwcmp->usbwcm_softc; in uwacom_event()
153 putnext(usbwcmp->usbwcm_rq, mp); in uwacom_event()
162 uwacom_pos_events_graphire(usbwcm_state_t *usbwcmp, int x, int y) in uwacom_pos_events_graphire() argument
164 uwacom_event(usbwcmp, EVT_ABS, ABS_X, x); in uwacom_pos_events_graphire()
165 uwacom_event(usbwcmp, EVT_ABS, ABS_Y, y); in uwacom_pos_events_graphire()
169 uwacom_pen_events_graphire(usbwcm_state_t *usbwcmp, int prs, int stl1, int stl2) in uwacom_pen_events_graphire() argument
171 uwacom_event(usbwcmp, EVT_ABS, ABS_PRESSURE, prs); in uwacom_pen_events_graphire()
172 uwacom_event(usbwcmp, EVT_BTN, BTN_TIP, prs); in uwacom_pen_events_graphire()
173 uwacom_event(usbwcmp, EVT_BTN, BTN_STYLUS_1, stl1); in uwacom_pen_events_graphire()
[all …]