Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm9705.c32 struct wm97xx_platform_data *mfd_pdata; member
325 if (wm9705->mfd_pdata) { in wm9705_soc_probe()
326 wm9705->ac97 = wm9705->mfd_pdata->ac97; in wm9705_soc_probe()
327 regmap = wm9705->mfd_pdata->regmap; in wm9705_soc_probe()
356 if (!wm9705->mfd_pdata) { in wm9705_soc_remove()
388 wm9705->mfd_pdata = dev_get_platdata(&pdev->dev); in wm9705_probe()
Dwm9712.c36 struct wm97xx_platform_data *mfd_pdata; member
643 if (wm9712->mfd_pdata) { in wm9712_soc_probe()
644 wm9712->ac97 = wm9712->mfd_pdata->ac97; in wm9712_soc_probe()
645 regmap = wm9712->mfd_pdata->regmap; in wm9712_soc_probe()
678 if (!wm9712->mfd_pdata) { in wm9712_soc_remove()
713 wm9712->mfd_pdata = dev_get_platdata(&pdev->dev); in wm9712_probe()
Dwm9713.c44 struct wm97xx_platform_data *mfd_pdata; member
1214 if (wm9713->mfd_pdata) { in wm9713_soc_probe()
1215 wm9713->ac97 = wm9713->mfd_pdata->ac97; in wm9713_soc_probe()
1216 regmap = wm9713->mfd_pdata->regmap; in wm9713_soc_probe()
1244 if (!wm9713->mfd_pdata) { in wm9713_soc_remove()
1279 wm9713->mfd_pdata = dev_get_platdata(&pdev->dev); in wm9713_probe()
/Linux-v4.19/drivers/input/touchscreen/
Dwm97xx-core.c773 struct wm97xx_platform_data *mfd_pdata = dev_get_platdata(&pdev->dev); in wm97xx_mfd_probe() local
781 wm->ac97 = mfd_pdata->ac97; in wm97xx_mfd_probe()
787 ret = wm97xx_add_battery(wm, mfd_pdata->batt_pdata); in wm97xx_mfd_probe()