Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dsynaptics.c740 int agm_packet_type; in synaptics_parse_agm() local
742 agm_packet_type = (buf[5] & 0x30) >> 4; in synaptics_parse_agm()
743 switch (agm_packet_type) { in synaptics_parse_agm()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dsynaptics.c742 int agm_packet_type; in synaptics_parse_agm() local
744 agm_packet_type = (buf[5] & 0x30) >> 4; in synaptics_parse_agm()
745 switch (agm_packet_type) { in synaptics_parse_agm()

Completed in 5 milliseconds