Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_extents.c512 if (wait_hotknot_state & HN_DEVICE_PAIRED) { in hotknot_event_handler()
514 got_hotknot_state |= HN_DEVICE_PAIRED; in hotknot_event_handler()
521 got_hotknot_state &= (~HN_DEVICE_PAIRED); in hotknot_event_handler()
808 ret = hotknot_block_rw(HN_DEVICE_PAIRED, (s32) value); in gt1x_ioctl()
H A Dgt1x_generic.h310 #define HN_DEVICE_PAIRED 0x80 macro