Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hid/
Dwacom_wac.c3309 case TABLETPC: in wacom_wac_irq()
3516 case TABLETPC: in wacom_setup_device_quirks()
3684 case TABLETPC: in wacom_setup_pen_input_capabilities()
3840 case TABLETPC: in wacom_setup_touch_input_capabilities()
4494 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
4497 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4500 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
4503 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4506 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4521 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
[all …]
Dwacom_wac.h238 TABLETPC, /* add new TPC below */ enumerator
Dwacom_sys.c680 if (features->type > TABLETPC) { in _wacom_query_tablet_data()