Home
last modified time | relevance | path

Searched refs:ad714x (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/misc/
H A Dad714x.c12 #include <linux/input/ad714x.h>
14 #include "ad714x.h"
126 static void ad714x_use_com_int(struct ad714x_chip *ad714x, in ad714x_use_com_int() argument
134 ad714x->read(ad714x, STG_COM_INT_EN_REG, &data, 1); in ad714x_use_com_int()
136 ad714x->write(ad714x, STG_COM_INT_EN_REG, data); in ad714x_use_com_int()
138 ad714x->read(ad714x, STG_HIGH_INT_EN_REG, &data, 1); in ad714x_use_com_int()
140 ad714x in ad714x_use_com_int()
143 ad714x_use_thr_int(struct ad714x_chip *ad714x, int start_stage, int end_stage) ad714x_use_thr_int() argument
160 ad714x_cal_highest_stage(struct ad714x_chip *ad714x, int start_stage, int end_stage) ad714x_cal_highest_stage() argument
177 ad714x_cal_abs_pos(struct ad714x_chip *ad714x, int start_stage, int end_stage, int highest_stage, int max_coord) ad714x_cal_abs_pos() argument
213 ad714x_button_state_machine(struct ad714x_chip *ad714x, int idx) ad714x_button_state_machine() argument
248 ad714x_slider_cal_sensor_val(struct ad714x_chip *ad714x, int idx) ad714x_slider_cal_sensor_val() argument
266 ad714x_slider_cal_highest_stage(struct ad714x_chip *ad714x, int idx) ad714x_slider_cal_highest_stage() argument
291 ad714x_slider_cal_abs_pos(struct ad714x_chip *ad714x, int idx) ad714x_slider_cal_abs_pos() argument
313 ad714x_slider_cal_flt_pos(struct ad714x_chip *ad714x, int idx) ad714x_slider_cal_flt_pos() argument
324 ad714x_slider_use_com_int(struct ad714x_chip *ad714x, int idx) ad714x_slider_use_com_int() argument
331 ad714x_slider_use_thr_int(struct ad714x_chip *ad714x, int idx) ad714x_slider_use_thr_int() argument
338 ad714x_slider_state_machine(struct ad714x_chip *ad714x, int idx) ad714x_slider_state_machine() argument
407 ad714x_wheel_cal_highest_stage(struct ad714x_chip *ad714x, int idx) ad714x_wheel_cal_highest_stage() argument
420 ad714x_wheel_cal_sensor_val(struct ad714x_chip *ad714x, int idx) ad714x_wheel_cal_sensor_val() argument
449 ad714x_wheel_cal_abs_pos(struct ad714x_chip *ad714x, int idx) ad714x_wheel_cal_abs_pos() argument
480 ad714x_wheel_cal_flt_pos(struct ad714x_chip *ad714x, int idx) ad714x_wheel_cal_flt_pos() argument
496 ad714x_wheel_use_com_int(struct ad714x_chip *ad714x, int idx) ad714x_wheel_use_com_int() argument
503 ad714x_wheel_use_thr_int(struct ad714x_chip *ad714x, int idx) ad714x_wheel_use_thr_int() argument
510 ad714x_wheel_state_machine(struct ad714x_chip *ad714x, int idx) ad714x_wheel_state_machine() argument
574 touchpad_cal_sensor_val(struct ad714x_chip *ad714x, int idx) touchpad_cal_sensor_val() argument
594 touchpad_cal_highest_stage(struct ad714x_chip *ad714x, int idx) touchpad_cal_highest_stage() argument
615 touchpad_check_second_peak(struct ad714x_chip *ad714x, int idx) touchpad_check_second_peak() argument
654 touchpad_cal_abs_pos(struct ad714x_chip *ad714x, int idx) touchpad_cal_abs_pos() argument
668 touchpad_cal_flt_pos(struct ad714x_chip *ad714x, int idx) touchpad_cal_flt_pos() argument
699 touchpad_check_endpoint(struct ad714x_chip *ad714x, int idx) touchpad_check_endpoint() argument
776 touchpad_use_com_int(struct ad714x_chip *ad714x, int idx) touchpad_use_com_int() argument
783 touchpad_use_thr_int(struct ad714x_chip *ad714x, int idx) touchpad_use_thr_int() argument
791 ad714x_touchpad_state_machine(struct ad714x_chip *ad714x, int idx) ad714x_touchpad_state_machine() argument
870 ad714x_hw_detect(struct ad714x_chip *ad714x) ad714x_hw_detect() argument
912 ad714x_hw_init(struct ad714x_chip *ad714x) ad714x_hw_init() argument
941 struct ad714x_chip *ad714x = data; ad714x_interrupt_thread() local
970 struct ad714x_chip *ad714x; ad714x_probe() local
1166 ad714x_disable(struct ad714x_chip *ad714x) ad714x_disable() argument
1183 ad714x_enable(struct ad714x_chip *ad714x) ad714x_enable() argument
[all...]
H A Dad714x.h48 int ad714x_disable(struct ad714x_chip *ad714x);
49 int ad714x_enable(struct ad714x_chip *ad714x);
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dad714x.c12 #include <linux/input/ad714x.h>
14 #include "ad714x.h"
126 static void ad714x_use_com_int(struct ad714x_chip *ad714x, in ad714x_use_com_int() argument
134 ad714x->read(ad714x, STG_COM_INT_EN_REG, &data, 1); in ad714x_use_com_int()
136 ad714x->write(ad714x, STG_COM_INT_EN_REG, data); in ad714x_use_com_int()
138 ad714x->read(ad714x, STG_HIGH_INT_EN_REG, &data, 1); in ad714x_use_com_int()
140 ad714x in ad714x_use_com_int()
143 ad714x_use_thr_int(struct ad714x_chip *ad714x, int start_stage, int end_stage) ad714x_use_thr_int() argument
160 ad714x_cal_highest_stage(struct ad714x_chip *ad714x, int start_stage, int end_stage) ad714x_cal_highest_stage() argument
177 ad714x_cal_abs_pos(struct ad714x_chip *ad714x, int start_stage, int end_stage, int highest_stage, int max_coord) ad714x_cal_abs_pos() argument
213 ad714x_button_state_machine(struct ad714x_chip *ad714x, int idx) ad714x_button_state_machine() argument
248 ad714x_slider_cal_sensor_val(struct ad714x_chip *ad714x, int idx) ad714x_slider_cal_sensor_val() argument
266 ad714x_slider_cal_highest_stage(struct ad714x_chip *ad714x, int idx) ad714x_slider_cal_highest_stage() argument
291 ad714x_slider_cal_abs_pos(struct ad714x_chip *ad714x, int idx) ad714x_slider_cal_abs_pos() argument
313 ad714x_slider_cal_flt_pos(struct ad714x_chip *ad714x, int idx) ad714x_slider_cal_flt_pos() argument
324 ad714x_slider_use_com_int(struct ad714x_chip *ad714x, int idx) ad714x_slider_use_com_int() argument
331 ad714x_slider_use_thr_int(struct ad714x_chip *ad714x, int idx) ad714x_slider_use_thr_int() argument
338 ad714x_slider_state_machine(struct ad714x_chip *ad714x, int idx) ad714x_slider_state_machine() argument
407 ad714x_wheel_cal_highest_stage(struct ad714x_chip *ad714x, int idx) ad714x_wheel_cal_highest_stage() argument
420 ad714x_wheel_cal_sensor_val(struct ad714x_chip *ad714x, int idx) ad714x_wheel_cal_sensor_val() argument
449 ad714x_wheel_cal_abs_pos(struct ad714x_chip *ad714x, int idx) ad714x_wheel_cal_abs_pos() argument
480 ad714x_wheel_cal_flt_pos(struct ad714x_chip *ad714x, int idx) ad714x_wheel_cal_flt_pos() argument
496 ad714x_wheel_use_com_int(struct ad714x_chip *ad714x, int idx) ad714x_wheel_use_com_int() argument
503 ad714x_wheel_use_thr_int(struct ad714x_chip *ad714x, int idx) ad714x_wheel_use_thr_int() argument
510 ad714x_wheel_state_machine(struct ad714x_chip *ad714x, int idx) ad714x_wheel_state_machine() argument
574 touchpad_cal_sensor_val(struct ad714x_chip *ad714x, int idx) touchpad_cal_sensor_val() argument
594 touchpad_cal_highest_stage(struct ad714x_chip *ad714x, int idx) touchpad_cal_highest_stage() argument
615 touchpad_check_second_peak(struct ad714x_chip *ad714x, int idx) touchpad_check_second_peak() argument
654 touchpad_cal_abs_pos(struct ad714x_chip *ad714x, int idx) touchpad_cal_abs_pos() argument
668 touchpad_cal_flt_pos(struct ad714x_chip *ad714x, int idx) touchpad_cal_flt_pos() argument
699 touchpad_check_endpoint(struct ad714x_chip *ad714x, int idx) touchpad_check_endpoint() argument
776 touchpad_use_com_int(struct ad714x_chip *ad714x, int idx) touchpad_use_com_int() argument
783 touchpad_use_thr_int(struct ad714x_chip *ad714x, int idx) touchpad_use_thr_int() argument
791 ad714x_touchpad_state_machine(struct ad714x_chip *ad714x, int idx) ad714x_touchpad_state_machine() argument
870 ad714x_hw_detect(struct ad714x_chip *ad714x) ad714x_hw_detect() argument
912 ad714x_hw_init(struct ad714x_chip *ad714x) ad714x_hw_init() argument
941 struct ad714x_chip *ad714x = data; ad714x_interrupt_thread() local
970 struct ad714x_chip *ad714x; ad714x_probe() local
1167 struct ad714x_chip *ad714x = dev_get_drvdata(dev); ad714x_suspend() local
1184 struct ad714x_chip *ad714x = dev_get_drvdata(dev); ad714x_resume() local
[all...]

Completed in 3 milliseconds