Home
last modified time | relevance | path

Searched refs:vl6180_write_byte (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dvl6180.c258 static int vl6180_write_byte(struct i2c_client *client, u16 cmd, u8 val) in vl6180_write_byte() function
305 ret = vl6180_write_byte(client, in vl6180_measure()
334 ret = vl6180_write_byte(client, VL6180_INTR_CLEAR, in vl6180_measure()
464 return vl6180_write_byte(data->client, VL6180_HOLD, in vl6180_hold()
487 ret = vl6180_write_byte(data->client, VL6180_ALS_GAIN, in vl6180_set_als_gain()
574 ret = vl6180_write_byte(client, in vl6180_custom_init()
594 ret = vl6180_write_byte(client, VL6180_SYS_MODE_GPIO1, in vl6180_range_init()
603 ret = vl6180_write_byte(client, VL6180_READOUT_AVERAGING_SAMPLE_PERIOD, in vl6180_range_init()
611 ret = vl6180_write_byte(client, VL6180_RANGE_VHV_REPEAT_RATE, 0xff); in vl6180_range_init()
616 ret = vl6180_write_byte(client, VL6180_RANGE_VHV_RECALIBRATE, 0x01); in vl6180_range_init()
[all …]