Lines Matching refs:i2c_client
46 struct i2c_client *client;
65 static int tsl2550_set_operating_mode(struct i2c_client *client, int mode) in tsl2550_set_operating_mode()
76 static int tsl2550_set_power_state(struct i2c_client *client, int state) in tsl2550_set_power_state()
95 static int tsl2550_get_adc_value(struct i2c_client *client, u8 cmd) in tsl2550_get_adc_value()
201 struct i2c_client *client = to_i2c_client(dev); in tsl2550_store_power_state()
233 struct i2c_client *client = to_i2c_client(dev); in tsl2550_store_operating_mode()
257 static ssize_t __tsl2550_show_lux(struct i2c_client *client, char *buf) in __tsl2550_show_lux()
286 struct i2c_client *client = to_i2c_client(dev); in tsl2550_show_lux1_input()
319 static int tsl2550_init_client(struct i2c_client *client) in tsl2550_init_client()
349 static int tsl2550_probe(struct i2c_client *client, in tsl2550_probe()
407 static int tsl2550_remove(struct i2c_client *client) in tsl2550_remove()