Searched refs:i2c_control_buf (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx.c | 1155 u8 i2c_control_buf[3] = {(u8)(GTP_REG_SLEEP >> 8), (u8)GTP_REG_SLEEP, 8}; in gtp_enter_doze() local 1162 i2c_control_buf[0] = 0x80; in gtp_enter_doze() 1163 i2c_control_buf[1] = 0x46; in gtp_enter_doze() 1164 ret = gtp_i2c_write(ts->client, i2c_control_buf, 3); in gtp_enter_doze() 1170 i2c_control_buf[0] = 0x80; in gtp_enter_doze() 1171 i2c_control_buf[1] = 0x40; in gtp_enter_doze() 1172 ret = gtp_i2c_write(ts->client, i2c_control_buf, 3); in gtp_enter_doze() 1198 u8 i2c_control_buf[3] = {(u8)(GTP_REG_SLEEP >> 8), (u8)GTP_REG_SLEEP, 5}; in gtp_enter_sleep() local 1231 ret = gtp_i2c_write(ts->client, i2c_control_buf, 3); in gtp_enter_sleep()
|