Lines Matching refs:con3270
40 struct con3270 { struct
63 static struct con3270 *condev; argument
71 static void con3270_update(struct con3270 *);
76 static void con3270_set_timer(struct con3270 *cp, int expires) in con3270_set_timer()
90 con3270_update_status(struct con3270 *cp) in con3270_update_status()
101 con3270_create_status(struct con3270 *cp) in con3270_create_status()
125 con3270_update_string(struct con3270 *cp, struct string *s, int nr) in con3270_update_string()
137 con3270_rebuild_update(struct con3270 *cp) in con3270_rebuild_update()
163 con3270_alloc_string(struct con3270 *cp, size_t size) in con3270_alloc_string()
195 xchg(&((struct con3270 *) rq->view)->write, rq); in con3270_write_callback()
202 con3270_update(struct con3270 *cp) in con3270_update()
290 struct con3270 *cp; in con3270_read_tasklet()
294 cp = (struct con3270 *) rrq->view; in con3270_read_tasklet()
354 tasklet_schedule(&((struct con3270 *) rq->view)->readlet); in con3270_read_callback()
361 con3270_issue_read(struct con3270 *cp) in con3270_issue_read()
386 struct con3270 *cp; in con3270_activate()
388 cp = (struct con3270 *) view; in con3270_activate()
397 struct con3270 *cp; in con3270_deactivate()
399 cp = (struct con3270 *) view; in con3270_deactivate()
404 con3270_irq(struct con3270 *cp, struct raw3270_request *rq, struct irb *irb) in con3270_irq()
432 con3270_cline_add(struct con3270 *cp) in con3270_cline_add()
443 con3270_cline_insert(struct con3270 *cp, unsigned char c) in con3270_cline_insert()
454 con3270_cline_end(struct con3270 *cp) in con3270_cline_end()
487 struct con3270 *cp; in con3270_write()
520 con3270_wait_write(struct con3270 *cp) in con3270_wait_write()
535 struct con3270 *cp; in con3270_flush()
577 static struct console con3270 = { variable
608 condev = kzalloc(sizeof(struct con3270), GFP_KERNEL | GFP_DMA); in con3270_init()
638 register_console(&con3270); in con3270_init()