Home
last modified time | relevance | path

Searched refs:hpd_gpio (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/host1x/drm/
Doutput.c71 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()
Ddrm.h201 int hpd_gpio; member
/drivers/video/omap2/dss/
Dhdmi.c71 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()
Dti_hdmi_4xxx_ip.c243 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()
Dti_hdmi.h164 int hpd_gpio; member
/drivers/gpu/drm/exynos/
Dexynos_hdmi.c202 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()