Home
last modified time | relevance | path

Searched refs:hpd (Results 1 – 25 of 144) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Danalogix_dp.txt24 -force-hpd:
25 Indicate driver need force hpd when hpd detect failed, this
26 is used for some eDP screen which don't have hpd signal.
27 -hpd-gpios:
H A Dtoshiba,tc358767.txt15 - toshiba,hpd-pin: TC358767 GPIO pin number to which HPD is connected to (0 or 1)
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h347 HighPrecisionDecimal hpd = HighPrecisionDecimal(numStart, num_len); variable
351 if (hpd.get_num_digits() == 0) {
358 if (hpd.get_decimal_point() > 0 &&
359 exp10_to_exp2(hpd.get_decimal_point() - 1) > FPBits::EXP_BIAS) {
365 if (hpd.get_decimal_point() < 0 &&
366 exp10_to_exp2(-hpd.get_decimal_point()) >
374 while (hpd.get_decimal_point() > 0) {
376 if (hpd.get_decimal_point() >= NUM_POWERS_OF_TWO) {
379 shift_amount = POWERS_OF_TWO[hpd.get_decimal_point()];
382 hpd.shift(-shift_amount);
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dp.txt43 -samsung,hpd-gpio:
56 -hpd-gpios (optional)
57 force-hpd (optional)
69 -samsung,hpd-gpio: deprecated name for hpd-gpios.
H A Dexynos_hdmi.txt12 - hpd-gpios: following information about the hotplug gpio pin.
60 hpd-gpios = <&gpx3 7 1>;
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Dedp.txt25 - panel-hpd-gpios: GPIO pin used for eDP hpd.
55 panel-hpd-gpios = <&tlmm 103 0>;
H A Dhdmi.txt23 - hpd-gpios: hpd pin
76 qcom,hdmi-tx-hpd = <&msmgpio 72 GPIO_ACTIVE_HIGH>;
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-homestar-r2.dts20 /delete-property/hpd-gpios;
21 no-hpd;
H A Dsc7180-trogdor-ti-sn65dsi86.dtsi55 no-hpd;
82 hpd-gpios = <&sn65dsi86_bridge 2 GPIO_ACTIVE_HIGH>;
H A Dsa8295p-adp.dts34 hpd-gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
48 hpd-gpios = <&tlmm 45 GPIO_ACTIVE_HIGH>;
62 hpd-gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
76 hpd-gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>;
90 hpd-gpios = <&tlmm 7 GPIO_ACTIVE_HIGH>;
104 hpd-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/
H A Danalogix_dp-rockchip.txt41 - hpd-gpios (optional)
42 - force-hpd (optional)
94 edp_hpd: edp-hpd {
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dcec-gpio.txt24 - hpd-gpios: gpio that the HPD line is connected to.
40 hpd-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
H A Dcec.txt5 - needs-hpd: if present the CEC support is only available when the HPD
H A Ds5p-cec.txt21 - needs-hpd : if present the CEC support is only available when the HPD
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv7604.txt22 - hpd-gpios: References to the GPIOs that control the HDMI hot-plug
72 hpd-gpios = <&ioexp 2 GPIO_ACTIVE_HIGH>;
/freebsd/sys/contrib/device-tree/Bindings/display/connector/
H A Dhdmi-connector.txt10 - hpd-gpios: HPD GPIO number
H A Ddvi-connector.txt13 - hpd-gpios: HPD GPIO number
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-coolpi-cm5-genbook.dts152 force-hpd;
158 hpd-absent-delay-ms = <200>;
159 no-hpd;
H A Drk3588-rock-5b.dtsi47 hpd-gpios = <&gpio1 RK_PC6 GPIO_ACTIVE_LOW>;
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5250-spring.dts85 hpd-gpios = <&gpc3 0 GPIO_ACTIVE_HIGH>;
99 hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
467 dp_hpd_gpio: dp-hpd-pins {
516 hdmi_hpd_irq: hdmi-hpd-irq-pins {
H A Dexynos5422-odroidxu3-common.dtsi429 hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>;
440 needs-hpd;
489 hdmi_hpd_irq: hdmi-hpd-irq-pins {
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-var-om44customboard.dtsi52 hpd-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>; /* gpio_63 */
166 hdmi_hpd_pins: hdmi-hpd-pins {
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2837-rpi-cm3-io3.dts80 hpd-gpios = <&expgpio 0 GPIO_ACTIVE_LOW>;
H A Dbcm2835-rpi-cm1-io1.dts81 hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
H A Dbcm2835-rpi-a.dts97 hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;

123456