Home
last modified time | relevance | path

Searched refs:MT_IO_FLAGS_PENDING_SLOTS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-multitouch.c86 #define MT_IO_FLAGS_PENDING_SLOTS 2 macro
940 set_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags); in mt_sync_frame()
942 clear_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags); in mt_sync_frame()
1232 if (test_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags)) in mt_touch_report()
1669 if (test_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags)) in mt_expired_timeout()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-multitouch.c88 #define MT_IO_FLAGS_PENDING_SLOTS 2 macro
972 set_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags); in mt_sync_frame()
974 clear_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags); in mt_sync_frame()
1285 if (test_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags)) in mt_touch_report()
1719 if (test_bit(MT_IO_FLAGS_PENDING_SLOTS, &td->mt_io_flags)) in mt_expired_timeout()

Completed in 6 milliseconds