Lines Matching refs:touchpad

108 	 * Unlike slider/wheel/touchpad, all buttons point to
117 struct ad714x_touchpad_drv *touchpad;
576 struct ad714x_touchpad_plat *hw = &ad714x->hw->touchpad[idx];
596 struct ad714x_touchpad_plat *hw = &ad714x->hw->touchpad[idx];
597 struct ad714x_touchpad_drv *sw = &ad714x->sw->touchpad[idx];
605 "touchpad %d x_highest_stage:%d, y_highest_stage:%d\n",
617 struct ad714x_touchpad_plat *hw = &ad714x->hw->touchpad[idx];
618 struct ad714x_touchpad_drv *sw = &ad714x->sw->touchpad[idx];
656 struct ad714x_touchpad_plat *hw = &ad714x->hw->touchpad[idx];
657 struct ad714x_touchpad_drv *sw = &ad714x->sw->touchpad[idx];
664 dev_dbg(ad714x->dev, "touchpad %d absolute position:(%d, %d)\n", idx,
670 struct ad714x_touchpad_drv *sw = &ad714x->sw->touchpad[idx];
677 dev_dbg(ad714x->dev, "touchpad %d filter position:(%d, %d)\n",
685 * End points are detected on the 4 edges of the touchpad sensor. The
701 struct ad714x_touchpad_plat *hw = &ad714x->hw->touchpad[idx];
702 struct ad714x_touchpad_drv *sw = &ad714x->sw->touchpad[idx];
778 struct ad714x_touchpad_plat *hw = &ad714x->hw->touchpad[idx];
785 struct ad714x_touchpad_plat *hw = &ad714x->hw->touchpad[idx];
793 struct ad714x_touchpad_plat *hw = &ad714x->hw->touchpad[idx];
794 struct ad714x_touchpad_drv *sw = &ad714x->sw->touchpad[idx];
814 dev_dbg(ad714x->dev, "touchpad %d touched\n", idx);
825 "touchpad%d, 2 fingers or endpoint\n",
858 dev_dbg(ad714x->dev, "touchpad %d released\n",
1011 ad714x->sw->touchpad = tp_drv = drv_mem;
1090 /* a touchpad uses one input_dev instance */
1092 struct ad714x_touchpad_plat *tp_plat = ad714x->hw->touchpad;