init_sccb
struct init_sccb *sccb;
sccb = (struct init_sccb *) sclp_init_req.sccb;
static struct init_sccb *sclp_init_sccb;
struct init_sccb *sccb = sclp_init_sccb;
struct init_sccb *sccb = sclp_init_sccb;
unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb);
unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb);
int sclp_early_set_event_mask(struct init_sccb *sccb,
static void __init sclp_early_console_detect(struct init_sccb *sccb)
int sclp_early_set_event_mask(struct init_sccb *sccb,
unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb)
unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb)
struct init_sccb *sccb;
BUILD_BUG_ON(sizeof(struct init_sccb) > PAGE_SIZE);
sccb = (struct init_sccb *) sclp_early_sccb;