Searched refs:tty3270_input_size (Results 1 – 1 of 1) sorted by relevance
201 static int tty3270_input_size(int cols) in tty3270_input_size() function690 len = tty3270_input_size(tp->view.cols) - 6 - rrq->rescnt; in tty3270_read_tasklet()756 raw3270_request_set_data(rrq, tp->input, tty3270_input_size(tp->view.cols)); in tty3270_issue_read()924 lines[i] = kcalloc(1, tty3270_input_size(cols) + 1, GFP_KERNEL); in tty3270_alloc_recall()984 new_input = kzalloc(tty3270_input_size(new_cols), GFP_KERNEL | GFP_DMA); in tty3270_resize()987 new_prompt = kzalloc(tty3270_input_size(new_cols), GFP_KERNEL); in tty3270_resize()1127 tp->input = kzalloc(tty3270_input_size(tp->view.cols), GFP_KERNEL | GFP_DMA); in tty3270_create_view()1133 tp->prompt = kzalloc(tty3270_input_size(tp->view.cols), GFP_KERNEL); in tty3270_create_view()