Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/input/mouse/
A Dsynaptics.c740 struct synaptics_hw_state *agm = &priv->agm; in synaptics_parse_agm() local
747 agm->w = hw->w; in synaptics_parse_agm()
748 agm->x = (((buf[4] & 0x0f) << 8) | buf[1]) << 1; in synaptics_parse_agm()
749 agm->y = (((buf[4] & 0xf0) << 4) | buf[2]) << 1; in synaptics_parse_agm()
750 agm->z = ((buf[3] & 0x30) | (buf[5] & 0x0f)) << 1; in synaptics_parse_agm()
993 const struct synaptics_hw_state *hw[2] = { sgm, &priv->agm }; in synaptics_report_mt_data()
1133 synaptics_report_semi_mt_data(dev, &hw, &priv->agm, in synaptics_process_packet()
A Dsynaptics.h196 struct synaptics_hw_state agm; member

Completed in 5 milliseconds