Home
last modified time | relevance | path

Searched full:s2mpa01 (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/regulator/
Ds2mpa01.c18 #include <linux/mfd/samsung/s2mpa01.h>
52 struct s2mpa01_info *s2mpa01 = rdev_get_drvdata(rdev); in s2mpa01_regulator_set_voltage_time_sel() local
59 ramp_delay = s2mpa01->ramp_delay24; in s2mpa01_regulator_set_voltage_time_sel()
62 ramp_delay = s2mpa01->ramp_delay3; in s2mpa01_regulator_set_voltage_time_sel()
65 ramp_delay = s2mpa01->ramp_delay5; in s2mpa01_regulator_set_voltage_time_sel()
69 ramp_delay = s2mpa01->ramp_delay16; in s2mpa01_regulator_set_voltage_time_sel()
72 ramp_delay = s2mpa01->ramp_delay7; in s2mpa01_regulator_set_voltage_time_sel()
77 ramp_delay = s2mpa01->ramp_delay8910; in s2mpa01_regulator_set_voltage_time_sel()
92 struct s2mpa01_info *s2mpa01 = rdev_get_drvdata(rdev); in s2mpa01_set_ramp_delay() local
105 if (ramp_delay > s2mpa01->ramp_delay16) in s2mpa01_set_ramp_delay()
[all …]
DKconfig1166 tristate "Samsung S2MPA01 voltage regulator"
1169 This driver controls Samsung S2MPA01 voltage output regulator
1170 via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
DMakefile141 obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dsamsung,s2mpa01.yaml4 $id: http://devicetree.org/schemas/mfd/samsung,s2mpa01.yaml#
7 title: Samsung S2MPA01 Power Management IC
16 The Samsung S2MPA01 is a Power Management IC which includes voltage
21 const: samsung,s2mpa01-pmic
30 $ref: ../regulator/samsung,s2mpa01.yaml
52 compatible = "samsung,s2mpa01-pmic";
/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Dsamsung,s2mpa01.yaml4 $id: http://devicetree.org/schemas/regulator/samsung,s2mpa01.yaml#
7 title: Samsung S2MPA01 Power Management IC regulators
16 The S2MPA01 provides buck and LDO regulators.
18 See also Documentation/devicetree/bindings/mfd/samsung,s2mpa01.yaml for
/Linux-v6.1/drivers/mfd/
Dsec-core.c21 #include <linux/mfd/samsung/s2mpa01.h>
89 { .name = "s2mpa01-pmic", },
114 .compatible = "samsung,s2mpa01-pmic",
115 .data = (void *)S2MPA01,
337 case S2MPA01: in sec_pmic_probe()
391 case S2MPA01: in sec_pmic_probe()
Dsec-irq.c457 case S2MPA01: in sec_irq_init()
/Linux-v6.1/include/linux/mfd/samsung/
Ds2mpa01.h10 /* S2MPA01 registers */
110 /* S2MPA01 regulator ids */
Dcore.h42 S2MPA01, enumerator