Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_extents.c450 static u8 got_hotknot_state; variable
463 got_hotknot_state &= (~rqst_hotknot_state); in hotknot_block_rw()
467 …wait_event_interruptible(bp_waiter, force_wake_flag || rqst_hotknot_state == (got_hotknot_state & … in hotknot_block_rw()
469 …ptible_timeout(bp_waiter, force_wake_flag || rqst_hotknot_state == (got_hotknot_state & rqst_hotkn… in hotknot_block_rw()
474 if (rqst_hotknot_state != (got_hotknot_state & rqst_hotknot_state)) { in hotknot_block_rw()
486 got_hotknot_state = 0; in hotknot_wakeup_block()
514 got_hotknot_state |= HN_DEVICE_PAIRED; in hotknot_event_handler()
521 got_hotknot_state &= (~HN_DEVICE_PAIRED); in hotknot_event_handler()
534 got_hotknot_state = 0; in hotknot_event_handler()
543 got_hotknot_state |= HN_MASTER_SEND; in hotknot_event_handler()
[all …]