Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_early_core.c153 int sclp_early_set_event_mask(struct init_sccb *sccb, in sclp_early_set_event_mask()
177 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb) in sclp_early_con_check_linemode()
186 unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb) in sclp_early_con_check_vt220()
196 struct init_sccb *sccb; in sclp_early_setup()
199 BUILD_BUG_ON(sizeof(struct init_sccb) > PAGE_SIZE); in sclp_early_setup()
202 sccb = (struct init_sccb *) sclp_early_sccb; in sclp_early_setup()
Dsclp.h102 struct init_sccb { struct
326 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb);
327 unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb);
328 int sclp_early_set_event_mask(struct init_sccb *sccb,
Dsclp.c49 static struct init_sccb *sclp_init_sccb;
756 struct init_sccb *sccb = sclp_init_sccb; in __sclp_make_init_req()
784 struct init_sccb *sccb = sclp_init_sccb; in sclp_init_mask()
949 struct init_sccb *sccb; in sclp_check_interface()
963 sccb = (struct init_sccb *) sclp_init_req.sccb; in sclp_check_interface()
Dsclp_early.c136 static void __init sclp_early_console_detect(struct init_sccb *sccb) in sclp_early_console_detect()