Home
last modified time | relevance | path

Searched refs:sclp_req (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/drivers/s390/char/
Dsclp_vt220.c44 struct sclp_req sclp_req; member
128 page = request->sclp_req.sccb; in sclp_vt220_process_queue()
157 sclp_vt220_callback(struct sclp_req *request, void *data) in sclp_vt220_callback()
167 sccb = (struct sclp_vt220_sccb *) vt220_request->sclp_req.sccb; in sclp_vt220_callback()
184 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback()
194 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback()
212 request->sclp_req.command = SCLP_CMDW_WRITE_EVENT_DATA; in __sclp_vt220_emit()
213 request->sclp_req.status = SCLP_REQ_FILLED; in __sclp_vt220_emit()
214 request->sclp_req.callback = sclp_vt220_callback; in __sclp_vt220_emit()
215 request->sclp_req.callback_data = (void *) request; in __sclp_vt220_emit()
[all …]
Dsclp.c46 static struct sclp_req sclp_read_req;
47 static struct sclp_req sclp_init_req;
61 static void sclp_suspend_req_cb(struct sclp_req *req, void *data) in sclp_suspend_req_cb()
90 static struct sclp_req sclp_suspend_req;
205 struct sclp_req *req; in __sclp_req_queue_find_next_timeout()
220 static struct sclp_req *__sclp_req_queue_remove_expired_req(void) in __sclp_req_queue_remove_expired_req()
223 struct sclp_req *req; in __sclp_req_queue_remove_expired_req()
253 struct sclp_req *req; in sclp_req_queue_timeout()
272 __sclp_start_request(struct sclp_req *req) in __sclp_start_request()
304 struct sclp_req *req; in sclp_process_queue()
[all …]
Dsclp_cpi_sys.c72 static void cpi_callback(struct sclp_req *req, void *data) in cpi_callback()
79 static struct sclp_req *cpi_prepare_req(void) in cpi_prepare_req()
81 struct sclp_req *req; in cpi_prepare_req()
85 req = kzalloc(sizeof(struct sclp_req), GFP_KERNEL); in cpi_prepare_req()
120 static void cpi_free_req(struct sclp_req *req) in cpi_free_req()
129 struct sclp_req *req; in cpi_req()
Dsclp_sdias.c53 static void sdias_callback(struct sclp_req *request, void *data) in sdias_callback()
59 static int sdias_sclp_send(struct sclp_req *req) in sdias_sclp_send()
107 struct sclp_req request; in sclp_sdias_blk_count()
166 struct sclp_req request; in sclp_sdias_copy()
Dsclp_async.c26 static struct sclp_req *request;
156 request = kzalloc(sizeof(struct sclp_req), GFP_KERNEL); in sclp_async_init()
Dsclp.h196 struct sclp_req { struct
203 void (*callback)(struct sclp_req *, void *data); argument
244 int sclp_add_request(struct sclp_req *req);
Dsclp_pci.c102 static void sclp_pci_callback(struct sclp_req *req, void *data) in sclp_pci_callback()
128 struct sclp_req req; in sclp_pci_report()
Dsclp_ftp.c35 static void sclp_ftp_txcb(struct sclp_req *req, void *data) in sclp_ftp_txcb()
89 struct sclp_req *req; in sclp_ftp_et7()
Dsclp_rw.h67 struct sclp_req request;
Dsclp_cmd.c33 static void sclp_sync_callback(struct sclp_req *req, void *data) in sclp_sync_callback()
48 struct sclp_req *request; in sclp_sync_request_timeout()
Dsclp_rw.c382 sclp_writedata_callback(struct sclp_req *request, void *data) in sclp_writedata_callback()