Searched refs:INTUOS (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/hid/ |
D | wacom_wac.c | 780 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_exit_report() 819 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_inout() 895 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_general() 3419 case INTUOS: in wacom_wac_irq() 3812 case INTUOS: in wacom_setup_pen_input_capabilities() 4402 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4405 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4408 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4411 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4414 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; [all …]
|
D | wacom_wac.h | 201 INTUOS, enumerator
|