Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Duwacom.c317 *(u_int *)data = WSMOUSE_TYPE_TPANEL; in uwacom_ioctl()
Duts.c338 *(u_int *)data = WSMOUSE_TYPE_TPANEL; in uts_ioctl()
/openbsd/src/usr.sbin/wsmoused/
Dwsmoused.c123 case WSMOUSE_TYPE_TPANEL: in wsmouse_identify()
/openbsd/src/sys/dev/wscons/
Dwsconsio.h233 #define WSMOUSE_TYPE_TPANEL 6 /* Generic Touch Panel */ macro
/openbsd/src/sbin/wsconsctl/
Dutil.c84 { WSMOUSE_TYPE_TPANEL, "touch-panel" },
/openbsd/src/sys/dev/hid/
Dhidms.c670 *(u_int *)data = WSMOUSE_TYPE_TPANEL; in hidms_ioctl()
/openbsd/src/sys/dev/i2c/
Diatp.c328 hw->type = WSMOUSE_TYPE_TPANEL; in iatp_configure()