Searched refs:INTUOS (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | wacom_wac.c | 744 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_exit_report() 783 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_inout() 852 int idx = (features->type == INTUOS) ? (data[1] & 0x01) : 0; in wacom_intuos_general() 3322 case INTUOS: in wacom_wac_irq() 3717 case INTUOS: in wacom_setup_pen_input_capabilities() 4306 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4309 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4312 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4315 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; 4318 INTUOS, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; [all …]
|
| H A D | wacom_wac.h | 200 INTUOS, enumerator
|