Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/char/
H A Dsclp_early_core.c156 int sclp_early_set_event_mask(struct init_sccb *sccb, in sclp_early_set_event_mask()
180 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb) in sclp_early_con_check_linemode()
189 unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb) in sclp_early_con_check_vt220()
199 struct init_sccb *sccb; in sclp_early_setup()
202 BUILD_BUG_ON(sizeof(struct init_sccb) > PAGE_SIZE); in sclp_early_setup()
205 sccb = (struct init_sccb *) sclp_early_sccb; in sclp_early_setup()
H A Dsclp.h89 struct init_sccb { struct
306 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb);
307 unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb);
308 int sclp_early_set_event_mask(struct init_sccb *sccb,
H A Dsclp.c67 static struct init_sccb *sclp_init_sccb;
943 struct init_sccb *sccb = sclp_init_sccb; in __sclp_make_init_req()
971 struct init_sccb *sccb = sclp_init_sccb; in sclp_init_mask()
1136 struct init_sccb *sccb; in sclp_check_interface()
1150 sccb = (struct init_sccb *) sclp_init_req.sccb; in sclp_check_interface()
H A Dsclp_early.c156 static void __init sclp_early_console_detect(struct init_sccb *sccb) in sclp_early_console_detect()