Searched refs:vpu_iface_get_power_state (Results 1 – 3 of 3) sorted by relevance
238 vpu_iface_get_power_state(core) ? "on" : "off"); in vpu_dbg_core()354 if (vpu_iface_get_power_state(core) && !core->request_count) { in vpu_dbg_core_write()
186 if (!vpu_iface_get_power_state(core)) { in vpu_core_update_state()377 if (vpu_iface_get_power_state(core)) in vpu_request_core()787 if (!vpu_iface_get_power_state(core)) in vpu_core_resume()
147 static inline int vpu_iface_get_power_state(struct vpu_core *core) in vpu_iface_get_power_state() function