Searched refs:ver_conf (Results 1 – 4 of 4) sorted by relevance
359 .ops = hdmi->conf->ver_conf->codec_ops, in mtk_hdmi_register_audio_driver()392 const struct mtk_hdmi_ver_conf *ver_conf; in mtk_hdmi_common_probe() local402 ver_conf = hdmi_conf->ver_conf; in mtk_hdmi_common_probe()405 ver_conf->bridge_funcs); in mtk_hdmi_common_probe()412 hdmi->clk = devm_kcalloc(dev, ver_conf->num_clocks, sizeof(*hdmi->clk), GFP_KERNEL); in mtk_hdmi_common_probe()416 ret = mtk_hdmi_dt_parse_pdata(hdmi, pdev, ver_conf->mtk_hdmi_clock_names, in mtk_hdmi_common_probe()417 ver_conf->num_clocks); in mtk_hdmi_common_probe()436 if (ver_conf->bridge_funcs->hdmi_write_infoframe && in mtk_hdmi_common_probe()437 ver_conf->bridge_funcs->hdmi_clear_infoframe) in mtk_hdmi_common_probe()444 hdmi->bridge.interlace_allowed = ver_conf->interlace_allowed; in mtk_hdmi_common_probe()
144 const struct mtk_hdmi_ver_conf *ver_conf; member
1213 .ver_conf = &mtk_hdmi_v1_ver_conf1219 .ver_conf = &mtk_hdmi_v1_ver_conf1223 .ver_conf = &mtk_hdmi_v1_ver_conf
1434 .ver_conf = &mtk_hdmi_conf_v2,1439 .ver_conf = &mtk_hdmi_conf_v2,