Searched refs:mtd_notifier (Results 1 – 6 of 6) sorted by relevance
29 static struct mtd_notifier *mtd_notifiers = NULL;50 struct mtd_notifier *not=mtd_notifiers; in add_mtd_device()81 struct mtd_notifier *not=mtd_notifiers; in del_mtd_device()115 void register_mtd_user (struct mtd_notifier *new) in register_mtd_user()143 int unregister_mtd_user (struct mtd_notifier *old) in unregister_mtd_user()145 struct mtd_notifier **prev = &mtd_notifiers; in unregister_mtd_user()146 struct mtd_notifier *cur; in unregister_mtd_user()
20 static struct mtd_notifier notifier = {
39 static struct mtd_notifier notifier = {
1051 static struct mtd_notifier nftl_notifier = {
192 static struct mtd_notifier ftl_notifier = {
250 struct mtd_notifier { struct253 struct mtd_notifier *next; argument257 extern void register_mtd_user (struct mtd_notifier *new);258 extern int unregister_mtd_user (struct mtd_notifier *old);