Home
last modified time | relevance | path

Searched refs:hpd_gpio_flags (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/tegra/
Doutput.c57 if (output->hpd_gpio_flags & OF_GPIO_ACTIVE_LOW) { in tegra_output_connector_detect()
135 &output->hpd_gpio_flags); in tegra_output_probe()
Ddrm.h132 enum of_gpio_flags hpd_gpio_flags; member
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_hdmi.c1371 enum of_gpio_flags hpd_gpio_flags; in vc4_hdmi_bind() local
1375 &hpd_gpio_flags); in vc4_hdmi_bind()
1381 hdmi->hpd_active_low = hpd_gpio_flags & OF_GPIO_ACTIVE_LOW; in vc4_hdmi_bind()