Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/input/
Dpixcir_ts.h7 #define PIXCIR_REG_POWER_MODE 51 macro
/linux-4.1.27/drivers/input/touchscreen/
Dpixcir_i2c_ts.c198 ret = i2c_smbus_read_byte_data(ts->client, PIXCIR_REG_POWER_MODE); in pixcir_set_power_mode()
201 __func__, PIXCIR_REG_POWER_MODE, ret); in pixcir_set_power_mode()
211 ret = i2c_smbus_write_byte_data(ts->client, PIXCIR_REG_POWER_MODE, ret); in pixcir_set_power_mode()
214 __func__, PIXCIR_REG_POWER_MODE, ret); in pixcir_set_power_mode()