Searched refs:raw3270_request_alloc (Results 1 – 4 of 4) sorted by relevance
253 rq = raw3270_request_alloc(0); in fs3270_read()297 rq = raw3270_request_alloc(0); in fs3270_write()373 fp->init = raw3270_request_alloc(0); in fs3270_alloc_view()
34 struct raw3270_request *raw3270_request_alloc(size_t size);
836 tp->write = raw3270_request_alloc(TTY3270_OUTPUT_BUFFER_SIZE); in tty3270_alloc_view()839 tp->read = raw3270_request_alloc(0); in tty3270_alloc_view()842 tp->kreset = raw3270_request_alloc(1); in tty3270_alloc_view()845 tp->readpartreq = raw3270_request_alloc(sizeof(sfq_read_partition)); in tty3270_alloc_view()
144 struct raw3270_request *raw3270_request_alloc(size_t size) in raw3270_request_alloc() function173 EXPORT_SYMBOL(raw3270_request_alloc);