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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.h223 struct work_struct tqueue_input; member in struct:_i2ChanStr
H A Di2lib.c261 INIT_WORK(&pCh->tqueue_input, do_input);
1471 schedule_work(&pCh->tqueue_input);
1473 do_input(&pCh->tqueue_input);
H A Dip2main.c1303 i2ChanStrPtr pCh = container_of(work, i2ChanStr, tqueue_input);

Completed in 168 milliseconds