Searched refs:mxc_jpeg (Results 1 – 2 of 2) sorted by relevance
733 dev_dbg(ctx->mxc_jpeg->dev, "Notify app event EOS reached"); in notify_eos()744 dev_dbg(ctx->mxc_jpeg->dev, "Notify app event SRC_CH_RESOLUTION"); in notify_src_chg()835 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_job_finish()1169 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_config_dec_desc()1235 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_config_enc_desc()1342 struct device *dev = ctx->mxc_jpeg->dev; in mxc_jpeg_source_change()1415 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_device_run_timeout()1418 spin_lock_irqsave(&ctx->mxc_jpeg->hw_lock, flags); in mxc_jpeg_device_run_timeout()1419 if (ctx->mxc_jpeg->slot_data.used) { in mxc_jpeg_device_run_timeout()1421 ctx->mxc_jpeg->mode == MXC_JPEG_DECODE ? "decode" : "encode"); in mxc_jpeg_device_run_timeout()[all …]
95 struct mxc_jpeg_dev *mxc_jpeg; member