| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/ |
| D | qcom,pm8916-wdt.txt | 1 QCOM PM8916 watchdog timer controller 3 This pm8916 watchdog timer controller must be under pm8916-pon node. 6 - compatible: should be "qcom,pm8916-wdt" 14 pm8916_0: pm8916@0 { 15 compatible = "qcom,pm8916", "qcom,spmi-pmic"; 19 compatible = "qcom,pm8916-pon"; 23 compatible = "qcom,pm8916-wdt";
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| D | pm8916_wdt.c | 115 .identity = "QCOM PM8916 PON WDT", 121 .identity = "QCOM PM8916 PON WDT", 147 * The pm8916-pon-wdt is a child of the pon device, which is a child in pm8916_wdt_probe() 148 * of the pm8916 mfd device. We want access to the pm8916 registers. in pm8916_wdt_probe() 149 * Retrieve regmap from pm8916 (parent->parent) and base address in pm8916_wdt_probe() 150 * from pm8916-pon (pon). in pm8916_wdt_probe() 160 dev_err(dev, "failed to get pm8916-pon address\n"); in pm8916_wdt_probe() 227 { .compatible = "qcom,pm8916-wdt" }, 235 .name = "pm8916-wdt", 243 MODULE_DESCRIPTION("Qualcomm pm8916 watchdog driver");
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/watchdog/ |
| D | qcom,pm8916-wdt.yaml | 4 $id: http://devicetree.org/schemas/watchdog/qcom,pm8916-wdt.yaml# 7 title: Qualcomm PM8916 watchdog timer controller 17 const: qcom,pm8916-wdt 34 compatible = "qcom,pm8916", "qcom,spmi-pmic"; 40 compatible = "qcom,pm8916-pon"; 46 compatible = "qcom,pm8916-wdt";
|
| /kernel/linux/linux-6.6/drivers/watchdog/ |
| D | pm8916_wdt.c | 121 .identity = "QCOM PM8916 PON WDT", 128 .identity = "QCOM PM8916 PON WDT", 156 * The pm8916-pon-wdt is a child of the pon device, which is a child in pm8916_wdt_probe() 157 * of the pm8916 mfd device. We want access to the pm8916 registers. in pm8916_wdt_probe() 158 * Retrieve regmap from pm8916 (parent->parent) and base address in pm8916_wdt_probe() 159 * from pm8916-pon (pon). in pm8916_wdt_probe() 169 dev_err(dev, "failed to get pm8916-pon address\n"); in pm8916_wdt_probe() 260 { .compatible = "qcom,pm8916-wdt" }, 268 .name = "pm8916-wdt", 276 MODULE_DESCRIPTION("Qualcomm pm8916 watchdog driver");
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | pm8916.dtsi | 10 compatible = "qcom,pm8916", "qcom,spmi-pmic"; 16 compatible = "qcom,pm8916-pon"; 38 compatible = "qcom,pm8916-wdt"; 102 compatible = "qcom,pm8916-mpp", "qcom,spmi-mpp"; 112 compatible = "qcom,pm8916-gpio", "qcom,spmi-gpio"; 123 compatible = "qcom,pm8916", "qcom,spmi-pmic"; 129 compatible = "qcom,pm8916-pwm"; 137 compatible = "qcom,pm8916-vib"; 143 compatible = "qcom,pm8916-wcd-analog-codec";
|
| D | msm8916-pm8916.dtsi | 3 * msm8916-pm8916.dtsi describes common properties (e.g. regulator connections) 4 * that apply to most devices that make use of the MSM8916 SoC and PM8916 PMIC. 12 #include "pm8916.dtsi" 65 compatible = "qcom,rpm-pm8916-regulators";
|
| D | msm8939-pm8916.dtsi | 3 * msm8939-pm8916.dtsi describes common properties (e.g. regulator connections) 4 * that apply to most devices that make use of the MSM8939 SoC and PM8916 PMIC. 12 #include "pm8916.dtsi" 44 compatible = "qcom,rpm-pm8916-regulators";
|
| D | msm8916-mtp.dts | 8 #include "msm8916-pm8916.dtsi"
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
| D | pm8916.dtsi | 10 compatible = "qcom,pm8916", "qcom,spmi-pmic"; 16 compatible = "qcom,pm8916-pon"; 38 compatible = "qcom,pm8916-wdt"; 93 compatible = "qcom,pm8916-mpp"; 104 compatible = "qcom,pm8916-gpio"; 116 compatible = "qcom,pm8916", "qcom,spmi-pmic"; 122 compatible = "qcom,pm8916-vib"; 128 compatible = "qcom,pm8916-wcd-analog-codec";
|
| D | msm8916-pm8916.dtsi | 4 #include "pm8916.dtsi" 53 smd_rpm_regulators: pm8916-regulators { 54 compatible = "qcom,rpm-pm8916-regulators";
|
| D | msm8916-mtp.dtsi | 6 #include "msm8916-pm8916.dtsi"
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | qcom,pm8916-wcd-analog-codec.yaml | 4 $id: http://devicetree.org/schemas/sound/qcom,pm8916-wcd-analog-codec.yaml# 7 title: Qualcomm PM8916 WCD Analog Audio Codec 13 The analog WCD audio codec found on Qualcomm PM8916 PMIC. 17 const: qcom,pm8916-wcd-analog-codec 109 compatible = "qcom,pm8916", "qcom,spmi-pmic"; 115 compatible = "qcom,pm8916-wcd-analog-codec";
|
| /kernel/linux/linux-5.10/drivers/power/reset/ |
| D | qcom-pon.c | 82 { .compatible = "qcom,pm8916-pon", .data = (void *)GEN1_REASON_SHIFT }, 92 .name = "pm8916-pon", 98 MODULE_DESCRIPTION("pm8916 Power On driver");
|
| /kernel/linux/linux-6.6/drivers/power/reset/ |
| D | qcom-pon.c | 89 { .compatible = "qcom,pm8916-pon", .data = (void *)GEN1_REASON_SHIFT }, 101 .name = "pm8916-pon", 107 MODULE_DESCRIPTION("pm8916 Power On driver");
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/reset/ |
| D | qcom,pon.yaml | 21 - qcom,pm8916-pon 51 $ref: /schemas/watchdog/qcom,pm8916-wdt.yaml 65 - qcom,pm8916-pon
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | qcom,msm8916-wcd-analog.txt | 3 Bindings for codec Analog IP which is integrated in pmic pm8916, 8 - compatible = "qcom,pm8916-wcd-analog-codec"; 60 compatible = "qcom,pm8916-wcd-analog-codec";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
| D | qcom,pon.txt | 10 "qcom,pm8916-pon" 28 compatible = "qcom,pm8916-pon";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | qcom.yaml | 68 "qcom,msm8916-v1-cdp-pm8916-v2.1" 70 A CDP board with an msm8916 SoC, version 1 paired with a pm8916 PMIC of version
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/ |
| D | leds-qcom-lpg.yaml | 25 - qcom,pm8916-pwm 191 compatible = "qcom,pm8916-pwm";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | qcom,pmic-mpp.yaml | 24 - qcom,pm8916-mpp 93 - mpp1-mpp4 for pm8916
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/qcom/ |
| D | pm8226.dtsi | 45 compatible = "qcom,pm8916-pon"; 175 compatible = "qcom,pm8916-vib";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | qcom,spmi-regulator.txt | 10 "qcom,pm8916-regulators" 56 Usage: optional (pm8916 only) 204 pm8916:
|
| D | qcom,smd-rpm-regulator.yaml | 29 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 72 - qcom,rpm-pm8916-regulators
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | qcom,pmic-mpp.txt | 15 "qcom,pm8916-mpp", 83 mpp1-mpp4 for pm8916
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | qcom,pm8xxx-vib.txt | 10 "qcom,pm8916-vib"
|