Searched refs:mipi_phy_regulator (Results 1 – 2 of 2) sorted by relevance
317 struct regulator *mipi_phy_regulator; member806 return regulator_enable(csis->mipi_phy_regulator); in mipi_csis_phy_enable()814 return regulator_disable(csis->mipi_phy_regulator); in mipi_csis_phy_disable()837 csis->mipi_phy_regulator = devm_regulator_get(csis->dev, "phy"); in mipi_csis_phy_init()838 if (IS_ERR(csis->mipi_phy_regulator)) in mipi_csis_phy_init()839 return PTR_ERR(csis->mipi_phy_regulator); in mipi_csis_phy_init()841 return regulator_set_voltage(csis->mipi_phy_regulator, 1000000, in mipi_csis_phy_init()
112 struct regulator *mipi_phy_regulator; member