Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_fw_priv.h19 struct mtk_vcodec_fw_ops { struct
20 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);