Lines Matching refs:mxc_jpeg_dev

329 static void print_mxc_buf(struct mxc_jpeg_dev *jpeg, struct vb2_buffer *buf,  in print_mxc_buf()
476 static bool mxc_jpeg_alloc_slot_data(struct mxc_jpeg_dev *jpeg, in mxc_jpeg_alloc_slot_data()
523 static void mxc_jpeg_free_slot_data(struct mxc_jpeg_dev *jpeg, in mxc_jpeg_free_slot_data()
551 struct mxc_jpeg_dev *jpeg = priv; in mxc_jpeg_dec_irq()
799 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_config_dec_desc()
861 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_config_enc_desc()
922 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_device_run()
1478 struct mxc_jpeg_dev *mxc_jpeg = video_drvdata(file); in mxc_jpeg_open()
1530 struct mxc_jpeg_dev *mxc_jpeg = video_drvdata(file); in mxc_jpeg_querycap()
1642 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_try_fmt_vid_cap()
1673 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_try_fmt_vid_out()
1706 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_s_fmt()
1792 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_g_fmt_vid()
1893 struct mxc_jpeg_dev *mxc_jpeg = video_drvdata(file); in mxc_jpeg_release()
1926 static void mxc_jpeg_detach_pm_domains(struct mxc_jpeg_dev *jpeg) in mxc_jpeg_detach_pm_domains()
1940 static int mxc_jpeg_attach_pm_domains(struct mxc_jpeg_dev *jpeg) in mxc_jpeg_attach_pm_domains()
1988 struct mxc_jpeg_dev *jpeg; in mxc_jpeg_probe()
1999 jpeg = devm_kzalloc(dev, sizeof(struct mxc_jpeg_dev), GFP_KERNEL); in mxc_jpeg_probe()
2141 struct mxc_jpeg_dev *jpeg = dev_get_drvdata(dev); in mxc_jpeg_runtime_resume()
2166 struct mxc_jpeg_dev *jpeg = dev_get_drvdata(dev); in mxc_jpeg_runtime_suspend()
2183 struct mxc_jpeg_dev *jpeg = platform_get_drvdata(pdev); in mxc_jpeg_remove()