Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/light/
Dvcnl4000.c52 #define VCNL4010_INT_CTRL 0x89 /* Interrupt control */ macro
649 ret = i2c_smbus_read_byte_data(data->client, VCNL4010_INT_CTRL); in vcnl4010_is_thr_enabled()
704 ret = i2c_smbus_write_byte_data(data->client, VCNL4010_INT_CTRL, icr); in vcnl4010_config_threshold()
962 ret = i2c_smbus_write_byte_data(data->client, VCNL4010_INT_CTRL, in vcnl4010_buffer_postenable()
976 ret = i2c_smbus_write_byte_data(data->client, VCNL4010_INT_CTRL, 0); in vcnl4010_buffer_predisable()