| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_connector.h | 15 bool hpd; member 32 bool hpd; member
|
| H A D | rockchip_spl_display.c | 78 conn->hpd = conn_funcs->detect(conn, state); in rockchip_spl_display_init() 79 if (!conn->hpd) in rockchip_spl_display_init() 155 if (!state->conn_state.connector->hpd) { in spl_init_display()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | bcm2835-rpi-b.dts | 22 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
|
| H A D | bcm2835-rpi-a.dts | 27 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
|
| H A D | bcm2835-rpi-b-rev2.dts | 28 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
|
| H A D | bcm2835-rpi-a-plus.dts | 34 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
|
| H A D | bcm2835-rpi-b-plus.dts | 35 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
|
| H A D | bcm2836-rpi-2-b.dts | 39 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
|
| H A D | exynos5800-peach-pi.dts | 164 samsung,hpd-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3399-evb.dts | 401 force-hpd;
|
| H A D | stih410.dtsi | 262 hdmi,hpd-gpio = <&pio5 3>;
|
| H A D | exynos5420-peach-pit.dts | 301 samsung,hpd-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
|
| H A D | tegra20-tamonten.dtsi | 17 nvidia,hpd-gpio = <&gpio TEGRA_GPIO(N, 7)
|
| H A D | exynos5250-snow.dts | 375 samsung,hpd-gpio = <&gpx0 7 GPIO_ACTIVE_HIGH>;
|
| H A D | tegra20-paz00.dts | 64 nvidia,hpd-gpio = <&gpio TEGRA_GPIO(N, 7)
|
| H A D | tegra124-nyan.dtsi | 24 nvidia,hpd-gpio =
|
| H A D | tegra20-ventana.dts | 63 nvidia,hpd-gpio = <&gpio TEGRA_GPIO(N, 7)
|
| H A D | exynos5250-spring.dts | 417 samsung,hpd-gpio = <&gpc3 0 GPIO_ACTIVE_HIGH>;
|
| H A D | tegra20-harmony.dts | 63 nvidia,hpd-gpio = <&gpio TEGRA_GPIO(N, 7)
|
| H A D | tegra20-seaboard.dts | 73 nvidia,hpd-gpio = <&gpio TEGRA_GPIO(N, 7)
|
| H A D | rk3328.dtsi | 1622 hdmi_hpd: hdmi-hpd {
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.video | 54 - hpd=[0|1] - Enable use of the hdmi HotPlug Detect feature 57 Defaults to hpd=1. 78 use: "setenv video-mode sunxi:1024x768-24@60,monitor=dvi,hpd=0,edid=1".
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/gpu/ |
| H A D | nvidia,tegra20-host1x.txt | 129 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection 155 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection 191 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection 215 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection
|
| /rk3399_rockchip-uboot/drivers/video/sunxi/ |
| H A D | sunxi_display.c | 116 if (readl(&hdmi->hpd) & SUNXI_HDMI_HPD_DETECT) in sunxi_hdmi_hpd_detect() 1189 int ret, hpd, hpd_delay, edid; local 1201 hpd = video_get_option_int(options, "hpd", 1); 1230 } else if (hpd) {
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/ |
| H A D | display.h | 164 u32 hpd; /* 0x00c */ member
|