Home
last modified time | relevance | path

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

/linux/drivers/input/rmi4/
H A Drmi_2d_sensor.h46 struct rmi_2d_sensor { struct
77 void rmi_2d_sensor_abs_process(struct rmi_2d_sensor *sensor, argument
81 void rmi_2d_sensor_abs_report(struct rmi_2d_sensor *sensor,
85 void rmi_2d_sensor_rel_report(struct rmi_2d_sensor *sensor, int x, int y);
88 struct rmi_2d_sensor *sensor);
H A Drmi_f12.c32 struct rmi_2d_sensor sensor;
97 struct rmi_2d_sensor *sensor = &f12->sensor; in rmi_f12_read_sensor_tuning()
207 struct rmi_2d_sensor *sensor = &f12->sensor; in rmi_f12_process_objects()
262 struct rmi_2d_sensor *sensor = &f12->sensor; in rmi_f12_attention()
360 struct rmi_2d_sensor *sensor; in rmi_f12_config()
388 struct rmi_2d_sensor *sensor; in rmi_f12_probe()
H A Drmi_f11.c533 struct rmi_2d_sensor sensor;
550 struct rmi_2d_sensor *sensor = &f11->sensor; in rmi_f11_rel_pos_report()
561 struct rmi_2d_sensor *sensor, in rmi_f11_abs_pos_process()
595 struct rmi_2d_sensor *sensor, int size) in rmi_f11_finger_handler()
658 struct rmi_2d_sensor *sensor = &f11->sensor; in f11_2d_construct_data()
1074 struct rmi_2d_sensor *sensor; in rmi_f11_initialize()
1278 struct rmi_2d_sensor *sensor = &f11->sensor; in rmi_f11_config()
H A DMakefile5 rmi_core-$(CONFIG_RMI4_2D_SENSOR) += rmi_2d_sensor.o