Home
last modified time | relevance | path

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

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