Home
last modified time | relevance | path

Searched defs:wm8400 (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dwm8400-core.c46 u16 wm8400_reg_read(struct wm8400 *wm8400, u8 reg) in wm8400_reg_read()
59 int wm8400_block_read(struct wm8400 *wm8400, u8 reg, int count, u16 *data) in wm8400_block_read()
65 static int wm8400_register_codec(struct wm8400 *wm8400) in wm8400_register_codec()
83 static int wm8400_init(struct wm8400 *wm8400, in wm8400_init()
134 static void wm8400_release(struct wm8400 *wm8400) in wm8400_release()
153 void wm8400_reset_codec_reg_cache(struct wm8400 *wm8400) in wm8400_reset_codec_reg_cache()
163 struct wm8400 *wm8400; in wm8400_i2c_probe() local
181 struct wm8400 *wm8400 = i2c_get_clientdata(i2c); in wm8400_i2c_remove() local
/linux-4.1.27/drivers/regulator/
Dwm8400-regulator.c39 struct wm8400 *wm8400 = rdev_get_drvdata(dev); in wm8400_dcdc_get_mode() local
66 struct wm8400 *wm8400 = rdev_get_drvdata(dev); in wm8400_dcdc_set_mode() local
211 struct wm8400 *wm8400 = container_of(pdev, struct wm8400, regulators[pdev->id]); in wm8400_regulator_probe() local
251 struct wm8400 *wm8400 = dev_get_drvdata(dev); in wm8400_register_regulator() local
/linux-4.1.27/sound/soc/codecs/
Dwm8400.c61 struct wm8400 *wm8400; member
70 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); in wm8400_codec_reset() local
856 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); in wm8400_set_dai_sysclk() local
872 static int fll_factors(struct wm8400_priv *wm8400, struct fll_factors *factors, in fll_factors()
945 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); in wm8400_set_dai_pll() local
1132 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); in wm8400_set_bias_level() local
1282 struct wm8400 *wm8400 = dev_get_platdata(codec->dev); in wm8400_codec_probe() local
1334 struct wm8400 *wm8400 = dev_get_platdata(dev); in wm8400_get_regmap() local
/linux-4.1.27/include/linux/mfd/
Dwm8400-private.h31 struct wm8400 { struct
32 struct device *dev;
33 struct regmap *regmap;
35 struct platform_device regulators[6];
929 static inline int wm8400_set_bits(struct wm8400 *wm8400, u8 reg, in wm8400_set_bits()