Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/char/
Dsclp_vt220.c48 struct sclp_vt220_sccb { struct
55 sizeof(struct sclp_vt220_sccb)) argument
159 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback()
166 sccb = (struct sclp_vt220_sccb *) vt220_request->sclp_req.sccb; in sclp_vt220_callback()
227 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current()
231 sccb = (struct sclp_vt220_sccb *) in sclp_vt220_emit_current()
234 if (sccb->header.length != sizeof(struct sclp_vt220_sccb)) { in sclp_vt220_emit_current()
268 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page()
276 sccb = (struct sclp_vt220_sccb *) page; in sclp_vt220_initialize_page()
277 memset((void *) sccb, 0, sizeof(struct sclp_vt220_sccb)); in sclp_vt220_initialize_page()
[all …]