Lines Matching full:mfd
7 #include <linux/mfd/rohm-bd70528.h>
28 struct rohm_regmap_dev *mfd; member
133 return bd70528_wdt_set(w->mfd, enable, NULL); in bd70528_wdt_set_locked()
140 bd70528_wdt_lock(w->mfd); in bd70528_wdt_change()
142 bd70528_wdt_unlock(w->mfd); in bd70528_wdt_change()
180 bd70528_wdt_lock(w->mfd); in bd70528_wdt_set_timeout()
208 bd70528_wdt_unlock(w->mfd); in bd70528_wdt_set_timeout()
233 dev_err(&pdev->dev, "No MFD driver data\n"); in bd70528_wdt_probe()
241 w->mfd = bd70528; in bd70528_wdt_probe()
259 bd70528_wdt_lock(w->mfd); in bd70528_wdt_probe()
261 bd70528_wdt_unlock(w->mfd); in bd70528_wdt_probe()