Searched refs:hdmi_cfg (Results 1 – 1 of 1) sorted by relevance
535 struct hdmi_platform_config *hdmi_cfg; in msm_hdmi_bind() local540 hdmi_cfg = (struct hdmi_platform_config *) in msm_hdmi_bind()542 if (!hdmi_cfg) { in msm_hdmi_bind()547 hdmi_cfg->mmio_name = "core_physical"; in msm_hdmi_bind()548 hdmi_cfg->qfprom_mmio_name = "qfprom_physical"; in msm_hdmi_bind()579 hdmi_cfg->gpios[i].gpiod = gpiod; in msm_hdmi_bind()582 hdmi_cfg->gpios[i].output = msm_hdmi_gpio_pdata[i].output; in msm_hdmi_bind()583 hdmi_cfg->gpios[i].value = msm_hdmi_gpio_pdata[i].value; in msm_hdmi_bind()586 dev->platform_data = hdmi_cfg; in msm_hdmi_bind()