Home
last modified time | relevance | path

Searched refs:hvc_opal_hvsi_put_chars (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/tty/hvc/
Dhvc_opal.c71 static int hvc_opal_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_opal_hvsi_put_chars() function
144 .put_chars = hvc_opal_hvsi_put_chars,
283 count = hvc_opal_hvsi_put_chars(termno, &c, 1); in udbg_opal_putc()