Searched refs:start_timestamp (Results 1 – 3 of 3) sorted by relevance
181 volatile uint32_t start_timestamp; in performance_showcase() local194 start_timestamp = timestamp_get(); in performance_showcase()196 while (start_timestamp == timestamp_get()) { in performance_showcase()200 start_timestamp = timestamp_get(); in performance_showcase()207 } while (current_timestamp < (start_timestamp + window)); in performance_showcase()
34 (now - transition->start_timestamp); in calculate_rt()162 ctl->transition->start_timestamp = k_uptime_get(); in onoff_work_handler()219 ctl->transition->start_timestamp = k_uptime_get(); in level_lightness_work_handler()281 ctl->transition->start_timestamp = k_uptime_get(); in level_temp_work_handler()312 ctl->transition->start_timestamp = k_uptime_get(); in light_lightness_actual_work_handler()338 ctl->transition->start_timestamp = k_uptime_get(); in light_lightness_linear_work_handler()364 ctl->transition->start_timestamp = k_uptime_get(); in light_ctl_work_handler()397 ctl->transition->start_timestamp = k_uptime_get(); in light_ctl_temp_work_handler()
30 int64_t start_timestamp; member