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()
36 (now - transition->start_timestamp); in calculate_rt()164 ctl->transition->start_timestamp = k_uptime_get(); in onoff_work_handler()221 ctl->transition->start_timestamp = k_uptime_get(); in level_lightness_work_handler()283 ctl->transition->start_timestamp = k_uptime_get(); in level_temp_work_handler()314 ctl->transition->start_timestamp = k_uptime_get(); in light_lightness_actual_work_handler()340 ctl->transition->start_timestamp = k_uptime_get(); in light_lightness_linear_work_handler()366 ctl->transition->start_timestamp = k_uptime_get(); in light_ctl_work_handler()399 ctl->transition->start_timestamp = k_uptime_get(); in light_ctl_temp_work_handler()
30 int64_t start_timestamp; member