Home
last modified time | relevance | path

Searched refs:wcd937x (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dwcd937x.c207 struct wcd937x_priv *wcd937x; in wcd937x_handle_post_irq() local
210 wcd937x = (struct wcd937x_priv *)data; in wcd937x_handle_post_irq()
214 regmap_write(wcd937x->regmap, WCD937X_DIGITAL_INTR_CLEAR_0, 0); in wcd937x_handle_post_irq()
215 regmap_write(wcd937x->regmap, WCD937X_DIGITAL_INTR_CLEAR_1, 0); in wcd937x_handle_post_irq()
216 regmap_write(wcd937x->regmap, WCD937X_DIGITAL_INTR_CLEAR_2, 0); in wcd937x_handle_post_irq()
243 static void wcd937x_reset(struct wcd937x_priv *wcd937x) in wcd937x_reset() argument
245 gpiod_set_value(wcd937x->reset_gpio, 1); in wcd937x_reset()
247 gpiod_set_value(wcd937x->reset_gpio, 0); in wcd937x_reset()
303 struct wcd937x_priv *wcd937x = snd_soc_component_get_drvdata(component); in wcd937x_rx_clk_enable() local
305 if (atomic_read(&wcd937x->rx_clk_cnt)) in wcd937x_rx_clk_enable()
[all …]
H A DMakefile327 snd-soc-wcd937x-objs := wcd937x.o
328 snd-soc-wcd937x-sdw-objs := wcd937x-sdw.o
731 obj-$(CONFIG_SND_SOC_WCD937X) += snd-soc-wcd937x.o
734 obj-$(CONFIG_SND_SOC_WCD937X) += snd-soc-wcd937x-sdw.o
H A Dwcd937x.h531 struct wcd937x_priv *wcd937x; member