Home
last modified time | relevance | path

Searched full:ac100 (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.12.1/drivers/mfd/
Dac100.c3 * 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 …]
DMakefile147 obj-$(CONFIG_MFD_AC100) += ac100.o
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dx-powers,ac100.yaml4 $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/
DREADME10 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
Dnvec_paz00.c5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
Dnvec_ps2.c5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
Dnvec_kbd.c5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
Dnvec.h5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
DKconfig50 devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.
Dnvec_power.c5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
Dnvec.c5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net>
/linux-6.12.1/drivers/rtc/
Drtc-ac100.c3 * 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 …]
DMakefile28 obj-$(CONFIG_RTC_DRV_AC100) += rtc-ac100.o
DKconfig217 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/
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";
Dsun9i-a80-cubieboard4.dts189 /* 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";
Dsun9i-a80-optimus.dts186 /* 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";
Dsun8i-a83t-bananapi-m3.dts228 ac100: codec@e89 { label
229 compatible = "x-powers,ac100";
233 compatible = "x-powers,ac100-codec";
241 compatible = "x-powers,ac100-rtc";
Dsun8i-a83t-cubietruck-plus.dts248 ac100: codec@e89 { label
249 compatible = "x-powers,ac100";
253 compatible = "x-powers,ac100-codec";
261 compatible = "x-powers,ac100-rtc";
Dsun8i-a83t-tbs-a711.dts271 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/
Dalc5632.h5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net>
/linux-6.12.1/include/linux/mfd/
Dac100.h3 * Functions and registers to access AC100 codec / RTC combo IC.
/linux-6.12.1/drivers/bus/
DKconfig195 and AC100/AC200 ICs.
Dsunxi-rsb.c21 * 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/
DKconfig256 Toshiba AC100 netbook.

12