Home
last modified time | relevance | path

Searched refs:raw3270_request_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/s390/char/
H A Dfs3270.c254 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()
H A Draw3270.h34 struct raw3270_request *raw3270_request_alloc(size_t size);
H A Dcon3270.c836 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()
H A Draw3270.c143 struct raw3270_request *raw3270_request_alloc(size_t size) in raw3270_request_alloc() function
172 EXPORT_SYMBOL(raw3270_request_alloc);