Searched defs:mtk_vcodec_fw_ops (Results 1 – 1 of 1) sorted by relevance
19 struct mtk_vcodec_fw_ops { struct20 int (*load_firmware)(struct mtk_vcodec_fw *fw);21 unsigned int (*get_vdec_capa)(struct mtk_vcodec_fw *fw);22 unsigned int (*get_venc_capa)(struct mtk_vcodec_fw *fw);23 void *(*map_dm_addr)(struct mtk_vcodec_fw *fw, u32 dtcm_dmem_addr);24 int (*ipi_register)(struct mtk_vcodec_fw *fw, int id,27 int (*ipi_send)(struct mtk_vcodec_fw *fw, int id, void *buf,29 void (*release)(struct mtk_vcodec_fw *fw);