Home
last modified time | relevance | path

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

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