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