Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c186 regulator_t supply_hdmi; member
1062 &sc->supply_hdmi); in get_fdt_resources()
1125 rv = regulator_enable(sc->supply_hdmi); in enable_fdt_resources()
1258 if (sc->supply_hdmi != NULL) in hdmi_attach()
1259 regulator_release(sc->supply_hdmi); in hdmi_attach()
1287 if (sc->supply_hdmi != NULL) in hdmi_detach()
1288 regulator_release(sc->supply_hdmi); in hdmi_detach()