Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/crystalhd/
Dcrystalhd_misc.h183 extern void *crystalhd_dioq_fetch_wait(struct crystalhd_dioq *ioq, uint32_t to_secs, uint32_t *sig_…
Dcrystalhd_misc.c626 void *crystalhd_dioq_fetch_wait(struct crystalhd_dioq *ioq, uint32_t to_secs, in crystalhd_dioq_fetch_wait() argument
633 if (!ioq || (ioq->sig != BC_LINK_DIOQ_SIG) || !to_secs || !sig_pend) { in crystalhd_dioq_fetch_wait()
638 count = to_secs; in crystalhd_dioq_fetch_wait()