Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/
Dhid-multitouch.c101 bool *tip_state; /* is the touch valid? */ member
527 usage->tip_state = DEFAULT_FALSE; in mt_allocate_usage()
795 MT_STORE_FIELD(tip_state); in mt_touch_input_mapping()
1012 valid = *slot->tip_state; in mt_process_slot()
1038 active = *slot->tip_state || inrange_state; in mt_process_slot()
1103 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot()