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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dserio.c170 static struct task_struct *serio_task; variable in typeref:struct:task_struct
1006 serio_task = kthread_run(serio_thread, NULL, "kseriod");
1007 if (IS_ERR(serio_task)) {
1009 error = PTR_ERR(serio_task);
1020 kthread_stop(serio_task);

Completed in 59 milliseconds