Searched refs:smp_rsp_timer_ent (Results 1 – 4 of 4) sorted by relevance
422 alarm_set_on_mloop(p_cb->smp_rsp_timer_ent, SMP_WAIT_FOR_RSP_TIMEOUT_MS, in smp_send_cmd()894 smp_cb.smp_rsp_timer_ent = alarm_new("smp.smp_rsp_timer_ent"); in init()922 alarm_t* smp_rsp_timer_ent = this->smp_rsp_timer_ent; in reset() local927 alarm_cancel(this->smp_rsp_timer_ent); in reset()935 this->smp_rsp_timer_ent = smp_rsp_timer_ent; in reset()978 alarm_cancel(p_cb->smp_rsp_timer_ent); in smp_reset_control_value()
195 alarm_set_on_mloop(p_cb->smp_rsp_timer_ent, SMP_WAIT_FOR_RSP_TIMEOUT_MS, in smp_data_received()376 alarm_set_on_mloop(p_cb->smp_rsp_timer_ent, SMP_WAIT_FOR_RSP_TIMEOUT_MS, in smp_br_data_received()
283 alarm_t* smp_rsp_timer_ent; variable
226 alarm_free(smp_cb.smp_rsp_timer_ent); in Fuzz()