Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.h42 struct vpu_iface_ops { struct
43 bool (*check_codec)(enum vpu_core_type type);
44 bool (*check_fmt)(enum vpu_core_type type, u32 pixelfmt);
45 u32 (*get_data_size)(void);
46 int (*check_memory_region)(dma_addr_t base, dma_addr_t addr, u32 size);
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);
[all …]