Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_hdmi.c191 regulator_t supply_vdd; member
1077 &sc->supply_vdd); in get_fdt_resources()
1138 rv = regulator_enable(sc->supply_vdd); in enable_fdt_resources()
1265 if (sc->supply_vdd != NULL) in hdmi_attach()
1266 regulator_release(sc->supply_vdd); in hdmi_attach()
1294 if (sc->supply_vdd != NULL) in hdmi_detach()
1295 regulator_release(sc->supply_vdd); in hdmi_detach()