Searched refs:mtk_jpeg_ctx (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/media/platform/mediatek/jpeg/ |
| H A D | mtk_jpeg_core.c | 936 struct mtk_jpeg_ctx *ctx = priv; in mtk_jpeg_enc_device_run() 978 struct mtk_jpeg_ctx *ctx = priv; in mtk_jpeg_multicore_enc_device_run() 986 struct mtk_jpeg_ctx *ctx = priv; in mtk_jpeg_multicore_dec_device_run() 994 struct mtk_jpeg_ctx *ctx = priv; in mtk_jpeg_dec_device_run() 1047 struct mtk_jpeg_ctx *ctx = priv; in mtk_jpeg_dec_job_ready() 1157 struct mtk_jpeg_ctx *ctx; in mtk_jpeg_open() 1235 struct mtk_jpeg_ctx *ctx; in mtk_jpeg_job_timeout_work() 1559 struct mtk_jpeg_ctx *ctx; in mtk_jpeg_enc_done() 1595 struct mtk_jpeg_ctx, in mtk_jpegenc_worker() 1682 struct mtk_jpeg_ctx *ctx = container_of(work, struct mtk_jpeg_ctx, in mtk_jpegdec_worker() [all …]
|
| H A D | mtk_jpeg_enc_hw.h | 85 void mtk_jpeg_set_enc_src(struct mtk_jpeg_ctx *ctx, void __iomem *base, 87 void mtk_jpeg_set_enc_dst(struct mtk_jpeg_ctx *ctx, void __iomem *base, 89 void mtk_jpeg_set_enc_params(struct mtk_jpeg_ctx *ctx, void __iomem *base);
|
| H A D | mtk_jpeg_core.h | 90 struct mtk_jpeg_ctx *curr_ctx; 101 struct mtk_jpeg_ctx *curr_ctx; 286 struct mtk_jpeg_ctx { struct
|
| H A D | mtk_jpeg_enc_hw.c | 82 void mtk_jpeg_set_enc_src(struct mtk_jpeg_ctx *ctx, void __iomem *base, in mtk_jpeg_set_enc_src() 99 void mtk_jpeg_set_enc_dst(struct mtk_jpeg_ctx *ctx, void __iomem *base, in mtk_jpeg_set_enc_dst() 119 void mtk_jpeg_set_enc_params(struct mtk_jpeg_ctx *ctx, void __iomem *base) in mtk_jpeg_set_enc_params() 189 struct mtk_jpeg_ctx *ctx; in mtk_jpegenc_put_buf() 260 struct mtk_jpeg_ctx *ctx; in mtk_jpegenc_hw_irq_handler()
|
| H A D | mtk_jpeg_dec_hw.c | 450 struct mtk_jpeg_ctx *ctx; in mtk_jpegdec_put_buf() 515 struct mtk_jpeg_ctx *ctx; in mtk_jpegdec_hw_irq_handler()
|