Lines Matching refs:evt
23 nrfs_dvfs_evt_t evt; in nrfs_dvfs_service_notify() local
26 evt.type = NRFS_DVFS_EVT_REJECT; in nrfs_dvfs_service_notify()
27 m_cb.handler(&evt, (void *)p_data->ctx.ctx); in nrfs_dvfs_service_notify()
32 evt.freq = p_rsp->data.freq; in nrfs_dvfs_service_notify()
35 evt.type = NRFS_DVFS_EVT_INIT_PREPARATION; in nrfs_dvfs_service_notify()
36 m_cb.handler(&evt, (void *)p_rsp->ctx.ctx); in nrfs_dvfs_service_notify()
40 evt.type = NRFS_DVFS_EVT_INIT_DONE; in nrfs_dvfs_service_notify()
41 m_cb.handler(&evt, (void *)p_rsp->ctx.ctx); in nrfs_dvfs_service_notify()
46 evt.type = NRFS_DVFS_EVT_OPPOINT_SCALING_PREPARE; in nrfs_dvfs_service_notify()
48 evt.type = NRFS_DVFS_EVT_OPPOINT_REQ_CONFIRMED; in nrfs_dvfs_service_notify()
50 m_cb.handler(&evt, (void *)p_rsp->ctx.ctx); in nrfs_dvfs_service_notify()
54 evt.type = NRFS_DVFS_EVT_OPPOINT_SCALING_DONE; in nrfs_dvfs_service_notify()
55 m_cb.handler(&evt, (void *)p_rsp->ctx.ctx); in nrfs_dvfs_service_notify()