Home
last modified time | relevance | path

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

/drivers/isdn/act2000/
Dact2000.h170 struct work_struct poll_tq; /* Task struct for polled rcv bh */ member
196 schedule_work(&card->poll_tq); in act2000_schedule_poll()
Dmodule.c216 container_of(work, struct act2000_card, poll_tq); in act2000_receive()
236 act2000_receive(&card->poll_tq); in act2000_poll()
588 INIT_WORK(&card->poll_tq, act2000_receive); in act2000_alloccard()