Searched refs:analog_regulator (Results 1 – 2 of 2) sorted by relevance
99 struct regulator *analog_regulator; member554 ret = regulator_enable(ov5645->analog_regulator); in ov5645_regulators_enable()569 regulator_disable(ov5645->analog_regulator); in ov5645_regulators_enable()584 ret = regulator_disable(ov5645->analog_regulator); in ov5645_regulators_disable()1189 ov5645->analog_regulator = devm_regulator_get(dev, "vdda"); in ov5645_probe()1190 if (IS_ERR(ov5645->analog_regulator)) { in ov5645_probe()1192 return PTR_ERR(ov5645->analog_regulator); in ov5645_probe()1195 ret = regulator_set_voltage(ov5645->analog_regulator, in ov5645_probe()
75 struct regulator *analog_regulator; member584 ret = regulator_enable(ov7251->analog_regulator); in ov7251_regulators_enable()599 regulator_disable(ov7251->analog_regulator); in ov7251_regulators_enable()615 ret = regulator_disable(ov7251->analog_regulator); in ov7251_regulators_disable()1327 ov7251->analog_regulator = devm_regulator_get(dev, "vdda"); in ov7251_probe()1328 if (IS_ERR(ov7251->analog_regulator)) { in ov7251_probe()1330 return PTR_ERR(ov7251->analog_regulator); in ov7251_probe()