Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/hvc/
Dhvc_console.c113 static int __hvc_flush(const struct hv_ops *ops, uint32_t vtermno, bool wait) in __hvc_flush() function
125 return __hvc_flush(ops, vtermno, false); in hvc_console_flush()
133 return __hvc_flush(hp->ops, hp->vtermno, true); in hvc_flush()