Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_udbg.c33 struct hvc_struct *hvc_udbg_dev; variable
70 BUG_ON(hvc_udbg_dev); in hvc_udbg_init()
76 hvc_udbg_dev = hp; in hvc_udbg_init()
84 if (hvc_udbg_dev) in hvc_udbg_exit()
85 hvc_remove(hvc_udbg_dev); in hvc_udbg_exit()