Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_extents.c452 static u8 wait_hotknot_state; variable
461 wait_hotknot_state |= rqst_hotknot_state; in hotknot_block_rw()
462 …%x,timeout:%d, all wait state:0x%x", rqst_hotknot_state, wait_hotknot_timeout, wait_hotknot_state); in hotknot_block_rw()
472 wait_hotknot_state &= (~rqst_hotknot_state); in hotknot_block_rw()
487 wait_hotknot_state = 0; in hotknot_wakeup_block()
512 if (wait_hotknot_state & HN_DEVICE_PAIRED) { in hotknot_event_handler()
536 GTP_DEBUG("wait_hotknot_state:%x", wait_hotknot_state); in hotknot_event_handler()
539 if (wait_hotknot_state & HN_MASTER_SEND) { in hotknot_event_handler()
547 } else if (wait_hotknot_state & HN_SLAVE_RECEIVED) { in hotknot_event_handler()
555 } else if (wait_hotknot_state & HN_MASTER_DEPARTED) { in hotknot_event_handler()
[all …]