Home
last modified time | relevance | path

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

/openbmc/linux/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()