Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.h95 #define CX18_MAX_STREAMS 7 macro
253 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */
606 int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */
607 int stream_buf_size[CX18_MAX_STREAMS]; /* Stream buffer size */
608 struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */
Dcx18-streams.c385 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_setup()
396 if (type == CX18_MAX_STREAMS) in cx18_streams_setup()
478 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_register()
499 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_cleanup()
958 for (i = CX18_MAX_STREAMS - 1; i >= 0; i--) { in cx18_stop_all_captures()
1023 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_find_handle()
1040 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_handle_to_stream()
Dcx18-scb.h269 struct cx18_mdl_ack cpu_mdl_ack[CX18_MAX_STREAMS][CX18_MAX_MDL_ACKS];
Dcx18-driver.c563 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_process_options()
1254 for (i = 0; i < CX18_MAX_STREAMS; i++) in cx18_cancel_out_work_orders()
Dcx18-ioctl.c1038 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_log_status()