Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-multitouch.c103 bool *inrange_state; /* is the finger in proximity of the sensor? */ member
507 usage->inrange_state = DEFAULT_FALSE; in mt_allocate_usage()
735 MT_STORE_FIELD(inrange_state); in mt_touch_input_mapping()
955 bool inrange_state = false; in mt_process_slot() local
969 valid = *slot->inrange_state; in mt_process_slot()
995 inrange_state = *slot->inrange_state; in mt_process_slot()
997 active = *slot->tip_state || inrange_state; in mt_process_slot()
Dwacom_wac.h299 bool inrange_state; member
Dwacom_wac.c2010 wacom_wac->hid_data.inrange_state |= value; in wacom_wac_pad_event()
2088 wacom_wac->hid_data.inrange_state = 0; in wacom_wac_pad_pre_report()
2097 bool active = wacom_wac->hid_data.inrange_state != 0; in wacom_wac_pad_report()
2232 wacom_wac->hid_data.inrange_state = value; in wacom_wac_pen_event()
2330 if (wacom_wac->hid_data.inrange_state) in wacom_wac_pen_event()
2352 bool range = wacom_wac->hid_data.inrange_state; in wacom_wac_pen_report()