Lines Matching refs:wm8996_priv

52 struct wm8996_priv {  struct
108 struct wm8996_priv *wm8996 = container_of(nb, struct wm8996_priv, \ argument
339 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_set_retune_mobile()
416 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_put_retune_mobile_enum()
438 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_get_retune_mobile_enum()
579 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_bg_enable()
591 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_bg_disable()
638 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in rmv_short_event()
659 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wait_for_dc_servo()
692 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_seq_notifier()
763 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in dcs_start()
1537 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_update_bclk()
1578 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_set_bias_level()
1740 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_hw_params()
1820 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_set_sysclk()
2009 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_set_fll()
2144 static inline struct wm8996_priv *gpio_to_wm8996(struct gpio_chip *chip) in gpio_to_wm8996()
2146 return container_of(chip, struct wm8996_priv, gpio_chip); in gpio_to_wm8996()
2151 struct wm8996_priv *wm8996 = gpio_to_wm8996(chip); in wm8996_gpio_set()
2160 struct wm8996_priv *wm8996 = gpio_to_wm8996(chip); in wm8996_gpio_direction_out()
2172 struct wm8996_priv *wm8996 = gpio_to_wm8996(chip); in wm8996_gpio_get()
2185 struct wm8996_priv *wm8996 = gpio_to_wm8996(chip); in wm8996_gpio_direction_in()
2203 static void wm8996_init_gpio(struct wm8996_priv *wm8996) in wm8996_init_gpio()
2221 static void wm8996_free_gpio(struct wm8996_priv *wm8996) in wm8996_free_gpio()
2226 static void wm8996_init_gpio(struct wm8996_priv *wm8996) in wm8996_init_gpio()
2230 static void wm8996_free_gpio(struct wm8996_priv *wm8996) in wm8996_free_gpio()
2249 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_detect()
2295 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_hpdet_irq()
2390 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_micd()
2493 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_irq()
2547 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_retune_mobile_pdata()
2623 struct wm8996_priv *wm8996 = snd_soc_codec_get_drvdata(codec); in wm8996_probe()
2764 struct wm8996_priv *wm8996; in wm8996_i2c_probe()
2768 wm8996 = devm_kzalloc(&i2c->dev, sizeof(struct wm8996_priv), in wm8996_i2c_probe()
3075 struct wm8996_priv *wm8996 = i2c_get_clientdata(client); in wm8996_i2c_remove()