Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mtk-vcodec/
A Dmtk_vcodec_fw_priv.h17 struct mtk_vcodec_fw_ops { struct
18 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);

Completed in 4 milliseconds