Searched refs:ac100 (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/mfd/ |
H A D | ac100.c | 21 #include <linux/mfd/ac100.h> 80 .name = "ac100-codec", 81 .of_compatible = "x-powers,ac100-codec", 83 .name = "ac100-rtc", 84 .of_compatible = "x-powers,ac100-rtc", 90 struct ac100_dev *ac100; in ac100_rsb_probe() local 93 ac100 = devm_kzalloc(&rdev->dev, sizeof(*ac100), GFP_KERNEL); in ac100_rsb_probe() 94 if (!ac100) in ac100_rsb_probe() 97 ac100 in ac100_rsb_probe() [all...] |
/linux/drivers/staging/nvec/ |
H A D | README | 14 [2] http://gitorious.org/ac100, http://launchpad.net/ac100
|
/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-a83t-allwinner-h8homlet-v2.dts | 130 ac100: codec@e89 { label 131 compatible = "x-powers,ac100"; 135 compatible = "x-powers,ac100-codec"; 143 compatible = "x-powers,ac100-rtc";
|
H A D | sun8i-a83t-bananapi-m3.dts | 228 ac100: codec@e89 { label 229 compatible = "x-powers,ac100"; 233 compatible = "x-powers,ac100-codec"; 241 compatible = "x-powers,ac100-rtc";
|
H A D | sun8i-a83t-cubietruck-plus.dts | 248 ac100: codec@e89 { label 249 compatible = "x-powers,ac100"; 253 compatible = "x-powers,ac100-codec"; 261 compatible = "x-powers,ac100-rtc";
|
H A D | sun9i-a80-optimus.dts | 463 ac100: codec@e89 { label 464 compatible = "x-powers,ac100"; 468 compatible = "x-powers,ac100-codec"; 476 compatible = "x-powers,ac100-rtc";
|
H A D | sun9i-a80-cubieboard4.dts | 466 ac100: codec@e89 { label 467 compatible = "x-powers,ac100"; 471 compatible = "x-powers,ac100-codec"; 479 compatible = "x-powers,ac100-rtc";
|
H A D | sun8i-a83t-tbs-a711.dts | 271 ac100: codec@e89 { label 272 compatible = "x-powers,ac100"; 276 compatible = "x-powers,ac100-codec"; 284 compatible = "x-powers,ac100-rtc";
|
/linux/drivers/rtc/ |
H A D | rtc-ac100.c | 15 #include <linux/mfd/ac100.h> 80 #define AC100_RTC_32K_NAME "ac100-rtc-32k" 85 "ac100-cko1-rtc", 86 "ac100-cko2-rtc", 87 "ac100-cko3-rtc", 182 * internally registered by the ac100 driver. The other parent in ac100_clkout_determine_rate() 568 struct ac100_dev *ac100 = dev_get_drvdata(pdev->dev.parent); in ac100_rtc_probe() local 578 chip->regmap = ac100->regmap; in ac100_rtc_probe() 624 { .compatible = "x-powers,ac100-rtc" }, 633 .name = "ac100 [all...] |
H A D | Makefile | 29 obj-$(CONFIG_RTC_DRV_AC100) += rtc-ac100.o
|
H A D | Kconfig | 234 will be called rtc-ac100.
|
/linux/ |
H A D | MAINTAINERS | 23940 L: ac100@lists.launchpad.net (moderated for non-subscribers)
|