• Home
  • Raw
  • Download

Lines Matching full:touchpad

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