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

/linux-master/drivers/tty/hvc/
H A Dhvc_console.h87 extern void __hvc_resize(struct hvc_struct *hp, struct winsize ws);
94 __hvc_resize(hp, ws);
H A Dhvc_console.c769 * __hvc_resize() - Update terminal window size information.
778 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) function
783 EXPORT_SYMBOL_GPL(__hvc_resize); variable
H A Dhvc_iucv.c283 __hvc_resize(priv->hvc, *((struct winsize *) rb->mbuf->data));

Completed in 130 milliseconds