Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_console.h87 extern void __hvc_resize(struct hvc_struct *hp, struct winsize ws);
94 __hvc_resize(hp, ws); in hvc_resize()
H A Dhvc_console.c778 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize() function
783 EXPORT_SYMBOL_GPL(__hvc_resize);
H A Dhvc_iucv.c283 __hvc_resize(priv->hvc, *((struct winsize *) rb->mbuf->data)); in hvc_iucv_write()