Home
last modified time | relevance | path

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

/drivers/staging/media/ipu7/
A Dipu7-isys.h31 #define IPU_ISYS_MAX_STREAMS 16U macro
87 struct ipu7_isys_stream streams[IPU_ISYS_MAX_STREAMS];
88 int streams_ref_count[IPU_ISYS_MAX_STREAMS];
A Dipu7-isys-video.c675 for (i = 0; i < IPU_ISYS_MAX_STREAMS; i++) { in ipu7_isys_put_stream()
701 for (i = 0; i < IPU_ISYS_MAX_STREAMS; i++) { in ipu7_isys_get_stream()
711 for (i = 0; i < IPU_ISYS_MAX_STREAMS; i++) { in ipu7_isys_get_stream()
735 if (stream_handle >= IPU_ISYS_MAX_STREAMS) { in ipu7_isys_query_stream_by_handle()
768 for (i = 0; i < IPU_ISYS_MAX_STREAMS; i++) { in ipu7_isys_query_stream_by_source()
A Dipu7-isys.c100 for (i = 0; i < IPU_ISYS_MAX_STREAMS; i++) { in isys_stream_init()
579 for (int i = 0; i < IPU_ISYS_MAX_STREAMS; i++) in isys_remove()
782 for (unsigned int i = 0; i < IPU_ISYS_MAX_STREAMS; i++) in isys_probe()
937 if (resp->stream_id >= IPU_ISYS_MAX_STREAMS) { in isys_isr_one()
A Dipu7-fw-isys.c123 IPU_ISYS_MAX_STREAMS; in ipu7_fw_isys_init()

Completed in 11 milliseconds