Home
last modified time | relevance | path

Searched defs:ioq (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/staging/crystalhd/
Dcrystalhd_misc.c501 enum BC_STATUS crystalhd_dioq_add(struct crystalhd_dioq *ioq, void *data, in crystalhd_dioq_add()
543 void *crystalhd_dioq_fetch(struct crystalhd_dioq *ioq) in crystalhd_dioq_fetch()
581 void *crystalhd_dioq_find_and_fetch(struct crystalhd_dioq *ioq, uint32_t tag) in crystalhd_dioq_find_and_fetch()
626 void *crystalhd_dioq_fetch_wait(struct crystalhd_dioq *ioq, uint32_t to_secs, in crystalhd_dioq_fetch_wait()
/linux-3.3/drivers/char/pcmcia/
Dcm4000_cs.c115 wait_queue_head_t ioq; /* if IO is locked, wait on this Q */ member