Searched defs:wm8994 (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/mfd/wm8994/ |
| H A D | core.h | 53 struct wm8994 { struct 54 struct wm8994_pdata pdata; argument 56 enum wm8994_type type; argument 57 int revision; 58 int cust_id; 82 static inline int wm8994_reg_read(struct wm8994 *wm8994, unsigned short reg) in wm8994_reg_read() 95 static inline int wm8994_reg_write(struct wm8994 *wm8994, unsigned short reg, in wm8994_reg_write() 101 static inline int wm8994_bulk_read(struct wm8994 *wm8994, unsigned short reg, in wm8994_bulk_read() 107 static inline int wm8994_bulk_write(struct wm8994 *wm8994, unsigned short reg, in wm8994_bulk_write() 113 static inline int wm8994_set_bits(struct wm8994 *wm8994, unsigned short reg, in wm8994_set_bits() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | wm8958-dsp2.c | 44 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); in wm8958_dsp2_fw() local 190 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_dsp_start_mbc() local 234 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_dsp_start_vss() local 295 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_dsp_start_enh_eq() local 326 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_dsp_apply() local 438 wm8958_dsp2_busy(struct wm8994_priv * wm8994,int aif) wm8958_dsp2_busy() argument 457 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_put_mbc_enum() local 479 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_get_mbc_enum() local 501 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_mbc_get() local 513 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_mbc_put() local 547 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_put_vss_enum() local 569 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_get_vss_enum() local 580 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_put_vss_hpf_enum() local 602 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_get_vss_hpf_enum() local 624 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_vss_get() local 636 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_vss_put() local 685 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_hpf_get() local 700 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_hpf_put() local 747 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_put_enh_eq_enum() local 769 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_get_enh_eq_enum() local 791 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_enh_eq_get() local 803 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_enh_eq_put() local 864 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_enh_eq_loaded() local 876 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_mbc_vss_loaded() local 888 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_mbc_loaded() local 899 struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component); wm8958_dsp2_init() local [all...] |
| /linux/drivers/mfd/ |
| H A D | wm8994-core.c | 114 struct wm8994 *wm8994 = dev_get_drvdata(dev); in wm8994_suspend() local 179 struct wm8994 *wm8994 = dev_get_drvdata(dev); in wm8994_resume() local 260 static int wm8994_set_pdata_from_of(struct wm8994 *wm8994) in wm8994_set_pdata_from_of() 294 static int wm8994_set_pdata_from_of(struct wm8994 *wm8994) in wm8994_set_pdata_from_of() 303 static int wm8994_device_init(struct wm8994 *wm8994, int irq) in wm8994_device_init() 593 static void wm8994_device_exit(struct wm8994 *wm8994) in wm8994_device_exit() 614 struct wm8994 *wm8994; in wm8994_i2c_probe() local 640 struct wm8994 *wm8994 = i2c_get_clientdata(i2c); in wm8994_i2c_remove() local
|
| H A D | wm8994-irq.c | 154 struct wm8994 *wm8994 = data; in wm8994_edge_irq() local 165 struct wm8994 *wm8994 = h->host_data; in wm8994_edge_irq_map() local 180 int wm8994_irq_init(struct wm8994 *wm8994) in wm8994_irq_init() 253 void wm8994_irq_exit(struct wm8994 *wm8994) in wm8994_irq_exit()
|
| H A D | wm8994-regmap.c | 1194 struct wm8994 *wm8994 = dev_get_drvdata(dev); in wm1811_volatile_register() local
|
| /linux/drivers/regulator/ |
| H A D | wm8994-regulator.c | 26 struct wm8994 *wm8994; member 151 struct wm8994 *wm8994 = dev_get_drvdata(pdev->dev.parent); in wm8994_ldo_probe() local
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | s5pv210-aries.dtsi | 116 wm8994: audio-codec@1a { label
|