Searched defs:put_chars (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/hvc/
H A Dhvc_console.h68 int (*put_chars)(uint32_t vtermno, const char *buf, int count); member in struct:hv_ops
/drivers/char/
H A Dvirtio_console.c51 * that callbacks from hvc for get_chars(), put_chars() work properly
353 * This condition can be true when put_chars is called from
1120 * The put_chars() callback is pretty straightforward.
1127 static int put_chars(u32 vtermno, const char *buf, int count) function
1207 .put_chars = put_chars,
1222 int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int)) argument
1224 early_put_chars = put_chars;
1245 * put_chars() get_chars(), notifier_add() and notifier_del()

Completed in 240 milliseconds