Searched refs:tty3270_input_size (Results 1 – 1 of 1) sorted by relevance
202 static int tty3270_input_size(int cols) in tty3270_input_size() function691 len = tty3270_input_size(tp->view.cols) - 6 - rrq->rescnt; in tty3270_read_tasklet()757 raw3270_request_set_data(rrq, tp->input, tty3270_input_size(tp->view.cols)); in tty3270_issue_read()925 lines[i] = kcalloc(1, tty3270_input_size(cols) + 1, GFP_KERNEL); in tty3270_alloc_recall()985 new_input = kzalloc(tty3270_input_size(new_cols), GFP_KERNEL | GFP_DMA); in tty3270_resize()988 new_prompt = kzalloc(tty3270_input_size(new_cols), GFP_KERNEL); in tty3270_resize()1128 tp->input = kzalloc(tty3270_input_size(tp->view.cols), GFP_KERNEL | GFP_DMA); in tty3270_create_view()1134 tp->prompt = kzalloc(tty3270_input_size(tp->view.cols), GFP_KERNEL); in tty3270_create_view()