Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-multitouch.c102 bool *tip_state; /* is the touch valid? */ member
506 usage->tip_state = DEFAULT_FALSE; in mt_allocate_usage()
756 MT_STORE_FIELD(tip_state); in mt_touch_input_mapping()
971 valid = *slot->tip_state; in mt_process_slot()
997 active = *slot->tip_state || inrange_state; in mt_process_slot()
1062 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot()