Home
last modified time | relevance | path

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

/src/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c187 regulator_t supply_pll; member
1068 &sc->supply_pll); in get_fdt_resources()
1130 rv = regulator_enable(sc->supply_pll); in enable_fdt_resources()
1261 if (sc->supply_pll != NULL) in hdmi_attach()
1262 regulator_release(sc->supply_pll); in hdmi_attach()
1296 if (sc->supply_pll != NULL) in hdmi_detach()
1297 regulator_release(sc->supply_pll); in hdmi_detach()