Searched refs:workmode (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/regulator/
H A Daxp20x-regulator.c203 static int axp20x_set_dcdc_workmode(struct regulator_dev *rdev, int id, u32 workmode) axp20x_set_dcdc_workmode() argument
213 workmode <<= ffs(mask) - 1; axp20x_set_dcdc_workmode()
215 return regmap_update_bits(rdev->regmap, AXP20X_DCDC_MODE, mask, workmode); axp20x_set_dcdc_workmode()
227 u32 workmode; axp20x_regulator_probe() local
243 "x-powers,dcdc-workmode", axp20x_regulator_probe()
244 &workmode); axp20x_regulator_probe()
246 if (axp20x_set_dcdc_workmode(rdev, i, workmode)) axp20x_regulator_probe()
247 dev_err(&pdev->dev, "Failed to set workmode on %s\n", axp20x_regulator_probe()

Completed in 70 milliseconds