Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-multitouch.c116 bool *inrange_state; /* is the finger in proximity of the sensor? */ member
623 usage->inrange_state = DEFAULT_FALSE; in mt_allocate_usage()
873 MT_STORE_FIELD(inrange_state); in mt_touch_input_mapping()
1114 bool inrange_state = false; in mt_process_slot()
1128 valid = *slot->inrange_state; in mt_process_slot()
1154 inrange_state = *slot->inrange_state; in mt_process_slot()
1156 active = *slot->tip_state || inrange_state; in mt_process_slot()
1111 bool inrange_state = false; mt_process_slot() local
H A Dwacom_wac.h300 bool inrange_state; member
H A Dwacom_wac.c2147 wacom_wac->hid_data.inrange_state |= value; in wacom_wac_pad_event()
2285 wacom_wac->hid_data.inrange_state = 0; in wacom_wac_pad_pre_report()
2294 bool active = wacom_wac->hid_data.inrange_state != 0; in wacom_wac_pad_report()
2431 wacom_wac->hid_data.inrange_state = value; in wacom_wac_pen_event()
2550 if (wacom_wac->hid_data.inrange_state) in wacom_wac_pen_event()
2572 bool range = wacom_wac->hid_data.inrange_state; in wacom_wac_pen_report()