Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_extents.c561 } else if (wait_hotknot_state & HN_SLAVE_DEPARTED) { in hotknot_event_handler()
564 got_hotknot_state |= HN_SLAVE_DEPARTED; in hotknot_event_handler()
828 ret = hotknot_block_rw(HN_SLAVE_DEPARTED, (s32) value); in gt1x_ioctl()
H A Dgt1x_generic.h312 #define HN_SLAVE_DEPARTED 0x20 macro