Searched refs:vdd_supply (Results 1 – 2 of 2) sorted by relevance
209 struct regulator *vdd_supply; member
1867 result = regulator_disable(st->vdd_supply); in inv_mpu_core_disable_regulator_action()1956 st->vdd_supply = devm_regulator_get(dev, "vdd"); in inv_mpu_core_probe()1957 if (IS_ERR(st->vdd_supply)) in inv_mpu_core_probe()1958 return dev_err_probe(dev, PTR_ERR(st->vdd_supply), in inv_mpu_core_probe()1966 result = regulator_enable(st->vdd_supply); in inv_mpu_core_probe()1975 regulator_disable(st->vdd_supply); in inv_mpu_core_probe()