Searched defs:wm8400 (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/mfd/ |
H A D | wm8400-core.c | 46 u16 wm8400_reg_read(struct wm8400 *wm8400, u8 reg) wm8400_reg_read() argument 59 int wm8400_block_read(struct wm8400 *wm8400, u8 reg, int count, u16 *data) wm8400_block_read() argument 65 static int wm8400_register_codec(struct wm8400 *wm8400) wm8400_register_codec() argument 83 static int wm8400_init(struct wm8400 *wm8400, wm8400_init() argument 134 static void wm8400_release(struct wm8400 *wm8400) wm8400_release() argument 153 void wm8400_reset_codec_reg_cache(struct wm8400 *wm8400) wm8400_reset_codec_reg_cache() argument 163 struct wm8400 *wm8400; wm8400_i2c_probe() local 181 struct wm8400 *wm8400 = i2c_get_clientdata(i2c); wm8400_i2c_remove() local
|
/linux-4.1.27/drivers/regulator/ |
H A D | wm8400-regulator.c | 39 struct wm8400 *wm8400 = rdev_get_drvdata(dev); wm8400_dcdc_get_mode() local 66 struct wm8400 *wm8400 = rdev_get_drvdata(dev); wm8400_dcdc_set_mode() local 211 struct wm8400 *wm8400 = container_of(pdev, struct wm8400, regulators[pdev->id]); wm8400_regulator_probe() local 251 struct wm8400 *wm8400 = dev_get_drvdata(dev); wm8400_register_regulator() local
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | wm8400.c | 61 struct wm8400 *wm8400; member in struct:wm8400_priv 70 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); wm8400_codec_reset() local 856 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); wm8400_set_dai_sysclk() local 872 static int fll_factors(struct wm8400_priv *wm8400, struct fll_factors *factors, fll_factors() argument 945 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); wm8400_set_dai_pll() local 1132 struct wm8400_priv *wm8400 = snd_soc_codec_get_drvdata(codec); wm8400_set_bias_level() local 1282 struct wm8400 *wm8400 = dev_get_platdata(codec->dev); wm8400_codec_probe() local 1334 struct wm8400 *wm8400 = dev_get_platdata(dev); wm8400_get_regmap() local
|
H A D | Makefile | |
/linux-4.1.27/include/linux/mfd/ |
H A D | wm8400-private.h | 31 struct wm8400 { struct 929 static inline int wm8400_set_bits(struct wm8400 *wm8400, u8 reg, wm8400_set_bits() argument
|
Completed in 221 milliseconds