Home
last modified time | relevance | path

Searched refs:max77802 (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/regulator/
H A Dmax77802-regulator.c102 max77802->opmode[id] = val; in max77802_set_suspend_disable()
135 max77802->opmode[id] = val; in max77802_set_mode()
147 return max77802_map_mode(max77802->opmode[id]); in max77802_get_mode()
232 max77802->opmode[id] << shift); in max77802_enable()
493 struct max77802_regulator_prv *max77802; in max77802_pmic_probe() local
497 max77802 = devm_kzalloc(&pdev->dev, in max77802_pmic_probe()
500 if (!max77802) in max77802_pmic_probe()
505 config.driver_data = max77802; in max77802_pmic_probe()
506 platform_set_drvdata(pdev, max77802); in max77802_pmic_probe()
528 if (id < ARRAY_SIZE(max77802->opmode)) { in max77802_pmic_probe()
[all …]
H A DMakefile92 obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dmaxim,max77686.txt7 bindings/mfd/max77802.txt for MAX77802 and
17 dt-bindings/clock/maxim,max77802.h.
34 - 0: 32khz_ap clock (max77686, max77802), 32khz_out0 (max77620)
35 - 1: 32khz_cp clock (max77686, max77802),
70 #include <dt-bindings/clock/maxim,max77802.h>
74 max77802: max77802@9 {
75 compatible = "maxim,max77802";
90 clocks = <&max77802 MAX77802_CLK_32K_AP>;
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max77802.yaml4 $id: http://devicetree.org/schemas/mfd/maxim,max77802.yaml#
23 in dt-bindings/clock/maxim,max77802.h.
27 const: maxim,max77802
39 $ref: /schemas/regulator/maxim,max77802.yaml
95 #include <dt-bindings/regulator/maxim,max77802.h>
102 compatible = "maxim,max77802";
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dmaxim,max77802.yaml4 $id: http://devicetree.org/schemas/regulator/maxim,max77802.yaml#
20 See also Documentation/devicetree/bindings/mfd/maxim,max77802.yaml for
24 The valid modes list is defined in the dt-bindings/regulator/maxim,max77802.h
/linux-6.15/arch/arm/boot/dts/samsung/
H A Dexynos5410-odroidxu.dts12 #include <dt-bindings/clock/maxim,max77802.h>
185 max77802: pmic@9 { label
186 compatible = "maxim,max77802";
569 max77802_irq: max77802-irq-pins {
591 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
H A Dexynos5420-peach-pit.dts12 #include <dt-bindings/clock/maxim,max77802.h>
13 #include <dt-bindings/regulator/maxim,max77802.h>
148 clocks = <&max77802 MAX77802_CLK_32K_CP>;
212 max77802: pmic@9 { label
213 compatible = "maxim,max77802";
846 max77802_irq: max77802-irq-pins {
951 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
H A Dexynos5800-peach-pi.dts12 #include <dt-bindings/clock/maxim,max77802.h>
13 #include <dt-bindings/regulator/maxim,max77802.h>
148 clocks = <&max77802 MAX77802_CLK_32K_CP>;
221 max77802: pmic@9 { label
222 compatible = "maxim,max77802";
828 max77802_irq: max77802-irq-pins {
933 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
/linux-6.15/
H A DMAINTAINERS14620 F: Documentation/devicetree/bindings/*/*max77802.yaml
14621 F: drivers/regulator/max77802-regulator.c
14622 F: include/dt-bindings/*/*max77802.h