Lines Matching refs:mxc_jpeg_dev

314 static void print_mxc_buf(struct mxc_jpeg_dev *jpeg, struct vb2_buffer *buf,  in print_mxc_buf()
461 static bool mxc_jpeg_alloc_slot_data(struct mxc_jpeg_dev *jpeg, in mxc_jpeg_alloc_slot_data()
508 static void mxc_jpeg_free_slot_data(struct mxc_jpeg_dev *jpeg, in mxc_jpeg_free_slot_data()
536 struct mxc_jpeg_dev *jpeg = priv; in mxc_jpeg_dec_irq()
777 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_config_dec_desc()
837 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_config_enc_desc()
896 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_device_run()
1449 struct mxc_jpeg_dev *mxc_jpeg = video_drvdata(file); in mxc_jpeg_open()
1501 struct mxc_jpeg_dev *mxc_jpeg = video_drvdata(file); in mxc_jpeg_querycap()
1613 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_try_fmt_vid_cap()
1644 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_try_fmt_vid_out()
1677 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_s_fmt()
1763 struct mxc_jpeg_dev *jpeg = ctx->mxc_jpeg; in mxc_jpeg_g_fmt_vid()
1864 struct mxc_jpeg_dev *mxc_jpeg = video_drvdata(file); in mxc_jpeg_release()
1897 static void mxc_jpeg_detach_pm_domains(struct mxc_jpeg_dev *jpeg) in mxc_jpeg_detach_pm_domains()
1911 static int mxc_jpeg_attach_pm_domains(struct mxc_jpeg_dev *jpeg) in mxc_jpeg_attach_pm_domains()
1960 struct mxc_jpeg_dev *jpeg; in mxc_jpeg_probe()
1972 jpeg = devm_kzalloc(dev, sizeof(struct mxc_jpeg_dev), GFP_KERNEL); in mxc_jpeg_probe()
2098 struct mxc_jpeg_dev *jpeg = platform_get_drvdata(pdev); in mxc_jpeg_remove()