Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_hdmi.c190 regulator_t supply_pll; member
1071 &sc->supply_pll); in get_fdt_resources()
1133 rv = regulator_enable(sc->supply_pll); in enable_fdt_resources()
1263 if (sc->supply_pll != NULL) in hdmi_attach()
1264 regulator_release(sc->supply_pll); in hdmi_attach()
1292 if (sc->supply_pll != NULL) in hdmi_detach()
1293 regulator_release(sc->supply_pll); in hdmi_detach()