Searched refs:ov7251 (Results 1 – 1 of 1) sorted by relevance
124 struct ov7251 { struct163 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd) in to_ov7251() argument165 return container_of(sd, struct ov7251, sd); in to_ov7251()683 static int ov7251_regulators_enable(struct ov7251 *ov7251) in ov7251_regulators_enable() argument691 ret = regulator_enable(ov7251->io_regulator); in ov7251_regulators_enable()693 dev_err(ov7251->dev, "set io voltage failed\n"); in ov7251_regulators_enable()697 ret = regulator_enable(ov7251->analog_regulator); in ov7251_regulators_enable()699 dev_err(ov7251->dev, "set analog voltage failed\n"); in ov7251_regulators_enable()703 ret = regulator_enable(ov7251->core_regulator); in ov7251_regulators_enable()705 dev_err(ov7251->dev, "set core voltage failed\n"); in ov7251_regulators_enable()[all …]