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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/act2000/
H A Dact2000.h170 struct work_struct poll_tq; /* Task struct for polled rcv bh */ member in struct:act2000_card
196 schedule_work(&card->poll_tq);
H A Dmodule.c216 container_of(work, struct act2000_card, poll_tq);
236 act2000_receive(&card->poll_tq);
588 INIT_WORK(&card->poll_tq, act2000_receive);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/act2000/
H A Dact2000.h170 struct work_struct poll_tq; /* Task struct for polled rcv bh */ member in struct:act2000_card
196 schedule_work(&card->poll_tq);
H A Dmodule.c216 container_of(work, struct act2000_card, poll_tq);
236 act2000_receive(&card->poll_tq);
588 INIT_WORK(&card->poll_tq, act2000_receive);

Completed in 58 milliseconds