Home
last modified time | relevance | path

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

/drivers/s390/char/
Dsclp_vt220.c41 struct sclp_req sclp_req; member
125 page = request->sclp_req.sccb; in sclp_vt220_process_queue()
154 sclp_vt220_callback(struct sclp_req *request, void *data) in sclp_vt220_callback()
164 sccb = (struct sclp_vt220_sccb *) vt220_request->sclp_req.sccb; in sclp_vt220_callback()
181 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback()
191 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback()
209 request->sclp_req.command = SCLP_CMDW_WRITE_EVENT_DATA; in __sclp_vt220_emit()
210 request->sclp_req.status = SCLP_REQ_FILLED; in __sclp_vt220_emit()
211 request->sclp_req.callback = sclp_vt220_callback; in __sclp_vt220_emit()
212 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.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.h129 struct sclp_req { struct
136 void (*callback)(struct sclp_req *, void *data); argument
177 int sclp_add_request(struct sclp_req *req);
Dsclp_async.c25 static struct sclp_req *request;
178 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.h70 struct sclp_req request;
Dsclp_cmd.c31 static void sclp_sync_callback(struct sclp_req *req, void *data) in sclp_sync_callback()
46 struct sclp_req *request; in sclp_sync_request_timeout()
Dsclp_rw.c377 sclp_writedata_callback(struct sclp_req *request, void *data) in sclp_writedata_callback()