Searched refs:wcd937x (Results 1 – 3 of 3) sorted by relevance
207 struct wcd937x_priv *wcd937x; in wcd937x_handle_post_irq() local210 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() argument245 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() local305 if (atomic_read(&wcd937x->rx_clk_cnt)) in wcd937x_rx_clk_enable()[all …]
327 snd-soc-wcd937x-objs := wcd937x.o328 snd-soc-wcd937x-sdw-objs := wcd937x-sdw.o731 obj-$(CONFIG_SND_SOC_WCD937X) += snd-soc-wcd937x.o734 obj-$(CONFIG_SND_SOC_WCD937X) += snd-soc-wcd937x-sdw.o
531 struct wcd937x_priv *wcd937x; member