Lines Matching defs:hdsp_fifo_wait
600 static int hdsp_fifo_wait(struct hdsp *hdsp, int count, int timeout);
719 if (hdsp_fifo_wait (hdsp, 0, HDSP_LONG_WAIT)) {
730 if (hdsp_fifo_wait (hdsp, 127, HDSP_LONG_WAIT)) {
738 hdsp_fifo_wait(hdsp, 3, HDSP_LONG_WAIT);
771 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0) {
778 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0)
783 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) == 0) {
792 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) == 0)
798 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0)
851 static int hdsp_fifo_wait(struct hdsp *hdsp, int count, int timeout)
934 if (hdsp_fifo_wait(hdsp, 127, HDSP_LONG_WAIT))
4943 if (hdsp_fifo_wait (hdsp, 0, 100)) {