Searched refs:IVTV_MAX_STREAMS (Results 1 – 4 of 4) sorted by relevance
77 if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >= IVTV_MAX_STREAMS || in ivtv_pio_work_handler()657 if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >= IVTV_MAX_STREAMS) { in ivtv_irq_enc_pio_complete()705 itv->cur_dma_stream >= 0 && itv->cur_dma_stream < IVTV_MAX_STREAMS) { in ivtv_irq_dma_err()1032 for (i = 0; i < IVTV_MAX_STREAMS; i++) { in ivtv_irq_handler()1033 int idx = (i + itv->irq_rr_idx) % IVTV_MAX_STREAMS; in ivtv_irq_handler()1045 if (i == IVTV_MAX_STREAMS && in ivtv_irq_handler()1052 for (i = 0; i < IVTV_MAX_STREAMS; i++) { in ivtv_irq_handler()1053 int idx = (i + itv->irq_rr_idx) % IVTV_MAX_STREAMS; in ivtv_irq_handler()
93 #define IVTV_MAX_STREAMS 9 macro191 int kilobytes[IVTV_MAX_STREAMS]; /* size in kilobytes of each stream */668 int stream_buf_size[IVTV_MAX_STREAMS]; /* stream buffer size */669 struct ivtv_stream streams[IVTV_MAX_STREAMS]; /* stream data */
257 for (type = 0; type < IVTV_MAX_STREAMS; type++) { in ivtv_streams_setup()269 if (type == IVTV_MAX_STREAMS) in ivtv_streams_setup()333 for (type = 0; type < IVTV_MAX_STREAMS; type++) in ivtv_streams_register()350 for (type = 0; type < IVTV_MAX_STREAMS; type++) { in ivtv_streams_cleanup()765 for (i = IVTV_MAX_STREAMS - 1; i >= 0; i--) { in ivtv_stop_all_captures()
1589 for (i = 0; i < IVTV_MAX_STREAMS; i++) { in ivtv_log_status()