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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Ducb1400_ts.c240 ucb->ts_task = NULL;
272 BUG_ON(ucb->ts_task);
274 ucb->ts_task = kthread_run(ucb1400_ts_thread, ucb, "UCB1400_ts");
275 if (IS_ERR(ucb->ts_task)) {
276 ret = PTR_ERR(ucb->ts_task);
277 ucb->ts_task = NULL;
287 if (ucb->ts_task)
288 kthread_stop(ucb->ts_task);
436 if (ucb->ts_task) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ducb1400.h99 struct task_struct *ts_task; member in struct:ucb1400_ts

Completed in 113 milliseconds