Searched refs:mtk_vcodec_fw_ipi_send (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_fw.c | 67 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 D | mtk_vcodec_fw.h | 40 int mtk_vcodec_fw_ipi_send(struct mtk_vcodec_fw *fw, int id,
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | vdec_vpu_if.c | 171 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 D | venc_vpu_if.c | 119 status = mtk_vcodec_fw_ipi_send(vpu->ctx->dev->fw_handler, vpu->id, msg, in vpu_enc_send_msg()
|