init_sccb          49 drivers/s390/char/sclp.c static struct init_sccb *sclp_init_sccb;
init_sccb         756 drivers/s390/char/sclp.c 	struct init_sccb *sccb = sclp_init_sccb;
init_sccb         784 drivers/s390/char/sclp.c 	struct init_sccb *sccb = sclp_init_sccb;
init_sccb         949 drivers/s390/char/sclp.c 	struct init_sccb *sccb;
init_sccb         963 drivers/s390/char/sclp.c 		sccb = (struct init_sccb *) sclp_init_req.sccb;
init_sccb         328 drivers/s390/char/sclp.h unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb);
init_sccb         329 drivers/s390/char/sclp.h unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb);
init_sccb         330 drivers/s390/char/sclp.h int sclp_early_set_event_mask(struct init_sccb *sccb,
init_sccb         135 drivers/s390/char/sclp_early.c static void __init sclp_early_console_detect(struct init_sccb *sccb)
init_sccb         153 drivers/s390/char/sclp_early_core.c int sclp_early_set_event_mask(struct init_sccb *sccb,
init_sccb         177 drivers/s390/char/sclp_early_core.c unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb)
init_sccb         186 drivers/s390/char/sclp_early_core.c unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb)
init_sccb         196 drivers/s390/char/sclp_early_core.c 	struct init_sccb *sccb;
init_sccb         199 drivers/s390/char/sclp_early_core.c 	BUILD_BUG_ON(sizeof(struct init_sccb) > PAGE_SIZE);
init_sccb         202 drivers/s390/char/sclp_early_core.c 	sccb = (struct init_sccb *) sclp_early_sccb;