Home
last modified time | relevance | path

Searched refs:mtd_notifier (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/mtd/
Dmtdcore.c29 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()
Dmtdchar.c20 static struct mtd_notifier notifier = {
Dmtdblock.c39 static struct mtd_notifier notifier = {
Dnftlcore.c1051 static struct mtd_notifier nftl_notifier = {
Dftl.c192 static struct mtd_notifier ftl_notifier = {
/linux-2.4.37.9/include/linux/mtd/
Dmtd.h250 struct mtd_notifier { struct
253 struct mtd_notifier *next; argument
257 extern void register_mtd_user (struct mtd_notifier *new);
258 extern int unregister_mtd_user (struct mtd_notifier *old);