Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/qcom/
H A Dgdsc.c144 if (status == GDSC_ON && sc->rsupply) { in gdsc_toggle_logic()
145 ret = regulator_enable(sc->rsupply); in gdsc_toggle_logic()
181 ret = regulator_disable(sc->rsupply); in gdsc_toggle_logic()
444 if (sc->rsupply) { in gdsc_init()
504 if (on && sc->rsupply) in gdsc_init()
505 regulator_disable(sc->rsupply); in gdsc_init()
582 if (IS_ERR(scs[i]->rsupply)) { in gdsc_register()
583 ret = PTR_ERR(scs[i]->rsupply); in gdsc_register()
587 scs[i]->rsupply = NULL; in gdsc_register()
660 if (sc->rsupply) in gdsc_gx_do_nothing_enable()
[all …]
H A Dgdsc.h76 struct regulator *rsupply; member