Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/char/
Dsclp_early_core.c154 int sclp_early_set_event_mask(struct init_sccb *sccb, in sclp_early_set_event_mask()
178 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb) in sclp_early_con_check_linemode()
187 unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb) in sclp_early_con_check_vt220()
197 struct init_sccb *sccb; in sclp_early_setup()
200 BUILD_BUG_ON(sizeof(struct init_sccb) > PAGE_SIZE); in sclp_early_setup()
203 sccb = (struct init_sccb *) sclp_early_sccb; in sclp_early_setup()
Dsclp.h94 struct init_sccb { struct
316 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb);
317 unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb);
318 int sclp_early_set_event_mask(struct init_sccb *sccb,
Dsclp.c67 static struct init_sccb *sclp_init_sccb;
949 struct init_sccb *sccb = sclp_init_sccb; in __sclp_make_init_req()
977 struct init_sccb *sccb = sclp_init_sccb; in sclp_init_mask()
1142 struct init_sccb *sccb; in sclp_check_interface()
1156 sccb = (struct init_sccb *) sclp_init_req.sccb; in sclp_check_interface()
Dsclp_early.c152 static void __init sclp_early_console_detect(struct init_sccb *sccb) in sclp_early_console_detect()