Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dwacom_wac.c3468 case TABLETPC: in wacom_wac_irq()
3675 case TABLETPC: in wacom_setup_device_quirks()
3840 case TABLETPC: in wacom_setup_pen_input_capabilities()
3996 case TABLETPC: in wacom_setup_touch_input_capabilities()
4650 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
4653 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4656 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
4659 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4662 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4677 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
[all …]
Dwacom_wac.h239 TABLETPC, /* add new TPC below */ enumerator
Dwacom_sys.c678 if (features->type > TABLETPC) { in _wacom_query_tablet_data()