Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-driver.h100 #define CX18_MAX_STREAMS 7 macro
258 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */
611 int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */
612 int stream_buf_size[CX18_MAX_STREAMS]; /* Stream buffer size */
613 struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */
Dcx18-streams.c392 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_setup()
403 if (type == CX18_MAX_STREAMS) in cx18_streams_setup()
486 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_register()
507 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_cleanup()
966 for (i = CX18_MAX_STREAMS - 1; i >= 0; i--) { in cx18_stop_all_captures()
1031 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_find_handle()
1048 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_handle_to_stream()
Dcx18-scb.h274 struct cx18_mdl_ack cpu_mdl_ack[CX18_MAX_STREAMS][CX18_MAX_MDL_ACKS];
Dcx18-driver.c568 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_process_options()
1268 for (i = 0; i < CX18_MAX_STREAMS; i++) in cx18_cancel_out_work_orders()
Dcx18-ioctl.c1043 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_log_status()