Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/char/
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);
Dfs3270.c31 static struct raw3270_fn fs3270_fn;
412 static struct raw3270_fn fs3270_fn = {
Draw3270.c718 static struct raw3270_fn raw3270_init_fn = {
992 int raw3270_add_view(struct raw3270_view *view, struct raw3270_fn *fn, in raw3270_add_view()
1029 struct raw3270_view *raw3270_find_view(struct raw3270_fn *fn, int minor) in raw3270_find_view()
Dcon3270.c43 static struct raw3270_fn tty3270_fn;
1085 static struct raw3270_fn tty3270_fn = {