Lines Matching full:regulators
70 /* Encapsulates all information for the regulators driver */
360 .desc.regulators_node = of_match_ptr("regulators"),
396 .desc.regulators_node = of_match_ptr("regulators"),
432 .desc.regulators_node = of_match_ptr("regulators"),
468 .desc.regulators_node = of_match_ptr("regulators"),
501 .desc.regulators_node = of_match_ptr("regulators"),
534 .desc.regulators_node = of_match_ptr("regulators"),
567 .desc.regulators_node = of_match_ptr("regulators"),
604 .desc.regulators_node = of_match_ptr("regulators"),
640 .desc.regulators_node = of_match_ptr("regulators"),
676 .desc.regulators_node = of_match_ptr("regulators"),
712 .desc.regulators_node = of_match_ptr("regulators"),
748 .desc.regulators_node = of_match_ptr("regulators"),
781 .desc.regulators_node = of_match_ptr("regulators"),
814 .desc.regulators_node = of_match_ptr("regulators"),
847 .desc.regulators_node = of_match_ptr("regulators"),
881 struct da9062_regulators *regulators = data; in da9062_ldo_lim_event() local
882 struct da9062 *hw = regulators->regulator[0].hw; in da9062_ldo_lim_event()
894 for (i = regulators->n_regulators - 1; i >= 0; i--) { in da9062_ldo_lim_event()
895 regl = ®ulators->regulator[i]; in da9062_ldo_lim_event()
915 struct da9062_regulators *regulators; in da9062_regulator_probe() local
936 /* Allocate memory required by usable regulators */ in da9062_regulator_probe()
937 regulators = devm_kzalloc(&pdev->dev, struct_size(regulators, regulator, in da9062_regulator_probe()
939 if (!regulators) in da9062_regulator_probe()
942 regulators->n_regulators = max_regulators; in da9062_regulator_probe()
943 platform_set_drvdata(pdev, regulators); in da9062_regulator_probe()
946 while (n < regulators->n_regulators) { in da9062_regulator_probe()
948 regl = ®ulators->regulator[n]; in da9062_regulator_probe()
1013 regulators->irq_ldo_lim = irq; in da9062_regulator_probe()
1018 "LDO_LIM", regulators); in da9062_regulator_probe()
1022 regulators->irq_ldo_lim = -ENXIO; in da9062_regulator_probe()
1030 .name = "da9062-regulators",
1051 MODULE_ALIAS("platform:da9062-regulators");