Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvcs.c236 static struct task_struct *hvcs_task; variable
499 wake_up_process(hvcs_task); in hvcs_kick()
1465 if (hvcs_task) { in hvcs_initialize()
1525 hvcs_task = kthread_run(khvcsd, NULL, "khvcsd"); in hvcs_initialize()
1526 if (IS_ERR(hvcs_task)) { in hvcs_initialize()
1574 if (!hvcs_task) in hvcs_module_exit()
1581 kthread_stop(hvcs_task); in hvcs_module_exit()