Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.h197 unsigned int agm_count; /* finger count reported by agm */ member
H A Dsynaptics.c756 priv->agm_count = buf[1]; in synaptics_parse_agm()
1044 num_fingers = priv->agm_count ? priv->agm_count : 3; in synaptics_image_sensor_process()