tty_resize        415 drivers/tty/hvc/hvc_console.c 		cancel_work_sync(&hp->tty_resize);
tty_resize        448 drivers/tty/hvc/hvc_console.c 	cancel_work_sync(&hp->tty_resize);
tty_resize        570 drivers/tty/hvc/hvc_console.c 	hp = container_of(work, struct hvc_struct, tty_resize);
tty_resize        781 drivers/tty/hvc/hvc_console.c 	schedule_work(&hp->tty_resize);
tty_resize        939 drivers/tty/hvc/hvc_console.c 	INIT_WORK(&hp->tty_resize, hvc_set_winsz);
tty_resize         48 drivers/tty/hvc/hvc_console.h 	struct work_struct tty_resize;