Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/char/
Dsclp_vt220.c46 struct sclp_vt220_sccb { struct
53 sizeof(struct sclp_vt220_sccb)) argument
157 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback()
164 sccb = (struct sclp_vt220_sccb *) vt220_request->sclp_req.sccb; in sclp_vt220_callback()
225 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current()
229 sccb = (struct sclp_vt220_sccb *) in sclp_vt220_emit_current()
232 if (sccb->header.length != sizeof(struct sclp_vt220_sccb)) { in sclp_vt220_emit_current()
266 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page()
274 sccb = (struct sclp_vt220_sccb *) page; in sclp_vt220_initialize_page()
275 memset((void *) sccb, 0, sizeof(struct sclp_vt220_sccb)); in sclp_vt220_initialize_page()
[all …]