Searched refs:streams_ref_count (Results 1 – 2 of 2) sorted by relevance
670 if (stream->isys->streams_ref_count[i] > 0) in ipu7_isys_put_stream()671 stream->isys->streams_ref_count[i]--; in ipu7_isys_put_stream()695 if (isys->streams_ref_count[i] && isys->streams[i].vc == vc && in ipu7_isys_get_stream()697 isys->streams_ref_count[i]++; in ipu7_isys_get_stream()705 if (!isys->streams_ref_count[i]) { in ipu7_isys_get_stream()706 isys->streams_ref_count[i]++; in ipu7_isys_get_stream()735 if (isys->streams_ref_count[stream_handle] > 0) { in ipu7_isys_query_stream_by_handle()736 isys->streams_ref_count[stream_handle]++; in ipu7_isys_query_stream_by_handle()762 if (!isys->streams_ref_count[i]) in ipu7_isys_query_stream_by_source()768 isys->streams_ref_count[i]++; in ipu7_isys_query_stream_by_source()
88 int streams_ref_count[IPU_ISYS_MAX_STREAMS]; member