Searched refs:__sclp_vt220_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/s390/char/ |
D | sclp_vt220.c | 404 __sclp_vt220_write(const unsigned char *buf, int count, int do_schedule, in __sclp_vt220_write() function 475 return __sclp_vt220_write(buf, count, 1, 0, 1); in sclp_vt220_write() 592 return __sclp_vt220_write(&ch, 1, 0, 0, 1); in sclp_vt220_put_char() 844 __sclp_vt220_write((const unsigned char *) buf, count, 1, 1, 0); in sclp_vt220_con_write()
|