Home
last modified time | relevance | path

Searched refs:vpu_core_get_iface (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.h114 struct vpu_iface_ops *vpu_core_get_iface(struct vpu_core *core);
120 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_check_codec()
140 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_boot_core()
149 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_get_power_state()
158 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_shutdown_core()
167 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_restore_core()
176 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_on_firmware_loaded()
186 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_get_data_size()
199 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_init()
215 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_set_log_buf()
[all …]
H A Dvpu_rpc.c23 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_check_memory_region()
246 struct vpu_iface_ops *vpu_core_get_iface(struct vpu_core *core) in vpu_core_get_iface() function
254 return vpu_core_get_iface(inst->core); in vpu_inst_get_iface()