Searched refs:acc_startup (Results 1 – 7 of 7) sorted by relevance
310 if (wm->mach_ops->acc_startup && in wm9705_acc_enable()311 (ret = wm->mach_ops->acc_startup(wm)) < 0) in wm9705_acc_enable()
423 if (wm->mach_ops->acc_startup) { in wm9712_acc_enable()424 ret = wm->mach_ops->acc_startup(wm); in wm9712_acc_enable()
435 if (wm->mach_ops->acc_startup && in wm9713_acc_enable()436 (ret = wm->mach_ops->acc_startup(wm)) < 0) in wm9713_acc_enable()
180 .acc_startup = wm97xx_acc_startup,
277 .acc_startup = wm97xx_acc_startup,
329 .acc_startup = atmel_wm97xx_acc_startup,
256 int (*acc_startup) (struct wm97xx *); member