Home
last modified time | relevance | path

Searched refs:wm8731_priv (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm8731.c71 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_set_deemph()
101 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_get_deemph()
112 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_put_deemph()
194 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_check_osc()
317 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_hw_params()
365 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_set_dai_sysclk()
466 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_set_bias_level()
507 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(dai->component); in wm8731_startup()
563 int wm8731_init(struct device *dev, struct wm8731_priv *wm8731)
H A Dwm8731.h46 struct wm8731_priv { struct
61 int wm8731_init(struct device *dev, struct wm8731_priv *wm8731); argument
H A Dwm8731-i2c.c27 struct wm8731_priv *wm8731; in wm8731_i2c_probe()
30 wm8731 = devm_kzalloc(&i2c->dev, sizeof(struct wm8731_priv), in wm8731_i2c_probe()
H A Dwm8731-spi.c26 struct wm8731_priv *wm8731; in wm8731_spi_probe()