Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/char/
Dsclp.h34 #define EVTYP_VT220MSG 0x1A macro
49 #define EVTYP_VT220MSG_MASK SCLP_EVTYP_MASK(EVTYP_VT220MSG)
Dsclp_early_core.c150 sccb->msg.header.type = EVTYP_VT220MSG; in sclp_early_print_vt220()
Dsclp_vt220.c276 sccb->evbuf.type = EVTYP_VT220MSG; in sclp_vt220_initialize_page()
Dsclp.c121 (evbuf->type == EVTYP_MSG || evbuf->type == EVTYP_VT220MSG)) in abbrev_len()