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