Lines Matching refs:da9063
147 struct da9063 *hw;
736 struct da9063 *hw = regulators->regulator[0].hw; in da9063_ldo_lim_event()
836 struct da9063 *da9063 = dev_get_drvdata(pdev->dev.parent); in da9063_parse_regulators_dt() local
843 if (da9063->type == PMIC_TYPE_DA9063L) in da9063_parse_regulators_dt()
889 struct da9063 *da9063 = dev_get_drvdata(pdev->dev.parent); in da9063_regulator_probe() local
909 if (model->type == da9063->type) in da9063_regulator_probe()
914 da9063->type); in da9063_regulator_probe()
918 ret = regmap_read(da9063->regmap, DA9063_REG_CONFIG_H, &val); in da9063_regulator_probe()
982 regl->hw = da9063; in da9063_regulator_probe()
990 da9063->regmap, regl->info->mode); in da9063_regulator_probe()
997 da9063->regmap, regl->info->suspend); in da9063_regulator_probe()
1004 da9063->regmap, regl->info->sleep); in da9063_regulator_probe()
1011 da9063->regmap, regl->info->suspend_sleep); in da9063_regulator_probe()
1017 da9063->regmap, regl->info->vmon); in da9063_regulator_probe()
1029 config.regmap = da9063->regmap; in da9063_regulator_probe()