Lines Matching defs:client
99 struct i2c_client *client; member
106 struct i2c_client *client; member
119 static int adp8860_read(struct i2c_client *client, int reg, uint8_t *val) in adp8860_read()
133 static int adp8860_write(struct i2c_client *client, u8 reg, u8 val) in adp8860_write()
138 static int adp8860_set_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8860_set_bits()
157 static int adp8860_clr_bits(struct i2c_client *client, int reg, uint8_t bit_mask) in adp8860_clr_bits()
200 struct i2c_client *client = led->client; in adp8860_led_setup() local
216 static int adp8860_led_probe(struct i2c_client *client) in adp8860_led_probe()
298 static int adp8860_led_remove(struct i2c_client *client) in adp8860_led_remove()
313 static int adp8860_led_probe(struct i2c_client *client) in adp8860_led_probe()
318 static int adp8860_led_remove(struct i2c_client *client) in adp8860_led_remove()
327 struct i2c_client *client = data->client; in adp8860_bl_set() local
382 struct i2c_client *client = data->client; in adp8860_bl_setup() local
651 static int adp8860_probe(struct i2c_client *client, in adp8860_probe()
756 static int adp8860_remove(struct i2c_client *client) in adp8860_remove()
775 struct i2c_client *client = to_i2c_client(dev); in adp8860_i2c_suspend() local
784 struct i2c_client *client = to_i2c_client(dev); in adp8860_i2c_resume() local