Home
last modified time | relevance | path

Searched refs:IVTV_MAX_STREAMS (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/media/video/ivtv/
Divtv-irq.c49 if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >= IVTV_MAX_STREAMS || in ivtv_pio_work_handler()
605 if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >= IVTV_MAX_STREAMS) { in ivtv_irq_enc_pio_complete()
653 itv->cur_dma_stream >= 0 && itv->cur_dma_stream < IVTV_MAX_STREAMS) { in ivtv_irq_dma_err()
980 for (i = 0; i < IVTV_MAX_STREAMS; i++) { in ivtv_irq_handler()
981 int idx = (i + itv->irq_rr_idx) % IVTV_MAX_STREAMS; in ivtv_irq_handler()
993 if (i == IVTV_MAX_STREAMS && in ivtv_irq_handler()
1000 for (i = 0; i < IVTV_MAX_STREAMS; i++) { in ivtv_irq_handler()
1001 int idx = (i + itv->irq_rr_idx) % IVTV_MAX_STREAMS; in ivtv_irq_handler()
Divtv-driver.h93 #define IVTV_MAX_STREAMS 9 macro
191 int kilobytes[IVTV_MAX_STREAMS]; /* size in kilobytes of each stream */
667 int stream_buf_size[IVTV_MAX_STREAMS]; /* stream buffer size */
668 struct ivtv_stream streams[IVTV_MAX_STREAMS]; /* stream data */
Divtv-streams.c242 for (type = 0; type < IVTV_MAX_STREAMS; type++) { in ivtv_streams_setup()
254 if (type == IVTV_MAX_STREAMS) in ivtv_streams_setup()
320 for (type = 0; type < IVTV_MAX_STREAMS; type++) in ivtv_streams_register()
337 for (type = 0; type < IVTV_MAX_STREAMS; type++) { in ivtv_streams_cleanup()
755 for (i = IVTV_MAX_STREAMS - 1; i >= 0; i--) { in ivtv_stop_all_captures()
Divtv-ioctl.c1553 for (i = 0; i < IVTV_MAX_STREAMS; i++) { in ivtv_log_status()