Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c188 regulator_t supply_vdd; member
1074 &sc->supply_vdd); in get_fdt_resources()
1135 rv = regulator_enable(sc->supply_vdd); in enable_fdt_resources()
1263 if (sc->supply_vdd != NULL) in hdmi_attach()
1264 regulator_release(sc->supply_vdd); in hdmi_attach()
1298 if (sc->supply_vdd != NULL) in hdmi_detach()
1299 regulator_release(sc->supply_vdd); in hdmi_detach()