Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_fw.c67 int mtk_vcodec_fw_ipi_send(struct mtk_vcodec_fw *fw, int id, void *buf, in mtk_vcodec_fw_ipi_send() function
72 EXPORT_SYMBOL_GPL(mtk_vcodec_fw_ipi_send);
H A Dmtk_vcodec_fw.h40 int mtk_vcodec_fw_ipi_send(struct mtk_vcodec_fw *fw, int id,
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.c171 err = mtk_vcodec_fw_ipi_send(vpu->ctx->dev->fw_handler, id, msg, in vcodec_vpu_send_msg()
/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_vpu_if.c119 status = mtk_vcodec_fw_ipi_send(vpu->ctx->dev->fw_handler, vpu->id, msg, in vpu_enc_send_msg()