Home
last modified time | relevance | path

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

/drivers/s390/char/
Dsclp_vt220.c43 struct sclp_req sclp_req; member
127 page = request->sclp_req.sccb; in sclp_vt220_process_queue()
156 sclp_vt220_callback(struct sclp_req *request, void *data) in sclp_vt220_callback()
166 sccb = (struct sclp_vt220_sccb *) vt220_request->sclp_req.sccb; in sclp_vt220_callback()
183 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback()
193 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback()
211 request->sclp_req.command = SCLP_CMDW_WRITE_EVENT_DATA; in __sclp_vt220_emit()
212 request->sclp_req.status = SCLP_REQ_FILLED; in __sclp_vt220_emit()
213 request->sclp_req.callback = sclp_vt220_callback; in __sclp_vt220_emit()
214 request->sclp_req.callback_data = (void *) request; in __sclp_vt220_emit()
[all …]
Dsclp.c45 static struct sclp_req sclp_read_req;
46 static struct sclp_req sclp_init_req;
60 static void sclp_suspend_req_cb(struct sclp_req *req, void *data) in sclp_suspend_req_cb()
89 static struct sclp_req sclp_suspend_req;
228 struct sclp_req *req; in __sclp_req_queue_find_next_timeout()
243 static struct sclp_req *__sclp_req_queue_remove_expired_req(void) in __sclp_req_queue_remove_expired_req()
246 struct sclp_req *req; in __sclp_req_queue_remove_expired_req()
276 struct sclp_req *req; in sclp_req_queue_timeout()
295 __sclp_start_request(struct sclp_req *req) in __sclp_start_request()
327 struct sclp_req *req; in sclp_process_queue()
[all …]
Dsclp_cpi_sys.c71 static void cpi_callback(struct sclp_req *req, void *data) in cpi_callback()
78 static struct sclp_req *cpi_prepare_req(void) in cpi_prepare_req()
80 struct sclp_req *req; in cpi_prepare_req()
84 req = kzalloc(sizeof(struct sclp_req), GFP_KERNEL); in cpi_prepare_req()
119 static void cpi_free_req(struct sclp_req *req) in cpi_free_req()
128 struct sclp_req *req; in cpi_req()
Dsclp_sdias.c52 static void sdias_callback(struct sclp_req *request, void *data) in sdias_callback()
58 static int sdias_sclp_send(struct sclp_req *req) in sdias_sclp_send()
106 struct sclp_req request; in sclp_sdias_blk_count()
165 struct sclp_req request; in sclp_sdias_copy()
Dsclp.h129 struct sclp_req { struct
136 void (*callback)(struct sclp_req *, void *data); argument
177 int sclp_add_request(struct sclp_req *req);
Dsclp_pci.c101 static void sclp_pci_callback(struct sclp_req *req, void *data) in sclp_pci_callback()
127 struct sclp_req req; in sclp_pci_report()
Dsclp_async.c25 static struct sclp_req *request;
179 request = kzalloc(sizeof(struct sclp_req), GFP_KERNEL); in sclp_async_init()
Dsclp_ftp.c34 static void sclp_ftp_txcb(struct sclp_req *req, void *data) in sclp_ftp_txcb()
88 struct sclp_req *req; in sclp_ftp_et7()
Dsclp_rw.h66 struct sclp_req request;
Dsclp_cmd.c32 static void sclp_sync_callback(struct sclp_req *req, void *data) in sclp_sync_callback()
47 struct sclp_req *request; in sclp_sync_request_timeout()
Dsclp_rw.c381 sclp_writedata_callback(struct sclp_req *request, void *data) in sclp_writedata_callback()