Lines Matching refs:raw3270

25 #include "raw3270.h"
38 struct raw3270 {
64 /* raw3270->state */
71 /* raw3270->flags */
76 /* Semaphore to protect global data of raw3270 (devices, views, etc). */
99 static void __raw3270_disconnect(struct raw3270 *rp);
115 static inline int raw3270_state_ready(struct raw3270 *rp)
120 void raw3270_buffer_address(struct raw3270 *rp, char *cp, int x, int y)
248 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view,
269 struct raw3270 *rp = view->dev;
277 struct raw3270 *rp;
311 struct raw3270 *rp;
327 struct raw3270 *rp;
342 struct raw3270 *rp;
448 static void raw3270_size_device_vm(struct raw3270 *rp)
497 static void raw3270_size_device(struct raw3270 *rp, char *init_data)
537 struct raw3270 *rp = container_of(work, struct raw3270, resize_work);
558 static void raw3270_size_device_done(struct raw3270 *rp)
567 struct raw3270 *rp = rq->view->dev;
574 static void raw3270_read_modified(struct raw3270 *rp)
591 static void raw3270_writesf_readpart(struct raw3270 *rp)
614 struct raw3270 *rp = rq->view->dev;
630 static int __raw3270_reset_device(struct raw3270 *rp)
650 static int raw3270_reset_device(struct raw3270 *rp)
663 struct raw3270 *rp;
677 static void __raw3270_disconnect(struct raw3270 *rp)
701 struct raw3270 *rp;
725 static int raw3270_setup_device(struct ccw_device *cdev, struct raw3270 *rp,
729 struct raw3270 *tmp;
732 memset(rp, 0, sizeof(struct raw3270));
767 tmp = list_entry(l, struct raw3270, list);
793 static inline int raw3270_state_final(struct raw3270 *rp)
802 struct raw3270 __init *raw3270_setup_console(void)
806 struct raw3270 *rp;
839 void raw3270_wait_cons_dev(struct raw3270 *rp)
853 static struct raw3270 *raw3270_create_device(struct ccw_device *cdev)
855 struct raw3270 *rp;
884 struct raw3270 *rp = view->dev;
893 static int raw3270_assign_activate_view(struct raw3270 *rp, struct raw3270_view *view)
899 static int __raw3270_activate_view(struct raw3270 *rp, struct raw3270_view *view)
943 struct raw3270 *rp;
963 struct raw3270 *rp;
996 struct raw3270 *rp;
1031 struct raw3270 *rp;
1062 struct raw3270 *rp;
1093 static void raw3270_delete_device(struct raw3270 *rp)
1111 /* Now free raw3270 structure. */
1128 ((struct raw3270 *)dev_get_drvdata(dev))->model);
1136 ((struct raw3270 *)dev_get_drvdata(dev))->rows);
1145 ((struct raw3270 *)dev_get_drvdata(dev))->cols);
1160 static int raw3270_create_attributes(struct raw3270 *rp)
1172 struct raw3270 *rp;
1185 struct raw3270 *rp;
1201 struct raw3270 *rp;
1228 struct raw3270 *rp;
1277 struct raw3270 *rp;
1316 struct raw3270 *rp;