Searched refs:have_vt220 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_early_core.c | 194 static int sclp_early_setup(int disable, int *have_linemode, int *have_vt220) in sclp_early_setup() argument 202 *have_linemode = *have_vt220 = 0; in sclp_early_setup() 210 *have_vt220 = !!(sccb_get_send_mask(sccb) & EVTYP_VT220MSG_MASK); in sclp_early_setup() 225 int have_linemode, have_vt220; in __sclp_early_printk() local 229 if (sclp_early_setup(0, &have_linemode, &have_vt220) != 0) in __sclp_early_printk() 233 if (have_vt220) in __sclp_early_printk() 235 sclp_early_setup(1, &have_linemode, &have_vt220); in __sclp_early_printk() 253 int have_linemode, have_vt220; in sclp_emergency_printk() local 261 sclp_early_setup(0, &have_linemode, &have_vt220); in sclp_emergency_printk() 264 sclp_early_setup(1, &have_linemode, &have_vt220); in sclp_emergency_printk()
|