Searched refs:sclp_make_buffer (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_rw.h | 84 struct sclp_buffer *sclp_make_buffer(void *, unsigned short, unsigned short);
|
H A D | sclp_con.c | 188 sclp_conbuf = sclp_make_buffer(page, SCLP_CON_COLUMNS, in sclp_console_write()
|
H A D | sclp_rw.c | 41 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer() function
|
H A D | sclp_tty.c | 196 sclp_ttybuf = sclp_make_buffer(page, SCLP_TTY_COLUMNS, in sclp_tty_write_string()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_rw.h | 84 struct sclp_buffer *sclp_make_buffer(void *, unsigned short, unsigned short);
|
H A D | sclp_con.c | 192 sclp_conbuf = sclp_make_buffer(page, sclp_con_columns, in sclp_console_write()
|
H A D | sclp_rw.c | 48 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer() function
|
H A D | sclp_tty.c | 197 sclp_ttybuf = sclp_make_buffer(page, sclp_tty_columns, in sclp_tty_write_string()
|
Completed in 4 milliseconds