Searched refs:hvc_iucv_get_chars (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_iucv.c | 283 * is the case when called from hvc_iucv_get_chars() */ in hvc_iucv_write() 303 * hvc_iucv_get_chars() - HVC get_chars operation. 316 static int hvc_iucv_get_chars(uint32_t vtermno, char *buf, int count) in hvc_iucv_get_chars() function 570 * 2. Later, when the HVC thread calls hvc_iucv_get_chars(), the 898 * processing (by hvc_iucv_get_chars() / hvc_iucv_write()). 1046 .get_chars = hvc_iucv_get_chars,
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_iucv.c | 282 * is the case when called from hvc_iucv_get_chars() */ in hvc_iucv_write() 302 * hvc_iucv_get_chars() - HVC get_chars operation. 315 static int hvc_iucv_get_chars(uint32_t vtermno, char *buf, int count) in hvc_iucv_get_chars() function 567 * 2. Later, when the HVC thread calls hvc_iucv_get_chars(), the 895 * processing (by hvc_iucv_get_chars() / hvc_iucv_write()). 1012 .get_chars = hvc_iucv_get_chars,
|
Completed in 5 milliseconds