HomeSort by: relevance | last modified time | path
    Searched defs:hdmi_phandle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/nvidia/
tegra_drm.c 117 int error, node, hdmi_phandle, ddc_phandle; local in function:tegra_drm_attach
152 hdmi_phandle = -1;
159 hdmi_phandle = node;
169 if (hdmi_phandle >= 0) {
170 ddc_phandle = fdtbus_get_phandle(hdmi_phandle,
176 sc->sc_pin_hpd = fdtbus_gpio_acquire(hdmi_phandle,
181 reg = fdtbus_regulator_acquire(hdmi_phandle, supply);
tegra_drm.c 117 int error, node, hdmi_phandle, ddc_phandle; local in function:tegra_drm_attach
152 hdmi_phandle = -1;
159 hdmi_phandle = node;
169 if (hdmi_phandle >= 0) {
170 ddc_phandle = fdtbus_get_phandle(hdmi_phandle,
176 sc->sc_pin_hpd = fdtbus_gpio_acquire(hdmi_phandle,
181 reg = fdtbus_regulator_acquire(hdmi_phandle, supply);

Completed in 33 milliseconds