Lines Matching +defs:current +defs:time
125 uint64_t time) in debounce_set_timer()
135 uint64_t time) in debounce_set_timer_short()
175 uint64_t time = fallback->debounce.button_time; in debounce_notify_button() local
183 …ce_is_up_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_handle_event()
204 …_is_down_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_handle_event()
232 …_waiting_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_waiting_handle_event()
257 …delaying_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_delaying_handle_event()
277 …spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_delaying_spurious_handle_event()
303 …spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_detecting_spurious_handle_event()
328 …spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_detecting_spurious_handle_event()
354 …_waiting_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_waiting_handle_event()
375 …delaying_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_delaying_handle_event()
399 uint64_t time) in debounce_disabled_handle_event()
424 uint64_t time) in debounce_handle_event()
426 enum debounce_state current = fallback->debounce.state; in debounce_handle_event() local
475 uint64_t time) in fallback_debounce_handle_state()