Searched refs:vl6180_write_byte (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/iio/light/ |
D | vl6180.c | 168 static int vl6180_write_byte(struct i2c_client *client, u16 cmd, u8 val) in vl6180_write_byte() function 215 ret = vl6180_write_byte(client, in vl6180_measure() 244 ret = vl6180_write_byte(client, VL6180_INTR_CLEAR, in vl6180_measure() 355 return vl6180_write_byte(data->client, VL6180_HOLD, in vl6180_hold() 378 ret = vl6180_write_byte(data->client, VL6180_ALS_GAIN, in vl6180_set_als_gain() 471 ret = vl6180_write_byte(client, VL6180_INTR_CONFIG, in vl6180_init() 484 ret = vl6180_write_byte(client, VL6180_ALS_GAIN, VL6180_ALS_GAIN_1); in vl6180_init() 488 ret = vl6180_write_byte(client, VL6180_OUT_OF_RESET, 0x00); in vl6180_init()
|