Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c142 static DOZE_T doze_status = DOZE_DISABLED; variable
199 if (DOZE_ENABLED == doze_status) in gtp_i2c_read()
262 if (DOZE_ENABLED == doze_status) in gtp_i2c_write()
614 if (DOZE_ENABLED == doze_status) in goodix_ts_work_func()
636 doze_status = DOZE_WAKEUP; in goodix_ts_work_func()
652 doze_status = DOZE_WAKEUP; in goodix_ts_work_func()
664 doze_status = DOZE_WAKEUP; in goodix_ts_work_func()
1175 doze_status = DOZE_ENABLED; in gtp_enter_doze()
1325 if (DOZE_WAKEUP != doze_status) in gtp_wakeup_sleep()
1333 doze_status = DOZE_DISABLED; in gtp_wakeup_sleep()
[all …]