Home
last modified time | relevance | path

Searched refs:CX18_MAX_STREAMS (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/media/video/cx18/
Dcx18-streams.c221 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_setup()
232 if (type == CX18_MAX_STREAMS) in cx18_streams_setup()
316 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_register()
337 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_cleanup()
782 for (i = CX18_MAX_STREAMS - 1; i >= 0; i--) { in cx18_stop_all_captures()
850 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_find_handle()
867 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_handle_to_stream()
Dcx18-driver.h99 #define CX18_MAX_STREAMS 7 macro
257 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */
590 int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */
591 int stream_buf_size[CX18_MAX_STREAMS]; /* Stream buffer size */
592 struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */
Dcx18-scb.h274 struct cx18_mdl_ack cpu_mdl_ack[CX18_MAX_STREAMS][CX18_MAX_MDL_ACKS];
Dcx18-driver.c552 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_process_options()
1238 for (i = 0; i < CX18_MAX_STREAMS; i++) in cx18_cancel_out_work_orders()
Dcx18-ioctl.c988 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_log_status()