Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/amphion/
A Dvpu_rpc.h42 struct vpu_iface_ops { struct
43 bool (*check_codec)(enum vpu_core_type type);
45 u32 (*get_data_size)(void);
47 int (*boot_core)(struct vpu_core *core);
48 int (*shutdown_core)(struct vpu_core *core);
49 int (*restore_core)(struct vpu_core *core);
50 int (*get_power_state)(struct vpu_core *core);
51 int (*on_firmware_loaded)(struct vpu_core *core);
52 void (*init_rpc)(struct vpu_shared_addr *shared,
67 int (*convert_msg_id)(u32 msg_id);
[all …]

Completed in 6 milliseconds