Searched refs:acc_shutdown (Results 1 – 5 of 5) sorted by relevance
320 if (wm->mach_ops->acc_shutdown) in wm9705_acc_enable()321 wm->mach_ops->acc_shutdown(wm); in wm9705_acc_enable()
450 if (wm->mach_ops->acc_shutdown) in wm9713_acc_enable()451 wm->mach_ops->acc_shutdown(wm); in wm9713_acc_enable()
441 if (wm->mach_ops->acc_shutdown) in wm9712_acc_enable()442 wm->mach_ops->acc_shutdown(wm); in wm9712_acc_enable()
244 .acc_shutdown = wm97xx_acc_shutdown,
255 void (*acc_shutdown) (struct wm97xx *); member