Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c102 bool *tip_state; /* is the touch valid? */ member
546 usage->tip_state = DEFAULT_FALSE; in mt_allocate_usage()
815 MT_STORE_FIELD(tip_state); in mt_touch_input_mapping()
1033 valid = *slot->tip_state; in mt_process_slot()
1059 active = *slot->tip_state || inrange_state; in mt_process_slot()
1144 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot()