Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/mouse/
Dsynaptics.c741 int agm_packet_type; in synaptics_parse_agm() local
743 agm_packet_type = (buf[5] & 0x30) >> 4; in synaptics_parse_agm()
744 switch (agm_packet_type) { in synaptics_parse_agm()