Searched refs:raw3270_notifier (Results 1 – 4 of 4) sorted by relevance
193 struct raw3270_notifier { struct199 int raw3270_register_notifier(struct raw3270_notifier *); argument200 void raw3270_unregister_notifier(struct raw3270_notifier *);
1098 static LIST_HEAD(raw3270_notifier);1100 int raw3270_register_notifier(struct raw3270_notifier *notifier) in raw3270_register_notifier()1105 list_add_tail(¬ifier->list, &raw3270_notifier); in raw3270_register_notifier()1112 void raw3270_unregister_notifier(struct raw3270_notifier *notifier) in raw3270_unregister_notifier()1129 struct raw3270_notifier *np; in raw3270_set_online()1141 list_for_each_entry(np, &raw3270_notifier, list) in raw3270_set_online()1160 struct raw3270_notifier *np; in raw3270_remove()1192 list_for_each_entry(np, &raw3270_notifier, list) in raw3270_remove()
540 static struct raw3270_notifier fs3270_notifier =
1917 static struct raw3270_notifier tty3270_notifier =