Home
last modified time | relevance | path

Searched refs:raw3270_fn (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Draw3270.h53 struct raw3270_fn { struct
80 struct raw3270_fn *fn; argument
86 int raw3270_add_view(struct raw3270_view *view, struct raw3270_fn *fn, int minor, int subclass);
91 struct raw3270_view *raw3270_find_view(struct raw3270_fn *fn, int minor);
H A Dfs3270.c31 static struct raw3270_fn fs3270_fn;
412 static struct raw3270_fn fs3270_fn = {
H A Draw3270.c714 static struct raw3270_fn raw3270_init_fn = {
988 int raw3270_add_view(struct raw3270_view *view, struct raw3270_fn *fn, in raw3270_add_view()
1025 struct raw3270_view *raw3270_find_view(struct raw3270_fn *fn, int minor) in raw3270_find_view()
H A Dcon3270.c43 static struct raw3270_fn tty3270_fn;
1085 static struct raw3270_fn tty3270_fn = {