Searched refs:tty_resize (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/hvc/
H A Dhvc_console.h62 struct work_struct tty_resize; member in struct:hvc_struct
H A Dhvc_console.c384 cancel_work_sync(&hp->tty_resize);
413 cancel_work_sync(&hp->tty_resize);
527 hp = container_of(work, struct hvc_struct, tty_resize);
704 schedule_work(&hp->tty_resize);
847 INIT_WORK(&hp->tty_resize, hvc_set_winsz);

Completed in 111 milliseconds