Searched defs:wm8994 (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/linux/mfd/wm8994/ | 
| D | core.h | 53 struct wm8994 {  struct54 	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-v5.4/sound/soc/codecs/ | 
| D | wm8958-dsp2.c | 42 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_dsp2_fw()  local194 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_dsp_start_mbc()  local
 238 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_dsp_start_vss()  local
 299 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_dsp_start_enh_eq()  local
 330 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_dsp_apply()  local
 438 static int wm8958_dsp2_busy(struct wm8994_priv *wm8994, int aif)  in wm8958_dsp2_busy()
 457 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_put_mbc_enum()  local
 479 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_get_mbc_enum()  local
 501 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_mbc_get()  local
 513 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_mbc_put()  local
 [all …]
 
 | 
| D | wm8994.c | 107 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8958_micd_set_rate()  local158 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in configure_aif_clock()  local
 212 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in configure_clock()  local
 320 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8994_set_drc()  local
 357 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8994_put_drc_enum()  local
 380 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8994_get_drc_enum()  local
 392 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8994_set_retune_mobile()  local
 464 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8994_put_retune_mobile_enum()  local
 487 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm8994_get_retune_mobile_enum()  local
 746 	struct wm8994_priv *wm8994 = snd_soc_component_get_drvdata(component);  in wm1811_jackdet_set_mode()  local
 [all …]
 
 | 
| D | wm8994.h | 75 	struct wm8994 *wm8994;  member
 | 
| /Linux-v5.4/drivers/gpio/ | 
| D | gpio-wm8994.c | 26 	struct wm8994 *wm8994;  member33 	struct wm8994 *wm8994 = wm8994_gpio->wm8994;  in wm8994_gpio_request()  local
 56 	struct wm8994 *wm8994 = wm8994_gpio->wm8994;  in wm8994_gpio_direction_in()  local
 65 	struct wm8994 *wm8994 = wm8994_gpio->wm8994;  in wm8994_gpio_get()  local
 82 	struct wm8994 *wm8994 = wm8994_gpio->wm8994;  in wm8994_gpio_direction_out()  local
 94 	struct wm8994 *wm8994 = wm8994_gpio->wm8994;  in wm8994_gpio_set()  local
 106 	struct wm8994 *wm8994 = wm8994_gpio->wm8994;  in wm8994_gpio_set_config()  local
 126 	struct wm8994 *wm8994 = wm8994_gpio->wm8994;  in wm8994_gpio_to_irq()  local
 190 	struct wm8994 *wm8994 = wm8994_gpio->wm8994;  in wm8994_gpio_dbg_show()  local
 263 	struct wm8994 *wm8994 = dev_get_drvdata(pdev->dev.parent);  in wm8994_gpio_probe()  local
 
 | 
| /Linux-v5.4/drivers/mfd/ | 
| D | wm8994-core.c | 116 	struct wm8994 *wm8994 = dev_get_drvdata(dev);  in wm8994_suspend()  local181 	struct wm8994 *wm8994 = dev_get_drvdata(dev);  in wm8994_resume()  local
 263 static int wm8994_set_pdata_from_of(struct wm8994 *wm8994)  in wm8994_set_pdata_from_of()
 306 static int wm8994_set_pdata_from_of(struct wm8994 *wm8994)  in wm8994_set_pdata_from_of()
 315 static int wm8994_device_init(struct wm8994 *wm8994, int irq)  in wm8994_device_init()
 604 static void wm8994_device_exit(struct wm8994 *wm8994)  in wm8994_device_exit()
 625 	struct wm8994 *wm8994;  in wm8994_i2c_probe()  local
 657 	struct wm8994 *wm8994 = i2c_get_clientdata(i2c);  in wm8994_i2c_remove()  local
 
 | 
| D | wm8994-irq.c | 154 	struct wm8994 *wm8994 = data;  in wm8994_edge_irq()  local165 	struct wm8994 *wm8994 = h->host_data;  in wm8994_edge_irq_map()  local
 180 int wm8994_irq_init(struct wm8994 *wm8994)  in wm8994_irq_init()
 255 void wm8994_irq_exit(struct wm8994 *wm8994)  in wm8994_irq_exit()
 
 | 
| D | wm8994-regmap.c | 1194 	struct wm8994 *wm8994 = dev_get_drvdata(dev);  in wm1811_volatile_register()  local
 | 
| /Linux-v5.4/drivers/regulator/ | 
| D | wm8994-regulator.c | 26 	struct wm8994 *wm8994;  member122 	struct wm8994 *wm8994 = dev_get_drvdata(pdev->dev.parent);  in wm8994_ldo_probe()  local
 
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | exynos5250-smdk5250.dts | 291 	wm8994: wm8994@1a {  label
 |