Home
last modified time | relevance | path

Searched refs:mfd_pdata (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/soc/codecs/
H A Dwm9705.c28 struct wm97xx_platform_data *mfd_pdata; member
321 if (wm9705->mfd_pdata) { in wm9705_soc_probe()
322 wm9705->ac97 = wm9705->mfd_pdata->ac97; in wm9705_soc_probe()
323 regmap = wm9705->mfd_pdata->regmap; in wm9705_soc_probe()
351 if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS) && !wm9705->mfd_pdata) { in wm9705_soc_remove()
381 wm9705->mfd_pdata = dev_get_platdata(&pdev->dev); in wm9705_probe()
H A Dwm9712.c32 struct wm97xx_platform_data *mfd_pdata; member
634 if (wm9712->mfd_pdata) { in wm9712_soc_probe()
635 wm9712->ac97 = wm9712->mfd_pdata->ac97; in wm9712_soc_probe()
636 regmap = wm9712->mfd_pdata->regmap; in wm9712_soc_probe()
670 if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS) && !wm9712->mfd_pdata) { in wm9712_soc_remove()
703 wm9712->mfd_pdata = dev_get_platdata(&pdev->dev); in wm9712_probe()
H A Dwm9713.c40 struct wm97xx_platform_data *mfd_pdata; member
1206 if (wm9713->mfd_pdata) { in wm9713_soc_probe()
1207 wm9713->ac97 = wm9713->mfd_pdata->ac97; in wm9713_soc_probe()
1208 regmap = wm9713->mfd_pdata->regmap; in wm9713_soc_probe()
1235 if (IS_ENABLED(CONFIG_SND_SOC_AC97_BUS) && !wm9713->mfd_pdata) { in wm9713_soc_remove()
1268 wm9713->mfd_pdata = dev_get_platdata(&pdev->dev); in wm9713_probe()
/linux-6.15/drivers/input/touchscreen/
H A Dwm97xx-core.c734 struct wm97xx_platform_data *mfd_pdata = dev_get_platdata(&pdev->dev); in wm97xx_mfd_probe() local
742 wm->ac97 = mfd_pdata->ac97; in wm97xx_mfd_probe()
748 ret = wm97xx_add_battery(wm, mfd_pdata->batt_pdata); in wm97xx_mfd_probe()