Searched refs:hdmi_cfg (Results 1 – 1 of 1) sorted by relevance
537 struct hdmi_platform_config *hdmi_cfg; in msm_hdmi_bind() local542 hdmi_cfg = (struct hdmi_platform_config *) in msm_hdmi_bind()544 if (!hdmi_cfg) { in msm_hdmi_bind()549 hdmi_cfg->mmio_name = "core_physical"; in msm_hdmi_bind()550 hdmi_cfg->qfprom_mmio_name = "qfprom_physical"; in msm_hdmi_bind()581 hdmi_cfg->gpios[i].gpiod = gpiod; in msm_hdmi_bind()584 hdmi_cfg->gpios[i].output = msm_hdmi_gpio_pdata[i].output; in msm_hdmi_bind()585 hdmi_cfg->gpios[i].value = msm_hdmi_gpio_pdata[i].value; in msm_hdmi_bind()588 dev->platform_data = hdmi_cfg; in msm_hdmi_bind()