Searched refs:mipi_phy_regulator (Results 1 – 2 of 2) sorted by relevance
312 struct regulator *mipi_phy_regulator; member686 return regulator_enable(state->mipi_phy_regulator); in mipi_csis_phy_enable()694 return regulator_disable(state->mipi_phy_regulator); in mipi_csis_phy_disable()717 state->mipi_phy_regulator = devm_regulator_get(state->dev, "phy"); in mipi_csis_phy_init()718 if (IS_ERR(state->mipi_phy_regulator)) in mipi_csis_phy_init()719 return PTR_ERR(state->mipi_phy_regulator); in mipi_csis_phy_init()721 return regulator_set_voltage(state->mipi_phy_regulator, 1000000, in mipi_csis_phy_init()
113 struct regulator *mipi_phy_regulator; member