Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_hdmi.c189 regulator_t supply_hdmi; member
1065 &sc->supply_hdmi); in get_fdt_resources()
1128 rv = regulator_enable(sc->supply_hdmi); in enable_fdt_resources()
1261 if (sc->supply_hdmi != NULL) in hdmi_attach()
1262 regulator_release(sc->supply_hdmi); in hdmi_attach()
1290 if (sc->supply_hdmi != NULL) in hdmi_detach()
1291 regulator_release(sc->supply_hdmi); in hdmi_detach()