Searched refs:hpd_gpio (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/host1x/drm/ |
D | output.c | 71 if (gpio_is_valid(output->hpd_gpio)) { in tegra_connector_detect() 72 if (gpio_get_value(output->hpd_gpio) == 0) in tegra_connector_detect() 181 output->hpd_gpio = of_get_named_gpio_flags(output->of_node, in tegra_output_parse_dt() 192 if (gpio_is_valid(output->hpd_gpio)) { in tegra_output_init() 195 err = gpio_request_one(output->hpd_gpio, GPIOF_DIR_IN, in tegra_output_init() 202 err = gpio_to_irq(output->hpd_gpio); in tegra_output_init() 256 gpio_free(output->hpd_gpio); in tegra_output_init() 263 if (gpio_is_valid(output->hpd_gpio)) { in tegra_output_exit() 265 gpio_free(output->hpd_gpio); in tegra_output_exit()
|
D | drm.h | 201 int hpd_gpio; member
|
/drivers/video/omap2/dss/ |
D | hdmi.c | 71 int hpd_gpio; member 338 { hdmi.hpd_gpio, GPIOF_DIR_IN, "hdmi_hpd" }, in hdmi_init_display() 375 gpio_free(hdmi.hpd_gpio); in hdmi_uninit_display() 726 hdmi.ip_data.hpd_gpio = hdmi.hpd_gpio; in omapdss_hdmi_display_enable() 771 hdmi.ip_data.hpd_gpio = hdmi.hpd_gpio; in omapdss_hdmi_core_enable() 1007 hdmi.hpd_gpio = priv->hpd_gpio; in hdmi_probe_pdata()
|
D | ti_hdmi_4xxx_ip.c | 243 hpd = gpio_get_value(ip_data->hpd_gpio); in hdmi_check_hpd_state() 300 r = request_threaded_irq(gpio_to_irq(ip_data->hpd_gpio), in ti_hdmi_4xxx_phy_enable() 312 free_irq(gpio_to_irq(ip_data->hpd_gpio), ip_data); in ti_hdmi_4xxx_phy_enable() 322 free_irq(gpio_to_irq(ip_data->hpd_gpio), ip_data); in ti_hdmi_4xxx_phy_disable() 481 return gpio_get_value(ip_data->hpd_gpio); in ti_hdmi_4xxx_detect()
|
D | ti_hdmi.h | 164 int hpd_gpio; member
|
/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 202 int hpd_gpio; member 1783 hdata->hpd = gpio_get_value(hdata->hpd_gpio); in hdmi_irq_thread() 1894 pd->hpd_gpio = of_get_named_gpio_flags(np, "hpd-gpio", 0, &flags); in drm_hdmi_dt_parse_pdata() 1997 hdata->hpd_gpio = pdata->hpd_gpio; in hdmi_probe() 2012 ret = devm_gpio_request(dev, hdata->hpd_gpio, "HPD"); in hdmi_probe() 2035 hdata->irq = gpio_to_irq(hdata->hpd_gpio); in hdmi_probe() 2042 hdata->hpd = gpio_get_value(hdata->hpd_gpio); in hdmi_probe() 2117 hdata->hpd = gpio_get_value(hdata->hpd_gpio); in hdmi_resume()
|