Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/char/
Dsclp_early_core.c149 int sclp_early_set_event_mask(struct init_sccb *sccb, in sclp_early_set_event_mask()
173 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb) in sclp_early_con_check_linemode()
182 unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb) in sclp_early_con_check_vt220()
192 struct init_sccb *sccb; in sclp_early_setup()
195 BUILD_BUG_ON(sizeof(struct init_sccb) > PAGE_SIZE); in sclp_early_setup()
198 sccb = (struct init_sccb *) &sclp_early_sccb; in sclp_early_setup()
Dsclp.h99 struct init_sccb { struct
273 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb);
274 unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb);
275 int sclp_early_set_event_mask(struct init_sccb *sccb,
Dsclp.c756 struct init_sccb *sccb; in __sclp_make_init_req()
758 sccb = (struct init_sccb *) sclp_init_sccb; in __sclp_make_init_req()
785 struct init_sccb *sccb = (struct init_sccb *) sclp_init_sccb; in sclp_init_mask()
950 struct init_sccb *sccb; in sclp_check_interface()
964 sccb = (struct init_sccb *) sclp_init_req.sccb; in sclp_check_interface()
Dsclp_early.c247 static void __init sclp_early_console_detect(struct init_sccb *sccb) in sclp_early_console_detect()