Home
last modified time | relevance | path

Searched refs:ac100 (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/mfd/
Dac100.c93 struct ac100_dev *ac100; in ac100_rsb_probe() local
96 ac100 = devm_kzalloc(&rdev->dev, sizeof(*ac100), GFP_KERNEL); in ac100_rsb_probe()
97 if (!ac100) in ac100_rsb_probe()
100 ac100->dev = &rdev->dev; in ac100_rsb_probe()
101 sunxi_rsb_device_set_drvdata(rdev, ac100); in ac100_rsb_probe()
103 ac100->regmap = devm_regmap_init_sunxi_rsb(rdev, &ac100_regmap_config); in ac100_rsb_probe()
104 if (IS_ERR(ac100->regmap)) { in ac100_rsb_probe()
105 ret = PTR_ERR(ac100->regmap); in ac100_rsb_probe()
106 dev_err(ac100->dev, "regmap init failed: %d\n", ret); in ac100_rsb_probe()
110 ret = devm_mfd_add_devices(ac100->dev, PLATFORM_DEVID_NONE, ac100_cells, in ac100_rsb_probe()
[all …]
DMakefile135 obj-$(CONFIG_MFD_AC100) += ac100.o
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dac100.txt8 - compatible: "x-powers,ac100"
12 - compatible: "x-powers,ac100-codec"
21 - compatible: "x-powers,ac100-rtc"
30 ac100: codec@e89 {
31 compatible = "x-powers,ac100";
35 compatible = "x-powers,ac100-codec";
43 compatible = "x-powers,ac100-rtc";
Daxp20x.txt17 combo chip. Please see ./ac100.txt for its bindings.
/Linux-v4.19/drivers/staging/nvec/
DREADME14 [2] http://gitorious.org/ac100, http://launchpad.net/ac100
/Linux-v4.19/arch/arm/boot/dts/
Dsun8i-a83t-allwinner-h8homlet-v2.dts130 ac100: codec@e89 { label
131 compatible = "x-powers,ac100";
135 compatible = "x-powers,ac100-codec";
143 compatible = "x-powers,ac100-rtc";
Dsun8i-a83t-bananapi-m3.dts208 ac100: codec@e89 { label
209 compatible = "x-powers,ac100";
213 compatible = "x-powers,ac100-codec";
221 compatible = "x-powers,ac100-rtc";
Dsun8i-a83t-tbs-a711.dts214 ac100: codec@e89 { label
215 compatible = "x-powers,ac100";
219 compatible = "x-powers,ac100-codec";
227 compatible = "x-powers,ac100-rtc";
Dsun8i-a83t-cubietruck-plus.dts223 ac100: codec@e89 { label
224 compatible = "x-powers,ac100";
228 compatible = "x-powers,ac100-codec";
236 compatible = "x-powers,ac100-rtc";
Dsun9i-a80-optimus.dts423 ac100: codec@e89 { label
424 compatible = "x-powers,ac100";
428 compatible = "x-powers,ac100-codec";
436 compatible = "x-powers,ac100-rtc";
Dsun9i-a80-cubieboard4.dts434 ac100: codec@e89 { label
435 compatible = "x-powers,ac100";
439 compatible = "x-powers,ac100-codec";
447 compatible = "x-powers,ac100-rtc";
/Linux-v4.19/drivers/rtc/
Drtc-ac100.c576 struct ac100_dev *ac100 = dev_get_drvdata(pdev->dev.parent); in ac100_rtc_probe() local
586 chip->regmap = ac100->regmap; in ac100_rtc_probe()
DMakefile32 obj-$(CONFIG_RTC_DRV_AC100) += rtc-ac100.o
DKconfig206 will be called rtc-ac100.
/Linux-v4.19/
DMAINTAINERS13803 L: ac100@lists.launchpad.net (moderated for non-subscribers)