Searched refs:wm2200 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm2200.c | 3 * wm2200.c -- WM2200 ALSA SoC Audio driver 30 #include <sound/wm2200.h> 32 #include "wm2200.h" 984 static int wm2200_reset(struct wm2200_priv *wm2200) in wm2200_reset() argument 986 if (wm2200->pdata.reset) { in wm2200_reset() 987 gpio_set_value_cansleep(wm2200->pdata.reset, 0); in wm2200_reset() 988 gpio_set_value_cansleep(wm2200->pdata.reset, 1); in wm2200_reset() 992 return regmap_write(wm2200->regmap, WM2200_SOFTWARE_RESET, in wm2200_reset() 1555 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); in wm2200_probe() local 1557 wm2200 in wm2200_probe() 1697 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); wm2200_hw_params() local 1789 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); wm2200_set_sysclk() local 1938 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); wm2200_set_fll() local 2059 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); wm2200_dai_probe() local 2120 struct wm2200_priv *wm2200 = data; wm2200_irq() local 2191 struct wm2200_priv *wm2200; wm2200_i2c_probe() local 2429 struct wm2200_priv *wm2200 = i2c_get_clientdata(i2c); wm2200_i2c_remove() local 2447 struct wm2200_priv *wm2200 = dev_get_drvdata(dev); wm2200_runtime_suspend() local 2461 struct wm2200_priv *wm2200 = dev_get_drvdata(dev); wm2200_runtime_resume() local [all...] |
H A D | Makefile | 245 snd-soc-wm2200-objs := wm2200.o 554 obj-$(CONFIG_SND_SOC_WM2200) += snd-soc-wm2200.o
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm2200.c | 3 * wm2200.c -- WM2200 ALSA SoC Audio driver 30 #include <sound/wm2200.h> 32 #include "wm2200.h" 976 static int wm2200_reset(struct wm2200_priv *wm2200) in wm2200_reset() argument 978 if (wm2200->pdata.reset) { in wm2200_reset() 979 gpio_set_value_cansleep(wm2200->pdata.reset, 0); in wm2200_reset() 980 gpio_set_value_cansleep(wm2200->pdata.reset, 1); in wm2200_reset() 984 return regmap_write(wm2200->regmap, WM2200_SOFTWARE_RESET, in wm2200_reset() 1547 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); in wm2200_probe() local 1549 wm2200 in wm2200_probe() 1689 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); wm2200_hw_params() local 1776 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); wm2200_set_sysclk() local 1925 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); wm2200_set_fll() local 2046 struct wm2200_priv *wm2200 = snd_soc_component_get_drvdata(component); wm2200_dai_probe() local 2111 struct wm2200_priv *wm2200 = data; wm2200_irq() local 2181 struct wm2200_priv *wm2200; wm2200_i2c_probe() local 2419 struct wm2200_priv *wm2200 = i2c_get_clientdata(i2c); wm2200_i2c_remove() local 2435 struct wm2200_priv *wm2200 = dev_get_drvdata(dev); wm2200_runtime_suspend() local 2449 struct wm2200_priv *wm2200 = dev_get_drvdata(dev); wm2200_runtime_resume() local [all...] |
H A D | Makefile | 317 snd-soc-wm2200-objs := wm2200.o 702 obj-$(CONFIG_SND_SOC_WM2200) += snd-soc-wm2200.o
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-crag6410-module.c | 22 #include <sound/wm2200.h> 319 { I2C_BOARD_INFO("wm2200", 0x3a),
|
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | mach-crag6410-module.c | 22 #include <sound/wm2200.h> 306 { I2C_BOARD_INFO("wm2200", 0x3a),
|
Completed in 9 milliseconds