Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-multitouch.c177 unsigned long mt_io_flags; /* mt flags (MT_IO_FLAGS_RUNNING) member
1036 clear_bit(slotnum, &td->mt_io_flags); in mt_release_pending_palms()
1247 set_bit(slotnum, &td->mt_io_flags); in mt_process_slot()
1249 clear_bit(slotnum, &td->mt_io_flags); in mt_process_slot()
1310 if (test_and_set_bit_lock(MT_IO_FLAGS_RUNNING, &td->mt_io_flags)) in mt_touch_report()
1384 if (td->mt_io_flags & MT_IO_SLOTS_MASK) in mt_touch_report()
1391 clear_bit_unlock(MT_IO_FLAGS_RUNNING, &td->mt_io_flags); in mt_touch_report()
1920 clear_bit(i, &td->mt_io_flags); in mt_release_contacts()
1941 if (test_and_set_bit_lock(MT_IO_FLAGS_RUNNING, &td->mt_io_flags)) in mt_expired_timeout()
1943 if (td->mt_io_flags & MT_IO_SLOTS_MASK) in mt_expired_timeout()
[all …]