Lines Matching defs:raw3270

25 #include "raw3270.h"
36 struct raw3270 {
62 /* raw3270->state */
69 /* raw3270->flags */
74 /* Semaphore to protect global data of raw3270 (devices, views, etc). */
97 static void __raw3270_disconnect(struct raw3270 *rp);
113 static inline int raw3270_state_ready(struct raw3270 *rp)
118 void raw3270_buffer_address(struct raw3270 *rp, char *cp, int x, int y)
244 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view,
265 struct raw3270 *rp = view->dev;
273 struct raw3270 *rp;
307 struct raw3270 *rp;
323 struct raw3270 *rp;
338 struct raw3270 *rp;
444 static void raw3270_size_device_vm(struct raw3270 *rp)
493 static void raw3270_size_device(struct raw3270 *rp, char *init_data)
533 struct raw3270 *rp = container_of(work, struct raw3270, resize_work);
554 static void raw3270_size_device_done(struct raw3270 *rp)
563 struct raw3270 *rp = rq->view->dev;
570 static void raw3270_read_modified(struct raw3270 *rp)
587 static void raw3270_writesf_readpart(struct raw3270 *rp)
610 struct raw3270 *rp = rq->view->dev;
626 static int __raw3270_reset_device(struct raw3270 *rp)
646 static int raw3270_reset_device(struct raw3270 *rp)
659 struct raw3270 *rp;
673 static void __raw3270_disconnect(struct raw3270 *rp)
697 struct raw3270 *rp;
721 static int raw3270_setup_device(struct ccw_device *cdev, struct raw3270 *rp,
725 struct raw3270 *tmp;
728 memset(rp, 0, sizeof(struct raw3270));
763 tmp = list_entry(l, struct raw3270, list);
789 static inline int raw3270_state_final(struct raw3270 *rp)
798 struct raw3270 __init *raw3270_setup_console(void)
802 struct raw3270 *rp;
835 void raw3270_wait_cons_dev(struct raw3270 *rp)
849 static struct raw3270 *raw3270_create_device(struct ccw_device *cdev)
851 struct raw3270 *rp;
880 struct raw3270 *rp = view->dev;
889 static int raw3270_assign_activate_view(struct raw3270 *rp, struct raw3270_view *view)
895 static int __raw3270_activate_view(struct raw3270 *rp, struct raw3270_view *view)
939 struct raw3270 *rp;
959 struct raw3270 *rp;
992 struct raw3270 *rp;
1027 struct raw3270 *rp;
1058 struct raw3270 *rp;
1089 static void raw3270_delete_device(struct raw3270 *rp)
1107 /* Now free raw3270 structure. */
1124 ((struct raw3270 *)dev_get_drvdata(dev))->model);
1132 ((struct raw3270 *)dev_get_drvdata(dev))->rows);
1141 ((struct raw3270 *)dev_get_drvdata(dev))->cols);
1156 static int raw3270_create_attributes(struct raw3270 *rp)
1168 struct raw3270 *rp;
1181 struct raw3270 *rp;
1197 struct raw3270 *rp;
1224 struct raw3270 *rp;
1273 struct raw3270 *rp;
1312 struct raw3270 *rp;