Home
last modified time | relevance | path

Searched refs:ab8500 (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.15/drivers/mfd/
Dab8500-core.c158 static int ab8500_prcmu_write(struct ab8500 *ab8500, u16 addr, u8 data) in ab8500_prcmu_write() argument
164 dev_err(ab8500->dev, "prcmu i2c error %d\n", ret); in ab8500_prcmu_write()
168 static int ab8500_prcmu_write_masked(struct ab8500 *ab8500, u16 addr, u8 mask, in ab8500_prcmu_write_masked() argument
176 dev_err(ab8500->dev, "prcmu i2c error %d\n", ret); in ab8500_prcmu_write_masked()
180 static int ab8500_prcmu_read(struct ab8500 *ab8500, u16 addr) in ab8500_prcmu_read() argument
187 dev_err(ab8500->dev, "prcmu i2c error %d\n", ret); in ab8500_prcmu_read()
195 struct ab8500 *ab8500; in ab8500_get_chip_id() local
199 ab8500 = dev_get_drvdata(dev->parent); in ab8500_get_chip_id()
200 return ab8500 ? (int)ab8500->chip_id : -EINVAL; in ab8500_get_chip_id()
203 static int set_register_interruptible(struct ab8500 *ab8500, u8 bank, in set_register_interruptible() argument
[all …]
Dab8500-debugfs.c1575 struct ab8500 *ab8500; in ab8500_modem_show() local
1583 ab8500 = dev_get_drvdata(dev->parent); in ab8500_modem_show()
1601 if (is_ab9540(ab8500) || is_ab8505(ab8500)) in ab8500_modem_show()
2004 struct ab8500 *ab8500; in ab8500_debug_probe() local
2010 ab8500 = dev_get_drvdata(plf->dev.parent); in ab8500_debug_probe()
2011 num_irqs = ab8500->mask_size; in ab8500_debug_probe()
2058 if (is_ab8500(ab8500)) { in ab8500_debug_probe()
2061 } else if (is_ab8505(ab8500)) { in ab8500_debug_probe()
2064 } else if (is_ab9540(ab8500)) { in ab8500_debug_probe()
2067 } else if (is_ab8540(ab8500)) { in ab8500_debug_probe()
DMakefile180 obj-$(CONFIG_AB8500_DEBUG) += ab8500-debugfs.o
183 obj-$(CONFIG_AB8500_CORE) += ab8500-core.o ab8500-sysctrl.o
/Linux-v5.15/include/linux/mfd/abx500/
Dab8500.h347 struct ab8500 { struct
357 int (*write)(struct ab8500 *ab8500, u16 addr, u8 data); argument
358 int (*write_masked)(struct ab8500 *ab8500, u16 addr, u8 mask, u8 data); argument
359 int (*read)(struct ab8500 *ab8500, u16 addr); argument
380 void (*init) (struct ab8500 *);
385 extern int ab8500_init(struct ab8500 *ab8500,
387 extern int ab8500_exit(struct ab8500 *ab8500);
389 extern int ab8500_suspend(struct ab8500 *ab8500);
391 static inline int is_ab8500(struct ab8500 *ab) in is_ab8500()
396 static inline int is_ab8505(struct ab8500 *ab) in is_ab8505()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dab8500.txt4 - compatible : contains "stericsson,ab8500" or "stericsson,ab8505";
20 ab8500-bm : : : Battery Manager
21 ab8500-btemp : : : Battery Temperature
22 ab8500-charger : : : Battery Charger
23 ab8500-codec : : : Audio Codec
24 ab8500-fg : : vddadc : Fuel Gauge
30 ab8500-btemp : : vtvout : Battery Temperature
36 ab8500-charger : : vddadc : Charger interface
50 ab8500-gpadc : HW_CONV_END : vddadc : Analogue to Digital Converter
52 ab8500-gpio : : : GPIO Controller (AB8500)
[all …]
/Linux-v5.15/drivers/pwm/
Dpwm-ab8500.c39 struct ab8500_pwm_chip *ab8500 = ab8500_pwm_from_chip(chip); in ab8500_pwm_apply() local
47 1 << ab8500->hwid, 0); in ab8500_pwm_apply()
66 reg = AB8500_PWM_OUT_CTRL1_REG + (ab8500->hwid * 2); in ab8500_pwm_apply()
80 1 << ab8500->hwid, 1 << ab8500->hwid); in ab8500_pwm_apply()
95 struct ab8500_pwm_chip *ab8500; in ab8500_pwm_probe() local
105 ab8500 = devm_kzalloc(&pdev->dev, sizeof(*ab8500), GFP_KERNEL); in ab8500_pwm_probe()
106 if (ab8500 == NULL) in ab8500_pwm_probe()
109 ab8500->chip.dev = &pdev->dev; in ab8500_pwm_probe()
110 ab8500->chip.ops = &ab8500_pwm_ops; in ab8500_pwm_probe()
111 ab8500->chip.npwm = 1; in ab8500_pwm_probe()
[all …]
DMakefile4 obj-$(CONFIG_PWM_AB8500) += pwm-ab8500.o
/Linux-v5.15/arch/arm/boot/dts/
Dste-ab8500.dtsi6 #include <dt-bindings/clock/ste-ab8500.h>
25 ab8500 {
26 compatible = "stericsson,ab8500";
33 compatible = "stericsson,ab8500-clk";
37 ab8500_gpio: ab8500-gpiocontroller {
38 compatible = "stericsson,ab8500-gpio";
43 ab8500-rtc {
44 compatible = "stericsson,ab8500-rtc";
50 gpadc: ab8500-gpadc {
51 compatible = "stericsson,ab8500-gpadc";
[all …]
Dste-ab8505.dtsi6 #include <dt-bindings/clock/ste-ab8500.h>
30 compatible = "stericsson,ab8500-clk";
40 ab8500-rtc {
41 compatible = "stericsson,ab8500-rtc";
47 gpadc: ab8500-gpadc {
48 compatible = "stericsson,ab8500-gpadc";
102 compatible = "stericsson,ab8500-fg";
120 compatible = "stericsson,ab8500-btemp";
140 compatible = "stericsson,ab8500-charger";
179 compatible = "stericsson,ab8500-chargalg";
[all …]
Dste-snowball.dts8 #include "ste-href-ab8500.dtsi"
380 ab8500 {
381 ab8500-gpiocontroller {
409 ext_regulators: ab8500-ext-regulators {
411 regulator-name = "ab8500-ext-supply1";
415 regulator-name = "ab8500-ext-supply2";
419 regulator-name = "ab8500-ext-supply3";
423 ab8500-regulators {
Dste-href.dtsi215 ab8500 {
216 ab8500-gpiocontroller {
225 ab8500-regulators {
Dste-href-ab8500.dtsi6 #include "ste-ab8500.dtsi"
11 ab8500 {
12 ab8500-gpiocontroller {
Dste-hrefprev60.dtsi8 #include "ste-href-ab8500.dtsi"
/Linux-v5.15/drivers/input/misc/
Dab8500-ponkey.c29 struct ab8500 *ab8500; member
51 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent); in ab8500_ponkey_probe() local
75 ponkey->ab8500 = ab8500; in ab8500_ponkey_probe()
88 dev_err(ab8500->dev, "Failed to request dbf IRQ#%d: %d\n", in ab8500_ponkey_probe()
97 dev_err(ab8500->dev, "Failed to request dbr IRQ#%d: %d\n", in ab8500_ponkey_probe()
104 dev_err(ab8500->dev, "Can't register input device: %d\n", error); in ab8500_ponkey_probe()
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Dstericsson,abx500.txt5 "stericsson,ab8500-clk"
9 device node, see mfd/ab8500.txt
12 dt-bindings/clock/ste-ab8500.h header and can be used in device
18 compatible = "stericsson,ab8500-clk";
/Linux-v5.15/drivers/usb/phy/
Dphy-ab8500-usb.c129 struct ab8500 *ab8500; member
243 if (is_ab8500_2p0(ab->ab8500)) { in ab8500_usb_wd_linkstatus()
530 if (is_ab8500(ab->ab8500)) { in abx500_usb_link_status_update()
539 } else if (is_ab8505(ab->ab8500)) { in abx500_usb_link_status_update()
593 if (is_ab8500_2p0(ab->ab8500)) { in ab8500_usb_disconnect_irq()
871 struct ab8500 *ab8500; in ab8500_usb_probe() local
876 ab8500 = dev_get_drvdata(pdev->dev.parent); in ab8500_usb_probe()
879 if (is_ab8500_1p1_or_earlier(ab8500)) { in ab8500_usb_probe()
893 ab->ab8500 = ab8500; in ab8500_usb_probe()
904 if (is_ab8500(ab->ab8500)) { in ab8500_usb_probe()
[all …]
DMakefile10 obj-$(CONFIG_AB8500_USB) += phy-ab8500-usb.o
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dux500-msp.txt39 codec: ab8500-codec {
40 compatible = "stericsson,ab8500-codec";
Dux500-mop500.txt36 codec: ab8500-codec {
37 compatible = "stericsson,ab8500-codec";
/Linux-v5.15/drivers/regulator/
Dab8500-ext.c395 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent); in ab8500_ext_regulator_probe() local
400 if (!ab8500) { in ab8500_ext_regulator_probe()
406 if (is_ab8500_2p0_or_earlier(ab8500)) { in ab8500_ext_regulator_probe()
Dab8500.c1644 static void abx500_get_regulator_info(struct ab8500 *ab8500) in abx500_get_regulator_info() argument
1646 if (is_ab8505(ab8500)) { in abx500_get_regulator_info()
1667 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent); in ab8500_regulator_register() local
1682 if (is_ab8500_1p1_or_earlier(ab8500)) { in ab8500_regulator_register()
1704 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent); in ab8500_regulator_probe() local
1709 if (!ab8500) { in ab8500_regulator_probe()
1714 abx500_get_regulator_info(ab8500); in ab8500_regulator_probe()
DMakefile19 obj-$(CONFIG_REGULATOR_AB8500) += ab8500-ext.o ab8500.o
/Linux-v5.15/drivers/pinctrl/nomadik/
DMakefile4 obj-$(CONFIG_PINCTRL_AB8500) += pinctrl-ab8500.o
/Linux-v5.15/drivers/iio/adc/
Dab8500-gpadc.c244 struct ab8500 *ab8500; member
476 if (!is_ab8500_2p0_or_earlier(gpadc->ab8500)) { in ab8500_gpadc_read()
761 if (is_ab8540(gpadc->ab8500)) { in ab8500_gpadc_read_calibration_data()
1099 gpadc->ab8500 = dev_get_drvdata(dev->parent); in ab8500_gpadc_probe()
1111 if (is_ab8500(gpadc->ab8500)) { in ab8500_gpadc_probe()
/Linux-v5.15/drivers/clk/ux500/
Dabx500-clk.c92 struct ab8500 *parent = dev_get_drvdata(pdev->dev.parent); in abx500_clk_probe()

12