Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_extents.c547 } else if (wait_hotknot_state & HN_SLAVE_RECEIVED) { in hotknot_event_handler()
551 got_hotknot_state |= HN_SLAVE_RECEIVED; in hotknot_event_handler()
818 ret = hotknot_block_rw(HN_SLAVE_RECEIVED, (s32) value); in gt1x_ioctl()
H A Dgt1x_generic.h314 #define HN_SLAVE_RECEIVED 0x08 macro