Searched refs:INTUOS (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | wacom_wac.c | 697 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_exit_report() 736 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_inout() 805 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_general() 3183 case INTUOS: in wacom_wac_irq() 3557 case INTUOS: in wacom_setup_pen_input_capabilities() 4112 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4115 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4118 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4121 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4124 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; [all …]
|
D | wacom_wac.h | 202 INTUOS, enumerator
|