Searched refs:TCS3414_CONTROL (Results 1 - 1 of 1) sorted by relevance

/drivers/iio/light/
H A Dtcs3414.c33 #define TCS3414_CONTROL (TCS3414_COMMAND | 0x00) macro
101 ret = i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL,
107 ret = i2c_smbus_read_byte_data(data->client, TCS3414_CONTROL);
115 ret = i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL,
253 return i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL,
267 return i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL,
316 ret = i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL,
350 return i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL,
378 return i2c_smbus_write_byte_data(data->client, TCS3414_CONTROL,

Completed in 1563 milliseconds