Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/platform_data/
Dpixcir_i2c_ts.h7 #define PIXCIR_REG_POWER_MODE 51 macro
/linux-4.4.14/drivers/input/touchscreen/
Dpixcir_i2c_ts.c211 ret = i2c_smbus_read_byte_data(ts->client, PIXCIR_REG_POWER_MODE); in pixcir_set_power_mode()
214 __func__, PIXCIR_REG_POWER_MODE, ret); in pixcir_set_power_mode()
224 ret = i2c_smbus_write_byte_data(ts->client, PIXCIR_REG_POWER_MODE, ret); in pixcir_set_power_mode()
227 __func__, PIXCIR_REG_POWER_MODE, ret); in pixcir_set_power_mode()