Searched refs:ELANTECH_INT_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/input/mouse/ |
D | elantech.c | 1317 #define ELANTECH_INT_ATTR(_name, _register) \ macro 1338 ELANTECH_INT_ATTR(reg_07, 0x07); 1339 ELANTECH_INT_ATTR(reg_10, 0x10); 1340 ELANTECH_INT_ATTR(reg_11, 0x11); 1341 ELANTECH_INT_ATTR(reg_20, 0x20); 1342 ELANTECH_INT_ATTR(reg_21, 0x21); 1343 ELANTECH_INT_ATTR(reg_22, 0x22); 1344 ELANTECH_INT_ATTR(reg_23, 0x23); 1345 ELANTECH_INT_ATTR(reg_24, 0x24); 1346 ELANTECH_INT_ATTR(reg_25, 0x25); [all …]
|