Searched defs:mtk_vcodec_fw_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
| D | mtk_vcodec_fw_priv.h | 17 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);
|
| /kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/ |
| D | mtk_vcodec_fw_priv.h | 19 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);
|