Searched refs:mipi_phy_regulator (Results 1 – 1 of 1) sorted by relevance
255 struct regulator *mipi_phy_regulator; member426 state->mipi_phy_regulator = devm_regulator_get(state->dev, "phy"); in mipi_csis_phy_init()427 if (IS_ERR(state->mipi_phy_regulator)) in mipi_csis_phy_init()428 return PTR_ERR(state->mipi_phy_regulator); in mipi_csis_phy_init()430 return regulator_set_voltage(state->mipi_phy_regulator, 1000000, in mipi_csis_phy_init()1181 ret = regulator_disable(state->mipi_phy_regulator); in mipi_csis_pm_suspend()1207 ret = regulator_enable(state->mipi_phy_regulator); in mipi_csis_pm_resume()