Searched refs:crystalhd_wait_on_event (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/crystalhd/ |
D | crystalhd_misc.h | 142 #define crystalhd_wait_on_event(ev, condition, timeout, ret, nosig) \ macro
|
D | crystalhd_cmds.c | 404 crystalhd_wait_on_event(&sleep_ev, 0, 100, rc, 0); in bc_cproc_codein_sleep() 452 crystalhd_wait_on_event(&event, (dio->uinfo.ev_sts), 3000, rc, 0); in bc_cproc_hw_txdma()
|
D | crystalhd_misc.c | 643 crystalhd_wait_on_event(&ioq->event, (ioq->count > 0), 1000, rc, 0); in crystalhd_dioq_fetch_wait()
|
D | crystalhd_hw.c | 1758 crystalhd_wait_on_event(&fw_cmd_event, hw->fwcmd_evt_sts, 20000, rc, 0); in crystalhd_do_fw_cmd()
|