Searched refs:vl6180_write_byte (Results 1 – 1 of 1) sorted by relevance
/drivers/iio/light/ |
D | vl6180.c | 169 static int vl6180_write_byte(struct i2c_client *client, u16 cmd, u8 val) in vl6180_write_byte() function 216 ret = vl6180_write_byte(client, in vl6180_measure() 245 ret = vl6180_write_byte(client, VL6180_INTR_CLEAR, in vl6180_measure() 356 return vl6180_write_byte(data->client, VL6180_HOLD, in vl6180_hold() 379 ret = vl6180_write_byte(data->client, VL6180_ALS_GAIN, in vl6180_set_als_gain() 472 ret = vl6180_write_byte(client, VL6180_INTR_CONFIG, in vl6180_init() 485 ret = vl6180_write_byte(client, VL6180_ALS_GAIN, VL6180_ALS_GAIN_1); in vl6180_init() 489 ret = vl6180_write_byte(client, VL6180_OUT_OF_RESET, 0x00); in vl6180_init()
|