Lines Matching refs:con3270
41 struct con3270 { struct
64 static struct con3270 *condev; argument
77 static void con3270_set_timer(struct con3270 *cp, int expires) in con3270_set_timer()
91 con3270_update_status(struct con3270 *cp) in con3270_update_status()
102 con3270_create_status(struct con3270 *cp) in con3270_create_status()
126 con3270_update_string(struct con3270 *cp, struct string *s, int nr) in con3270_update_string()
143 con3270_rebuild_update(struct con3270 *cp) in con3270_rebuild_update()
169 con3270_alloc_string(struct con3270 *cp, size_t size) in con3270_alloc_string()
201 xchg(&((struct con3270 *) rq->view)->write, rq); in con3270_write_callback()
210 struct con3270 *cp = from_timer(cp, t, timer); in con3270_update()
297 struct con3270 *cp; in con3270_read_tasklet()
301 cp = (struct con3270 *) rrq->view; in con3270_read_tasklet()
361 tasklet_schedule(&((struct con3270 *) rq->view)->readlet); in con3270_read_callback()
368 con3270_issue_read(struct con3270 *cp) in con3270_issue_read()
393 struct con3270 *cp; in con3270_activate()
395 cp = (struct con3270 *) view; in con3270_activate()
404 struct con3270 *cp; in con3270_deactivate()
406 cp = (struct con3270 *) view; in con3270_deactivate()
411 con3270_irq(struct con3270 *cp, struct raw3270_request *rq, struct irb *irb) in con3270_irq()
438 con3270_cline_add(struct con3270 *cp) in con3270_cline_add()
449 con3270_cline_insert(struct con3270 *cp, unsigned char c) in con3270_cline_insert()
460 con3270_cline_end(struct con3270 *cp) in con3270_cline_end()
493 struct con3270 *cp; in con3270_write()
526 con3270_wait_write(struct con3270 *cp) in con3270_wait_write()
541 struct con3270 *cp; in con3270_flush()
583 static struct console con3270 = { variable
614 condev = kzalloc(sizeof(struct con3270), GFP_KERNEL | GFP_DMA); in con3270_init()
645 register_console(&con3270); in con3270_init()