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

/drivers/tty/hvc/
H A Dhvc_console.h70 int (*put_chars)(uint32_t vtermno, const char *buf, int count); member in struct:hv_ops
/drivers/char/
H A Dvirtio_console.c45 * that callbacks from hvc for get_chars(), put_chars() work properly
329 * This condition can be true when put_chars is called from
866 * The put_chars() callback is pretty straightforward.
873 static int put_chars(u32 vtermno, const char *buf, int count) function
948 .put_chars = put_chars,
963 int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int)) argument
965 early_put_chars = put_chars;
986 * put_chars() get_chars(), notifier_add() and notifier_del()

Completed in 181 milliseconds