Searched refs:wm8400 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dwm8400-regulator.c19 #include <linux/mfd/wm8400-private.h>
23 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
26 val = wm8400_reg_read(wm8400, WM8400_LDO1_CONTROL + rdev_get_id(dev));
32 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
34 return wm8400_set_bits(wm8400, WM8400_LDO1_CONTROL + rdev_get_id(dev),
40 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
42 return wm8400_set_bits(wm8400, WM8400_LDO1_CONTRO
60 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
72 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
111 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
121 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
130 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
148 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
161 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
180 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
207 struct wm8400 *wm8400 = rdev_get_drvdata(dev); local
320 struct wm8400 *wm8400 = container_of(pdev, struct wm8400, regulators[pdev->id]); local
366 struct wm8400 *wm8400 = dev_get_drvdata(dev); local
[all...]
H A DMakefile25 obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dwm8400-core.c19 #include <linux/mfd/wm8400-private.h>
20 #include <linux/mfd/wm8400-audio.h>
117 static int wm8400_read(struct wm8400 *wm8400, u8 reg, int num_regs, u16 *dest) argument
121 BUG_ON(reg + num_regs > ARRAY_SIZE(wm8400->reg_cache));
126 ret = wm8400->read_dev(wm8400->io_data, reg,
137 memcpy(dest, &wm8400->reg_cache[reg], num_regs * sizeof(u16));
142 static int wm8400_write(struct wm8400 *wm8400, u argument
171 wm8400_reg_read(struct wm8400 *wm8400, u8 reg) argument
185 wm8400_block_read(struct wm8400 *wm8400, u8 reg, int count, u16 *data) argument
207 wm8400_set_bits(struct wm8400 *wm8400, u8 reg, u16 mask, u16 val) argument
229 wm8400_reset_codec_reg_cache(struct wm8400 *wm8400) argument
244 wm8400_register_codec(struct wm8400 *wm8400) argument
261 wm8400_init(struct wm8400 *wm8400, struct wm8400_platform_data *pdata) argument
334 wm8400_release(struct wm8400 *wm8400) argument
396 struct wm8400 *wm8400; local
425 struct wm8400 *wm8400 = i2c_get_clientdata(i2c); local
[all...]
H A DMakefile24 obj-$(CONFIG_MFD_WM8400) += wm8400-core.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8400.c2 * wm8400.c -- WM8400 ALSA Soc Audio driver
23 #include <linux/mfd/wm8400-audio.h>
24 #include <linux/mfd/wm8400-private.h>
33 #include "wm8400.h"
69 struct wm8400 *wm8400; member in struct:wm8400_priv
80 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); local
83 return wm8400->fake_register;
85 return wm8400_reg_read(wm8400->wm8400, re
94 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); local
105 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); local
929 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); local
945 fll_factors(struct wm8400_priv *wm8400, struct fll_factors *factors, unsigned int Fref, unsigned int Fout) argument
1018 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); local
1207 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); local
[all...]
H A DMakefile30 snd-soc-wm8400-objs := wm8400.o
99 obj-$(CONFIG_SND_SOC_WM8400) += snd-soc-wm8400.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dwm8400-private.h2 * wm8400 private definitions.
24 #include <linux/mfd/wm8400.h>
30 struct wm8400 { struct
932 u16 wm8400_reg_read(struct wm8400 *wm8400, u8 reg);
933 int wm8400_block_read(struct wm8400 *wm8400, u8 reg, int count, u16 *data);
934 int wm8400_set_bits(struct wm8400 *wm8400, u8 reg, u16 mask, u16 val);
H A Dwm8400-audio.h2 * wm8400 private definitions for audio
24 #include <linux/mfd/wm8400-audio.h>
1184 struct wm8400;
1185 void wm8400_reset_codec_reg_cache(struct wm8400 *wm8400);

Completed in 199 milliseconds