Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dwacom_wac.c3528 case TABLETPC: in wacom_wac_irq()
3735 case TABLETPC: in wacom_setup_device_quirks()
3900 case TABLETPC: in wacom_setup_pen_input_capabilities()
4056 case TABLETPC: in wacom_setup_touch_input_capabilities()
4710 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
4713 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4716 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
4719 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4722 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4737 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
[all …]
H A Dwacom_wac.h238 TABLETPC, /* add new TPC below */ enumerator
H A Dwacom_sys.c693 if (features->type > TABLETPC) { in _wacom_query_tablet_data()