| /Linux-v5.4/drivers/mfd/ |
| D | ssbi.c | 66 struct ssbi { struct 71 int (*read)(struct ssbi *, u16 addr, u8 *buf, int len); argument 72 int (*write)(struct ssbi *, u16 addr, const u8 *buf, int len); argument 75 static inline u32 ssbi_readl(struct ssbi *ssbi, u32 reg) in ssbi_readl() argument 77 return readl(ssbi->base + reg); in ssbi_readl() 80 static inline void ssbi_writel(struct ssbi *ssbi, u32 val, u32 reg) in ssbi_writel() argument 82 writel(val, ssbi->base + reg); in ssbi_writel() 94 static int ssbi_wait_mask(struct ssbi *ssbi, u32 set_mask, u32 clr_mask) in ssbi_wait_mask() argument 100 val = ssbi_readl(ssbi, SSBI2_STATUS); in ssbi_wait_mask() 110 ssbi_read_bytes(struct ssbi *ssbi, u16 addr, u8 *buf, int len) in ssbi_read_bytes() argument [all …]
|
| D | Makefile | 201 obj-$(CONFIG_MFD_PM8XXX) += qcom-pm8xxx.o ssbi.o
|
| /Linux-v5.4/Documentation/devicetree/bindings/arm/msm/ |
| D | ssbi.txt | 9 - compatible: "qcom,ssbi" 13 with the slave device. This should be one of "ssbi", "ssbi2", or 17 The slave device should be the single child node of the ssbi device
|
| /Linux-v5.4/drivers/pinctrl/qcom/ |
| D | Makefile | 21 obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-gpio.o 22 obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-mpp.o
|
| D | pinctrl-ipq8064.c | 493 FUNCTION(ssbi), 550 PINGROUP(10, gsbi4, spdif, sata, ssbi, mdio, spmi, NA, NA, NA, NA), 551 PINGROUP(11, gsbi4, pcie2_prsnt, pcie1_prsnt, pcie3_prsnt, ssbi, mdio, spmi, NA, NA, NA),
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | qcom-msm8660.dtsi | 277 qcom,ssbi@500000 { 278 compatible = "qcom,ssbi"; 293 "qcom,ssbi-gpio"; 305 "qcom,ssbi-mpp";
|
| D | qcom-mdm9615.dtsi | 279 qcom,ssbi@500000 { 280 compatible = "qcom,ssbi"; 303 compatible = "qcom,pm8018-mpp", "qcom,ssbi-mpp"; 325 compatible = "qcom,pm8018-gpio", "qcom,ssbi-gpio";
|
| D | qcom-msm8960.dtsi | 201 qcom,ssbi@500000 { 202 compatible = "qcom,ssbi";
|
| D | qcom-apq8064.dtsi | 668 ssbi@c00000 { 669 compatible = "qcom,ssbi"; 683 compatible = "qcom,pm8821-mpp", "qcom,ssbi-mpp"; 695 qcom,ssbi@500000 { 696 compatible = "qcom,ssbi"; 712 "qcom,ssbi-gpio"; 724 "qcom,ssbi-mpp";
|
| D | qcom-apq8064-cm-qs600.dts | 196 qcom,ssbi@500000 {
|
| D | qcom-apq8064-ifc6410.dts | 291 qcom,ssbi@500000 {
|
| D | qcom-ipq8064.dtsi | 415 qcom,ssbi@500000 { 416 compatible = "qcom,ssbi";
|
| D | qcom-apq8064-sony-xperia-yuga.dts | 335 qcom,ssbi@500000 {
|
| D | qcom-apq8060-dragonboard.dts | 265 qcom,ssbi@500000 {
|
| /Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
| D | qcom,pmic-gpio.txt | 27 And must contain either "qcom,spmi-gpio" or "qcom,ssbi-gpio" 28 if the device is on an spmi bus or an ssbi bus respectively 226 compatible = "qcom,pm8921-gpio", "qcom,ssbi-gpio";
|
| D | qcom,pmic-mpp.txt | 22 And must contain either "qcom,spmi-mpp" or "qcom,ssbi-mpp" 23 if the device is on an spmi bus or an ssbi bus respectively.
|
| D | qcom,ipq8064-pinctrl.txt | 59 mdio, mi2s, pdm, ssbi, spmi, audio_pcm, gpio, gsbi1, gsbi2, gsbi4, gsbi5,
|
| /Linux-v5.4/Documentation/devicetree/bindings/leds/ |
| D | leds-pm8058.txt | 37 qcom,ssbi@500000 {
|
| /Linux-v5.4/include/ |
| D | Kbuild | 675 header-test- += linux/ssbi.h
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 2124 F: drivers/mfd/ssbi.c
|