/openbmc/linux/drivers/mfd/ |
H A 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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A 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";
|
/openbmc/linux/drivers/staging/nvec/ |
H A 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
|
H A D | nvec_paz00.c | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
H A D | nvec_ps2.c | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
H A D | nvec_kbd.c | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
H A D | nvec.h | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
H A D | Kconfig | 50 devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.
|
H A D | nvec_power.c | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
|
/openbmc/linux/drivers/rtc/ |
H A 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 …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun8i-a83t-allwinner-h8homlet-v2.dts | 122 ac100: codec@e89 { label 123 compatible = "x-powers,ac100"; 127 compatible = "x-powers,ac100-codec"; 135 compatible = "x-powers,ac100-rtc";
|
H A D | sun9i-a80-cubieboard4.dts | 182 /* osc32k input is from AC100 */ 434 ac100: codec@e89 { label 435 compatible = "x-powers,ac100"; 439 compatible = "x-powers,ac100-codec"; 447 compatible = "x-powers,ac100-rtc";
|
H A D | sun9i-a80-optimus.dts | 171 /* osc32k input is from AC100 */ 423 ac100: codec@e89 { label 424 compatible = "x-powers,ac100"; 428 compatible = "x-powers,ac100-codec"; 436 compatible = "x-powers,ac100-rtc";
|
H A D | sun8i-a83t-bananapi-m3.dts | 200 ac100: codec@e89 { label 201 compatible = "x-powers,ac100"; 205 compatible = "x-powers,ac100-codec"; 213 compatible = "x-powers,ac100-rtc";
|
H A D | sun8i-a83t-tbs-a711.dts | 214 ac100: codec@e89 { label 215 compatible = "x-powers,ac100"; 219 compatible = "x-powers,ac100-codec"; 227 compatible = "x-powers,ac100-rtc";
|
H A D | sun9i-a80-cx-a99.dts | 206 ac100: codec@e89 { label 207 compatible = "x-powers,ac100"; 211 compatible = "x-powers,ac100-codec"; 219 compatible = "x-powers,ac100-rtc";
|
H A D | sun8i-a83t-cubietruck-plus.dts | 215 ac100: codec@e89 { label 216 compatible = "x-powers,ac100"; 220 compatible = "x-powers,ac100-codec"; 228 compatible = "x-powers,ac100-rtc";
|
/openbmc/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 | 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";
|
H A 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";
|
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 | 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";
|
/openbmc/linux/sound/soc/codecs/ |
H A D | alc5632.h | 5 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net>
|
/openbmc/linux/include/linux/mfd/ |
H A D | ac100.h | 3 * Functions and registers to access AC100 codec / RTC combo IC.
|