Home
last modified time | relevance | path

Searched full:pfuze100 (Results 1 – 25 of 84) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/regulator/
Dpfuze100-regulator.c16 #include <linux/regulator/pfuze100.h>
63 enum chips { PFUZE100, PFUZE200, PFUZE3000 = 3, PFUZE3001 = 0x31, }; enumerator
110 { .compatible = "fsl,pfuze100", .data = (void *)PFUZE100},
120 struct pfuze_chip *pfuze100 = rdev_get_drvdata(rdev); in pfuze100_set_ramp_delay() local
126 switch (pfuze100->chip_id) { in pfuze100_set_ramp_delay()
137 case PFUZE100: in pfuze100_set_ramp_delay()
149 ret = regmap_update_bits(pfuze100->regmap, in pfuze100_set_ramp_delay()
153 dev_err(pfuze100->dev, "ramp failed, err %d\n", ret); in pfuze100_set_ramp_delay()
369 /* PFUZE100 */
371 PFUZE100_SW_REG(PFUZE100, SW1AB, PFUZE100_SW1ABVOL, 300000, 1875000, 25000),
[all …]
/kernel/linux/linux-5.10/drivers/regulator/
Dpfuze100-regulator.c15 #include <linux/regulator/pfuze100.h>
62 enum chips { PFUZE100, PFUZE200, PFUZE3000 = 3, PFUZE3001 = 0x31, }; enumerator
109 {.name = "pfuze100", .driver_data = PFUZE100},
118 { .compatible = "fsl,pfuze100", .data = (void *)PFUZE100},
128 struct pfuze_chip *pfuze100 = rdev_get_drvdata(rdev); in pfuze100_set_ramp_delay() local
134 switch (pfuze100->chip_id) { in pfuze100_set_ramp_delay()
145 case PFUZE100: in pfuze100_set_ramp_delay()
157 ret = regmap_update_bits(pfuze100->regmap, in pfuze100_set_ramp_delay()
161 dev_err(pfuze100->dev, "ramp failed, err %d\n", ret); in pfuze100_set_ramp_delay()
377 /* PFUZE100 */
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dpfuze100.yaml4 $id: http://devicetree.org/schemas/regulator/pfuze100.yaml#
7 title: PFUZE100 family of regulators
14 --PFUZE100
31 - fsl,pfuze100
103 compatible = "fsl,pfuze100";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dpfuze100.yaml4 $id: http://devicetree.org/schemas/regulator/pfuze100.yaml#
7 title: PFUZE100 family of regulators
14 --PFUZE100
31 - fsl,pfuze100
92 compatible = "fsl,pfuze100";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx6sx-sdb-reva.dts18 pmic: pfuze100@8 {
19 compatible = "fsl,pfuze100";
Dimx6qdl-wandboard-revd1.dtsi30 pmic: pfuze100@8 {
31 compatible = "fsl,pfuze100";
Dimx6qdl-tqma6a.dtsi14 compatible = "fsl,pfuze100";
Dimx6qdl-tqma6b.dtsi14 compatible = "fsl,pfuze100";
Dimx6-logicpd-som.dtsi49 pfuze100: pmic@8 { label
50 compatible = "fsl,pfuze100";
Dimx6q-dmo-edmqmx6.dts137 pmic: pfuze100@8 {
138 compatible = "fsl,pfuze100";
Dimx6q-mccmon6.dts121 pfuze100: pmic@8 { label
122 compatible = "fsl,pfuze100";
Dimx6dl-mamoj.dts187 pfuze100: pmic@8 { label
188 compatible = "fsl,pfuze100";
Dimx6q-gw5400-a.dts209 pmic: pfuze100@8 {
210 compatible = "fsl,pfuze100";
Dimx6sx-sdb.dts17 pmic: pfuze100@8 {
Dimx6sll-evk.dts173 pfuze100: pmic@8 { label
174 compatible = "fsl,pfuze100";
Dimx6sx-sabreauto.dts414 pfuze100: pmic@8 { label
415 compatible = "fsl,pfuze100";
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/
Dimx6qdl-tqma6b.dtsi19 compatible = "fsl,pfuze100";
Dimx6qdl-tqma6a.dtsi26 compatible = "fsl,pfuze100";
Dimx6-logicpd-som.dtsi49 pfuze100: pmic@8 { label
50 compatible = "fsl,pfuze100";
Dimx6qdl-ds.dtsi116 pfuze100: pmic@8 { label
117 compatible = "fsl,pfuze100";
Dimx6q-mccmon6.dts123 pfuze100: pmic@8 { label
124 compatible = "fsl,pfuze100";
Dimx6dl-mamoj.dts187 pfuze100: pmic@8 { label
188 compatible = "fsl,pfuze100";
Dimx6sx-sabreauto.dts414 pfuze100: pmic@8 { label
415 compatible = "fsl,pfuze100";
Dimx6sx-sdb-reva.dts19 compatible = "fsl,pfuze100";
/kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/
Dimx8mq-tqma8mq.dtsi101 pfuze100: pmic@8 { label
102 compatible = "fsl,pfuze100";

1234