Searched refs:imx_hdmi (Results 1 – 2 of 2) sorted by relevance
25 struct imx_hdmi { struct32 static inline struct imx_hdmi *enc_to_imx_hdmi(struct drm_encoder *e) in enc_to_imx_hdmi() argument34 return container_of(e, struct imx_hdmi, encoder); in enc_to_imx_hdmi()101 static int dw_hdmi_imx_parse_dt(struct imx_hdmi *hdmi) in dw_hdmi_imx_parse_dt()116 struct imx_hdmi *hdmi = enc_to_imx_hdmi(encoder); in dw_hdmi_imx_encoder_enable()203 struct imx_hdmi *hdmi; in dw_hdmi_imx_bind()245 struct imx_hdmi *hdmi = dev_get_drvdata(dev); in dw_hdmi_imx_unbind()257 struct imx_hdmi *hdmi; in dw_hdmi_imx_probe()
21330 struct imx_hdmi {21339 static inline struct imx_hdmi *enc_to_imx_hdmi(struct drm_encoder *e)21340 @@ -34,6 +46,19 @@ static inline struct imx_hdmi *enc_to_imx_hdmi(struct drm_encoder *e)21341 return container_of(e, struct imx_hdmi, encoder);21370 static int dw_hdmi_imx_parse_dt(struct imx_hdmi *hdmi)21377 @@ -108,6 +134,14 @@ static int dw_hdmi_imx_parse_dt(struct imx_hdmi *hdmi)21393 struct imx_hdmi *hdmi = enc_to_imx_hdmi(encoder);21478 + struct imx_hdmi *hdmi = (struct imx_hdmi *)data;21509 + struct imx_hdmi *hdmi = (struct imx_hdmi *)data;21531 +static int imx8mp_hdmimix_setup(struct imx_hdmi *hdmi)[all …]