Searched refs:mtk_vcodec_fw_ipi_send (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/ |
D | mtk_vcodec_fw.c | 62 int mtk_vcodec_fw_ipi_send(struct mtk_vcodec_fw *fw, int id, void *buf, in mtk_vcodec_fw_ipi_send() function 67 EXPORT_SYMBOL_GPL(mtk_vcodec_fw_ipi_send);
|
D | mtk_vcodec_fw.h | 40 int mtk_vcodec_fw_ipi_send(struct mtk_vcodec_fw *fw, int id,
|
D | vdec_vpu_if.c | 150 err = mtk_vcodec_fw_ipi_send(vpu->ctx->dev->fw_handler, id, msg, in vcodec_vpu_send_msg()
|
D | venc_vpu_if.c | 93 status = mtk_vcodec_fw_ipi_send(vpu->ctx->dev->fw_handler, vpu->id, msg, in vpu_enc_send_msg()
|