Home
last modified time | relevance | path

Searched refs:ETP_WEIGHT_VALUE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/input/mouse/
Delantech.h105 #define ETP_WEIGHT_VALUE 5 macro
Delantech.c714 weight = (packet[0] & 0x10) ? ETP_WEIGHT_VALUE : 1; in process_packet_motion_v4()