Home
last modified time | relevance | path

Searched refs:mtk_vcodec_fw_ipi_send (Results 1 – 4 of 4) sorted by relevance

/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_fw.c62 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);
Dmtk_vcodec_fw.h40 int mtk_vcodec_fw_ipi_send(struct mtk_vcodec_fw *fw, int id,
Dvdec_vpu_if.c79 err = mtk_vcodec_fw_ipi_send(vpu->ctx->dev->fw_handler, vpu->id, msg, in vcodec_vpu_send_msg()
Dvenc_vpu_if.c93 status = mtk_vcodec_fw_ipi_send(vpu->ctx->dev->fw_handler, vpu->id, msg, in vpu_enc_send_msg()