Searched refs:raw3270_notifier (Results 1 – 4 of 4) sorted by relevance
122 struct raw3270_notifier { struct128 int raw3270_register_notifier(struct raw3270_notifier *notifier); argument129 void raw3270_unregister_notifier(struct raw3270_notifier *notifier);
1170 static LIST_HEAD(raw3270_notifier);1172 int raw3270_register_notifier(struct raw3270_notifier *notifier) in raw3270_register_notifier()1177 list_add_tail(¬ifier->list, &raw3270_notifier); in raw3270_register_notifier()1185 void raw3270_unregister_notifier(struct raw3270_notifier *notifier) in raw3270_unregister_notifier()1202 struct raw3270_notifier *np; in raw3270_set_online()1214 list_for_each_entry(np, &raw3270_notifier, list) in raw3270_set_online()1232 struct raw3270_notifier *np; in raw3270_remove()1264 list_for_each_entry(np, &raw3270_notifier, list) in raw3270_remove()
533 static struct raw3270_notifier fs3270_notifier = {
1997 static struct raw3270_notifier tty3270_notifier = {