Lines Matching refs:m_cb
15 static nrfs_dvfs_cb_t m_cb; variable
19 if (!m_cb.handler || !m_cb.is_initialized) { in nrfs_dvfs_service_notify()
27 m_cb.handler(&evt, (void *)p_data->ctx.ctx); in nrfs_dvfs_service_notify()
36 m_cb.handler(&evt, (void *)p_rsp->ctx.ctx); in nrfs_dvfs_service_notify()
41 m_cb.handler(&evt, (void *)p_rsp->ctx.ctx); in nrfs_dvfs_service_notify()
50 m_cb.handler(&evt, (void *)p_rsp->ctx.ctx); in nrfs_dvfs_service_notify()
55 m_cb.handler(&evt, (void *)p_rsp->ctx.ctx); in nrfs_dvfs_service_notify()
65 if (m_cb.is_initialized) { in nrfs_dvfs_init()
69 m_cb.handler = handler; in nrfs_dvfs_init()
70 m_cb.is_initialized = true; in nrfs_dvfs_init()
76 m_cb.is_initialized = false; in nrfs_dvfs_uninit()
81 if (!m_cb.is_initialized) { in nrfs_dvfs_init_prepare_request()
95 if (!m_cb.is_initialized) { in nrfs_dvfs_init_complete_request()
109 if (!m_cb.is_initialized) { in nrfs_dvfs_oppoint_request()
125 if (!m_cb.is_initialized) { in nrfs_dvfs_oppoint_request_no_rsp()
141 if (!m_cb.is_initialized) { in nrfs_dvfs_ready_to_scale()