Searched refs:INTUOS (Results 1 – 2 of 2) sorted by relevance
/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() 3698 case INTUOS: in wacom_setup_pen_input_capabilities() 4288 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4291 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4294 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4297 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4300 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; [all …]
|
D | wacom_wac.h | 200 INTUOS, enumerator
|