Lines Matching defs:client
33 struct i2c_client *client; member
52 static int tsl2550_set_operating_mode(struct i2c_client *client, int mode) in tsl2550_set_operating_mode()
63 static int tsl2550_set_power_state(struct i2c_client *client, int state) in tsl2550_set_power_state()
82 static int tsl2550_get_adc_value(struct i2c_client *client, u8 cmd) in tsl2550_get_adc_value()
186 struct i2c_client *client = to_i2c_client(dev); in tsl2550_store_power_state() local
218 struct i2c_client *client = to_i2c_client(dev); in tsl2550_store_operating_mode() local
242 static ssize_t __tsl2550_show_lux(struct i2c_client *client, char *buf) in __tsl2550_show_lux()
271 struct i2c_client *client = to_i2c_client(dev); in tsl2550_show_lux1_input() local
304 static int tsl2550_init_client(struct i2c_client *client) in tsl2550_init_client()
334 static int tsl2550_probe(struct i2c_client *client, in tsl2550_probe()
392 static int tsl2550_remove(struct i2c_client *client) in tsl2550_remove()