Lines Matching defs:client
123 struct i2c_client *client; member
217 static int vl6180_read(struct i2c_client *client, u16 cmd, void *databuf, in vl6180_read()
234 static int vl6180_read_byte(struct i2c_client *client, u16 cmd) in vl6180_read_byte()
246 static int vl6180_read_word(struct i2c_client *client, u16 cmd) in vl6180_read_word()
258 static int vl6180_write_byte(struct i2c_client *client, u16 cmd, u8 val) in vl6180_write_byte()
278 static int vl6180_write_word(struct i2c_client *client, u16 cmd, u16 val) in vl6180_write_word()
299 struct i2c_client *client = data->client; in vl6180_measure() local
568 struct i2c_client *client = data->client; in vl6180_custom_init() local
587 struct i2c_client *client = data->client; in vl6180_range_init() local
740 struct i2c_client *client = data->client; in vl6180_init() local
815 struct i2c_client *client = data->client; in vl6180_irq_thread() local
896 static int vl6180_probe(struct i2c_client *client, in vl6180_probe()