Searched refs:as3722 (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/mfd/
H A Das3722.c19 #include <linux/mfd/as3722.h>
27 DEFINE_RES_IRQ_NAMED(AS3722_IRQ_RTC_ALARM, "as3722-rtc-alarm"),
31 DEFINE_RES_IRQ_NAMED(AS3722_IRQ_ADC, "as3722-adc"),
36 .name = "as3722-pinctrl",
39 .name = "as3722-regulator",
42 .name = "as3722-rtc",
47 .name = "as3722-adc",
52 .name = "as3722-power-off",
55 .name = "as3722-wdt",
190 .name = "as3722",
198 as3722_check_device_id(struct as3722 *as3722) argument
225 as3722_configure_pullups(struct as3722 *as3722) argument
308 as3722_i2c_of_probe(struct i2c_client *i2c, struct as3722 *as3722) argument
338 struct as3722 *as3722; local
405 struct as3722 *as3722 = dev_get_drvdata(dev); local
416 struct as3722 *as3722 = dev_get_drvdata(dev); local
[all...]
H A DMakefile234 obj-$(CONFIG_MFD_AS3722) += as3722.o
/linux-master/drivers/rtc/
H A Drtc-as3722.c3 * rtc-as3722.c - Real Time Clock driver for ams AS3722 PMICs
19 #include <linux/mfd/as3722.h>
28 struct as3722 *as3722; member in struct:as3722_rtc
57 struct as3722 *as3722 = as3722_rtc->as3722; local
61 ret = as3722_block_read(as3722, AS3722_RTC_SECOND_REG,
74 struct as3722 *as3722 local
107 struct as3722 *as3722 = as3722_rtc->as3722; local
125 struct as3722 *as3722 = as3722_rtc->as3722; local
169 struct as3722 *as3722 = dev_get_drvdata(pdev->dev.parent); local
[all...]
H A DMakefile30 obj-$(CONFIG_RTC_DRV_AS3722) += rtc-as3722.o
/linux-master/drivers/power/reset/
H A Das3722-poweroff.c10 #include <linux/mfd/as3722.h>
19 struct as3722 *as3722; member in struct:as3722_poweroff
27 ret = as3722_update_bits(as3722_pm_poweroff->as3722,
52 as3722_poweroff->as3722 = dev_get_drvdata(pdev->dev.parent);
66 .name = "as3722-power-off",
74 MODULE_ALIAS("platform:as3722-power-off");
H A DMakefile2 obj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o
/linux-master/include/linux/mfd/
H A Das3722.h3 * as3722 definitions
375 struct as3722 { struct
386 static inline int as3722_read(struct as3722 *as3722, u32 reg, u32 *dest) argument
388 return regmap_read(as3722->regmap, reg, dest);
391 static inline int as3722_write(struct as3722 *as3722, u32 reg, u32 value) argument
393 return regmap_write(as3722->regmap, reg, value);
396 static inline int as3722_block_read(struct as3722 *as3722, u3 argument
402 as3722_block_write(struct as3722 *as3722, u32 reg, int count, u8 *data) argument
408 as3722_update_bits(struct as3722 *as3722, u32 reg, u32 mask, u8 val) argument
414 as3722_irq_get_virq(struct as3722 *as3722, int irq) argument
[all...]
/linux-master/drivers/pinctrl/
H A Dpinctrl-as3722.c15 #include <linux/mfd/as3722.h>
68 struct as3722 *as3722; member in struct:as3722_pctrl_info
232 ret = as3722_update_bits(as_pci->as3722, gpio_cntr_reg,
247 ret = as3722_update_bits(as_pci->as3722, gpio_cntr_reg,
299 struct as3722 *as3722 = as_pci->as3722; local
310 return as3722_update_bits(as3722, AS3722_GPIOn_CONTROL_REG(offset),
430 struct as3722 *as372 local
478 struct as3722 *as3722 = as_pci->as3722; local
[all...]
H A DMakefile15 obj-$(CONFIG_PINCTRL_AS3722) += pinctrl-as3722.o
/linux-master/drivers/regulator/
H A Das3722-regulator.c14 #include <linux/mfd/as3722.h>
69 struct as3722 *as3722; member in struct:as3722_regulators
78 .name = "as3722-sd0",
90 .name = "as3722-sd1",
102 .name = "as3722-sd2",
116 .name = "as3722-sd3",
130 .name = "as3722-sd4",
144 .name = "as3722-sd5",
158 .name = "as3722
329 struct as3722 *as3722 = as3722_reg->as3722; local
422 struct as3722 *as3722 = as3722_regs->as3722; local
447 struct as3722 *as3722 = as3722_regs->as3722; local
637 struct as3722 *as3722 = dev_get_drvdata(pdev->dev.parent); local
[all...]
H A DMakefile29 obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o

Completed in 218 milliseconds