Home
last modified time | relevance | path

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

/drivers/input/misc/
Dad714x.h18 struct ad714x_chip;
20 typedef int (*ad714x_read_t)(struct ad714x_chip *, unsigned short, unsigned short *, size_t);
21 typedef int (*ad714x_write_t)(struct ad714x_chip *, unsigned short, unsigned short);
23 struct ad714x_chip { struct
48 int ad714x_disable(struct ad714x_chip *ad714x); argument
49 int ad714x_enable(struct ad714x_chip *ad714x);
50 struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq,
Dad714x.c126 static void ad714x_use_com_int(struct ad714x_chip *ad714x, in ad714x_use_com_int()
143 static void ad714x_use_thr_int(struct ad714x_chip *ad714x, in ad714x_use_thr_int()
160 static int ad714x_cal_highest_stage(struct ad714x_chip *ad714x, in ad714x_cal_highest_stage()
177 static int ad714x_cal_abs_pos(struct ad714x_chip *ad714x, in ad714x_cal_abs_pos()
213 static void ad714x_button_state_machine(struct ad714x_chip *ad714x, int idx) in ad714x_button_state_machine()
248 static void ad714x_slider_cal_sensor_val(struct ad714x_chip *ad714x, int idx) in ad714x_slider_cal_sensor_val()
266 static void ad714x_slider_cal_highest_stage(struct ad714x_chip *ad714x, int idx) in ad714x_slider_cal_highest_stage()
291 static void ad714x_slider_cal_abs_pos(struct ad714x_chip *ad714x, int idx) in ad714x_slider_cal_abs_pos()
313 static void ad714x_slider_cal_flt_pos(struct ad714x_chip *ad714x, int idx) in ad714x_slider_cal_flt_pos()
324 static void ad714x_slider_use_com_int(struct ad714x_chip *ad714x, int idx) in ad714x_slider_use_com_int()
[all …]
Dad714x-i2c.c27 static int ad714x_i2c_write(struct ad714x_chip *chip, in ad714x_i2c_write()
46 static int ad714x_i2c_read(struct ad714x_chip *chip, in ad714x_i2c_read()
75 struct ad714x_chip *chip; in ad714x_i2c_probe()
Dad714x-spi.c30 static int ad714x_spi_read(struct ad714x_chip *chip, in ad714x_spi_read()
64 static int ad714x_spi_write(struct ad714x_chip *chip, in ad714x_spi_write()
85 struct ad714x_chip *chip; in ad714x_spi_probe()