Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/hvc/
Dhvc_console.c388 cancel_work_sync(&hp->tty_resize); in hvc_close()
417 cancel_work_sync(&hp->tty_resize); in hvc_hangup()
531 hp = container_of(work, struct hvc_struct, tty_resize); in hvc_set_winsz()
708 schedule_work(&hp->tty_resize); in __hvc_resize()
851 INIT_WORK(&hp->tty_resize, hvc_set_winsz); in hvc_alloc()
Dhvc_console.h62 struct work_struct tty_resize; member