Lines Matching defs:data
126 static int tps23861_read_temp(struct tps23861_data *data, long *val) in tps23861_read_temp()
140 static int tps23861_read_voltage(struct tps23861_data *data, int channel, in tps23861_read_voltage()
165 static int tps23861_read_current(struct tps23861_data *data, int channel, in tps23861_read_current()
190 static int tps23861_port_disable(struct tps23861_data *data, int channel) in tps23861_port_disable()
201 static int tps23861_port_enable(struct tps23861_data *data, int channel) in tps23861_port_enable()
213 static umode_t tps23861_is_visible(const void *data, enum hwmon_sensor_types type, in tps23861_is_visible()
251 struct tps23861_data *data = dev_get_drvdata(dev); in tps23861_write() local
279 struct tps23861_data *data = dev_get_drvdata(dev); in tps23861_read() local
458 static int tps23861_port_resistance(struct tps23861_data *data, int port) in tps23861_port_resistance()
481 static int tps23861_port_status_show(struct seq_file *s, void *data) in tps23861_port_status_show()
506 static void tps23861_init_debugfs(struct tps23861_data *data, in tps23861_init_debugfs()
528 struct tps23861_data *data; in tps23861_probe() local
572 struct tps23861_data *data = i2c_get_clientdata(client); in tps23861_remove() local