Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.h42 struct vpu_iface_ops { struct
114 struct vpu_iface_ops *vpu_core_get_iface(struct vpu_core *core); argument
115 struct vpu_iface_ops *vpu_inst_get_iface(struct vpu_inst *inst);
120 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_check_codec()
130 struct vpu_iface_ops *ops = vpu_inst_get_iface(inst); in vpu_iface_check_format()
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()
[all …]
H A Dvpu_rpc.c23 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_check_memory_region()
167 static struct vpu_iface_ops imx8q_rpc_ops[] = {
225 static struct vpu_iface_ops *vpu_get_iface(struct vpu_dev *vpu, enum vpu_core_type type) in vpu_get_iface()
227 struct vpu_iface_ops *rpc_ops = NULL; in vpu_get_iface()
246 struct vpu_iface_ops *vpu_core_get_iface(struct vpu_core *core) in vpu_core_get_iface()
251 struct vpu_iface_ops *vpu_inst_get_iface(struct vpu_inst *inst) in vpu_inst_get_iface()