Searched refs:imxpd_encoder (Results 1 – 1 of 1) sorted by relevance
186 struct imx_parallel_display_encoder *imxpd_encoder; in imx_pd_bind() local192 imxpd_encoder = drmm_simple_encoder_alloc(drm, struct imx_parallel_display_encoder, in imx_pd_bind()194 if (IS_ERR(imxpd_encoder)) in imx_pd_bind()195 return PTR_ERR(imxpd_encoder); in imx_pd_bind()197 imxpd_encoder->pd = imxpd; in imx_pd_bind()198 encoder = &imxpd_encoder->encoder; in imx_pd_bind()199 bridge = &imxpd_encoder->bridge; in imx_pd_bind()