Lines Matching refs:i2c_client
109 struct i2c_client *client;
123 struct i2c_client *client;
129 static int adp8870_read(struct i2c_client *client, int reg, uint8_t *val) in adp8870_read()
144 static int adp8870_write(struct i2c_client *client, u8 reg, u8 val) in adp8870_write()
154 static int adp8870_set_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8870_set_bits()
173 static int adp8870_clr_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8870_clr_bits()
219 struct i2c_client *client = led->client; in adp8870_led_setup()
240 static int adp8870_led_probe(struct i2c_client *client) in adp8870_led_probe()
325 static int adp8870_led_remove(struct i2c_client *client) in adp8870_led_remove()
340 static int adp8870_led_probe(struct i2c_client *client) in adp8870_led_probe()
345 static int adp8870_led_remove(struct i2c_client *client) in adp8870_led_remove()
354 struct i2c_client *client = data->client; in adp8870_bl_set()
429 struct i2c_client *client = data->client; in adp8870_bl_setup()
846 static int adp8870_probe(struct i2c_client *client, in adp8870_probe()
935 static int adp8870_remove(struct i2c_client *client) in adp8870_remove()
954 struct i2c_client *client = to_i2c_client(dev); in adp8870_i2c_suspend()
963 struct i2c_client *client = to_i2c_client(dev); in adp8870_i2c_resume()