Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/starfive/
H A Dphy-jh7110-dphy-rx.c73 struct regulator *mipi_0p9; member
121 ret = regulator_enable(dphy->mipi_0p9); in stf_dphy_power_on()
141 regulator_disable(dphy->mipi_0p9); in stf_dphy_power_off()
188 dphy->mipi_0p9 = devm_regulator_get(&pdev->dev, "mipi_0p9"); in stf_dphy_probe()
189 if (IS_ERR(dphy->mipi_0p9)) in stf_dphy_probe()
190 return PTR_ERR(dphy->mipi_0p9); in stf_dphy_probe()