Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8731.c70 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_set_deemph()
100 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_get_deemph()
111 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_put_deemph()
195 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_check_osc()
318 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_hw_params()
366 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_set_dai_sysclk()
467 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_set_bias_level()
510 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(dai->component); in wm8731_startup()
566 int wm8731_init(struct device *dev, struct wm8731_priv *wm8731) in wm8731_init()
H A Dwm8731.h46 struct wm8731_priv { struct
61 int wm8731_init(struct device *dev, struct wm8731_priv *wm8731); argument
H A Dwm8731-i2c.c28 struct wm8731_priv *wm8731; in wm8731_i2c_probe()
31 wm8731 = devm_kzalloc(&i2c->dev, sizeof(struct wm8731_priv), in wm8731_i2c_probe()
H A Dwm8731-spi.c27 struct wm8731_priv *wm8731; in wm8731_spi_probe()