Searched refs:raw3270_request_alloc (Results 1 – 4 of 4) sorted by relevance
254 rq = raw3270_request_alloc(0); in fs3270_read()298 rq = raw3270_request_alloc(0); in fs3270_write()377 fp->init = raw3270_request_alloc(0); in fs3270_alloc_view()
34 struct raw3270_request *raw3270_request_alloc(size_t size);
835 tp->write = raw3270_request_alloc(TTY3270_OUTPUT_BUFFER_SIZE); in tty3270_alloc_view()838 tp->read = raw3270_request_alloc(0); in tty3270_alloc_view()841 tp->kreset = raw3270_request_alloc(1); in tty3270_alloc_view()844 tp->readpartreq = raw3270_request_alloc(sizeof(sfq_read_partition)); in tty3270_alloc_view()
142 struct raw3270_request *raw3270_request_alloc(size_t size) in raw3270_request_alloc() function171 EXPORT_SYMBOL(raw3270_request_alloc);