Home
last modified time | relevance | path

Searched refs:vpu_iface_get_power_state (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_dbg.c259 vpu_iface_get_power_state(core) ? "on" : "off"); in vpu_dbg_core()
375 if (vpu_iface_get_power_state(core) && !core->request_count) { in vpu_dbg_core_write()
H A Dvpu_core.c188 if (!vpu_iface_get_power_state(core)) { in vpu_core_update_state()
379 if (vpu_iface_get_power_state(core)) in vpu_request_core()
787 if (!vpu_iface_get_power_state(core)) in vpu_core_resume()
H A Dvpu_rpc.h147 static inline int vpu_iface_get_power_state(struct vpu_core *core) in vpu_iface_get_power_state() function