Searched refs:__sclp_vt220_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_vt220.c | 399 __sclp_vt220_write(const unsigned char *buf, int count, int do_schedule, in __sclp_vt220_write() function 468 return __sclp_vt220_write(buf, count, 1, 0, 1); in sclp_vt220_write() 584 return __sclp_vt220_write(&ch, 1, 0, 0, 1); in sclp_vt220_put_char() 775 __sclp_vt220_write((const unsigned char *) buf, count, 1, 1, 0); in sclp_vt220_con_write()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_vt220.c | 405 __sclp_vt220_write(const unsigned char *buf, int count, int do_schedule, in __sclp_vt220_write() function 474 return __sclp_vt220_write(buf, count, 1, 0, 1); in sclp_vt220_write() 591 return __sclp_vt220_write(&ch, 1, 0, 0, 1); in sclp_vt220_put_char() 843 __sclp_vt220_write((const unsigned char *) buf, count, 1, 1, 0); in sclp_vt220_con_write()
|
Completed in 4 milliseconds