/linux-6.12.1/drivers/mfd/ |
D | ac100.c | 3 * MFD core driver for X-Powers' AC100 Audio Codec IC 5 * The AC100 is a highly integrated audio codec and RTC subsystem designed 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() [all …]
|
D | Makefile | 147 obj-$(CONFIG_MFD_AC100) += ac100.o
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | x-powers,ac100.yaml | 4 $id: http://devicetree.org/schemas/mfd/x-powers,ac100.yaml# 7 title: X-Powers AC100 14 const: x-powers,ac100 27 const: x-powers,ac100-codec 53 const: x-powers,ac100-rtc 94 compatible = "x-powers,ac100"; 98 compatible = "x-powers,ac100-codec"; 106 compatible = "x-powers,ac100-rtc";
|
/linux-6.12.1/drivers/staging/nvec/ |
D | README | 10 This driver is currently only used by the AC100 project[2], but it is likely, 14 [2] http://gitorious.org/ac100, http://launchpad.net/ac100
|
D | nvec_paz00.c | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
D | nvec_ps2.c | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
D | nvec_kbd.c | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
D | nvec.h | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
D | Kconfig | 50 devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.
|
D | nvec_power.c | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
D | nvec.c | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net>
|
/linux-6.12.1/drivers/rtc/ |
D | rtc-ac100.c | 3 * RTC Driver for X-Powers AC100 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" }, [all …]
|
D | Makefile | 28 obj-$(CONFIG_RTC_DRV_AC100) += rtc-ac100.o
|
D | Kconfig | 217 tristate "X-Powers AC100" 221 in X-Powers AC100 family peripheral ICs. 224 will be called rtc-ac100.
|
/linux-6.12.1/arch/arm/boot/dts/allwinner/ |
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";
|
D | sun9i-a80-cubieboard4.dts | 189 /* osc32k input is from AC100 */ 466 ac100: codec@e89 { label 467 compatible = "x-powers,ac100"; 471 compatible = "x-powers,ac100-codec"; 479 compatible = "x-powers,ac100-rtc";
|
D | sun9i-a80-optimus.dts | 186 /* osc32k input is from AC100 */ 463 ac100: codec@e89 { label 464 compatible = "x-powers,ac100"; 468 compatible = "x-powers,ac100-codec"; 476 compatible = "x-powers,ac100-rtc";
|
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";
|
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";
|
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-6.12.1/sound/soc/codecs/ |
D | alc5632.h | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net>
|
/linux-6.12.1/include/linux/mfd/ |
D | ac100.h | 3 * Functions and registers to access AC100 codec / RTC combo IC.
|
/linux-6.12.1/drivers/bus/ |
D | Kconfig | 195 and AC100/AC200 ICs.
|
D | sunxi-rsb.c | 21 * AXP809, and AXP806 PMICs, and the AC100 audio codec, all from X-Powers. 566 { 0xe89, 0x4e }, /* Peripheral IC: AC100, ... */
|
/linux-6.12.1/sound/soc/tegra/ |
D | Kconfig | 256 Toshiba AC100 netbook.
|