Searched refs:ETP_WEIGHT_VALUE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/input/mouse/ | ||
D | elantech.h | 105 #define ETP_WEIGHT_VALUE 5 macro |
D | elantech.c | 714 weight = (packet[0] & 0x10) ? ETP_WEIGHT_VALUE : 1; in process_packet_motion_v4() |