Home
last modified time | relevance | path

Searched refs:CX18_MAX_STREAMS (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-driver.h86 #define CX18_MAX_STREAMS 7 macro
244 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */
597 int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */
598 int stream_buf_size[CX18_MAX_STREAMS]; /* Stream buffer size */
599 struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */
H A Dcx18-streams.c376 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_setup()
387 if (type == CX18_MAX_STREAMS) in cx18_streams_setup()
470 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_register()
491 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_cleanup()
950 for (i = CX18_MAX_STREAMS - 1; i >= 0; i--) { in cx18_stop_all_captures()
1015 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_find_handle()
1032 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_handle_to_stream()
H A Dcx18-scb.h260 struct cx18_mdl_ack cpu_mdl_ack[CX18_MAX_STREAMS][CX18_MAX_MDL_ACKS];
H A Dcx18-driver.c554 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_process_options()
1245 for (i = 0; i < CX18_MAX_STREAMS; i++) in cx18_cancel_out_work_orders()
H A Dcx18-ioctl.c1037 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_log_status()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-driver.h85 #define CX18_MAX_STREAMS 7 macro
243 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */
597 int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */
598 int stream_buf_size[CX18_MAX_STREAMS]; /* Stream buffer size */
599 struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */
H A Dcx18-streams.c388 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_setup()
399 if (type == CX18_MAX_STREAMS) in cx18_streams_setup()
482 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_register()
503 for (type = 0; type < CX18_MAX_STREAMS; type++) { in cx18_streams_cleanup()
962 for (i = CX18_MAX_STREAMS - 1; i >= 0; i--) { in cx18_stop_all_captures()
1027 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_find_handle()
1044 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_handle_to_stream()
H A Dcx18-scb.h260 struct cx18_mdl_ack cpu_mdl_ack[CX18_MAX_STREAMS][CX18_MAX_MDL_ACKS];
H A Dcx18-driver.c553 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_process_options()
1244 for (i = 0; i < CX18_MAX_STREAMS; i++) in cx18_cancel_out_work_orders()
H A Dcx18-ioctl.c959 for (i = 0; i < CX18_MAX_STREAMS; i++) { in cx18_log_status()

Completed in 14 milliseconds