Home
last modified time | relevance | path

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

/drivers/hid/
Dwacom_wac.c3351 case TABLETPC: in wacom_wac_irq()
3558 case TABLETPC: in wacom_setup_device_quirks()
3726 case TABLETPC: in wacom_setup_pen_input_capabilities()
3882 case TABLETPC: in wacom_setup_touch_input_capabilities()
4536 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
4539 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4542 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
4545 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4548 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 1 };
4563 TABLETPC, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; /* Pen-only */
[all …]
Dwacom_wac.h238 TABLETPC, /* add new TPC below */ enumerator
Dwacom_sys.c678 if (features->type > TABLETPC) { in _wacom_query_tablet_data()