Lines Matching refs:i2c_client
100 struct i2c_client *client;
107 struct i2c_client *client;
120 static int adp8860_read(struct i2c_client *client, int reg, uint8_t *val) in adp8860_read()
134 static int adp8860_write(struct i2c_client *client, u8 reg, u8 val) in adp8860_write()
139 static int adp8860_set_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8860_set_bits()
158 static int adp8860_clr_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8860_clr_bits()
201 struct i2c_client *client = led->client; in adp8860_led_setup()
217 static int adp8860_led_probe(struct i2c_client *client) in adp8860_led_probe()
299 static int adp8860_led_remove(struct i2c_client *client) in adp8860_led_remove()
314 static int adp8860_led_probe(struct i2c_client *client) in adp8860_led_probe()
319 static int adp8860_led_remove(struct i2c_client *client) in adp8860_led_remove()
328 struct i2c_client *client = data->client; in adp8860_bl_set()
391 struct i2c_client *client = data->client; in adp8860_bl_setup()
656 static int adp8860_probe(struct i2c_client *client, in adp8860_probe()
760 static int adp8860_remove(struct i2c_client *client) in adp8860_remove()
779 struct i2c_client *client = to_i2c_client(dev); in adp8860_i2c_suspend()
788 struct i2c_client *client = to_i2c_client(dev); in adp8860_i2c_resume()