Searched refs:IVTV_MAX_STREAMS (Results 1 – 4 of 4) sorted by relevance
65 if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >= IVTV_MAX_STREAMS || in ivtv_pio_work_handler()645 if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >= IVTV_MAX_STREAMS) { in ivtv_irq_enc_pio_complete()693 itv->cur_dma_stream >= 0 && itv->cur_dma_stream < IVTV_MAX_STREAMS) { in ivtv_irq_dma_err()1020 for (i = 0; i < IVTV_MAX_STREAMS; i++) { in ivtv_irq_handler()1021 int idx = (i + itv->irq_rr_idx) % IVTV_MAX_STREAMS; in ivtv_irq_handler()1033 if (i == IVTV_MAX_STREAMS && in ivtv_irq_handler()1040 for (i = 0; i < IVTV_MAX_STREAMS; i++) { in ivtv_irq_handler()1041 int idx = (i + itv->irq_rr_idx) % IVTV_MAX_STREAMS; in ivtv_irq_handler()
92 #define IVTV_MAX_STREAMS 9 macro190 int kilobytes[IVTV_MAX_STREAMS]; /* size in kilobytes of each stream */666 int stream_buf_size[IVTV_MAX_STREAMS]; /* stream buffer size */667 struct ivtv_stream streams[IVTV_MAX_STREAMS]; /* stream data */
264 for (type = 0; type < IVTV_MAX_STREAMS; type++) { in ivtv_streams_setup()276 if (type == IVTV_MAX_STREAMS) in ivtv_streams_setup()345 for (type = 0; type < IVTV_MAX_STREAMS; type++) in ivtv_streams_register()362 for (type = 0; type < IVTV_MAX_STREAMS; type++) { in ivtv_streams_cleanup()777 for (i = IVTV_MAX_STREAMS - 1; i >= 0; i--) { in ivtv_stop_all_captures()
1569 for (i = 0; i < IVTV_MAX_STREAMS; i++) { in ivtv_log_status()