Searched refs:INTUOS (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
D | wacom_wac.c | 734 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_exit_report() 773 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_inout() 842 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_general() 3302 case INTUOS: in wacom_wac_irq() 3697 case INTUOS: in wacom_setup_pen_input_capabilities() 4286 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4289 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4292 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4295 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4298 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; [all …]
|
D | wacom_wac.h | 200 INTUOS, enumerator
|