Lines Matching defs:client
108 struct i2c_client *client; member
122 struct i2c_client *client; member
128 static int adp8870_read(struct i2c_client *client, int reg, uint8_t *val) in adp8870_read()
143 static int adp8870_write(struct i2c_client *client, u8 reg, u8 val) in adp8870_write()
153 static int adp8870_set_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8870_set_bits()
172 static int adp8870_clr_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8870_clr_bits()
218 struct i2c_client *client = led->client; in adp8870_led_setup() local
239 static int adp8870_led_probe(struct i2c_client *client) in adp8870_led_probe()
324 static int adp8870_led_remove(struct i2c_client *client) in adp8870_led_remove()
339 static int adp8870_led_probe(struct i2c_client *client) in adp8870_led_probe()
344 static int adp8870_led_remove(struct i2c_client *client) in adp8870_led_remove()
353 struct i2c_client *client = data->client; in adp8870_bl_set() local
420 struct i2c_client *client = data->client; in adp8870_bl_setup() local
839 static int adp8870_probe(struct i2c_client *client, in adp8870_probe()
928 static int adp8870_remove(struct i2c_client *client) in adp8870_remove()
947 struct i2c_client *client = to_i2c_client(dev); in adp8870_i2c_suspend() local
956 struct i2c_client *client = to_i2c_client(dev); in adp8870_i2c_resume() local