Searched refs:INTUOS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 784 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_exit_report() 823 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_inout() 899 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_general() 3433 case INTUOS: in wacom_wac_irq() 3826 case INTUOS: in wacom_setup_pen_input_capabilities() 4416 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4419 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4422 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4425 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4428 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; [all …]
|
H A D | wacom_wac.h | 202 INTUOS, enumerator
|