Searched refs:curr_stream (Results 1 – 2 of 2) sorted by relevance
404 aspect_ratio_crop_init(struct ia_css_stream *curr_stream,9197 struct ia_css_stream *curr_stream = NULL; local9296 curr_stream = kzalloc(sizeof(struct ia_css_stream), GFP_KERNEL);9297 if (!curr_stream)9304 curr_stream->info.metadata_info = md_info;9307 curr_stream->num_pipes = num_pipes;9308 curr_stream->pipes = kcalloc(num_pipes, sizeof(struct ia_css_pipe *), GFP_KERNEL);9309 if (!curr_stream->pipes)9311 curr_stream->num_pipes = 0;9312 kfree(curr_stream);[all …]
1071 struct vidtv_psi_table_pmt_stream *curr_stream = s; in vidtv_psi_pmt_stream_destroy() local1073 while (curr_stream) { in vidtv_psi_pmt_stream_destroy()1074 tmp_stream = curr_stream; in vidtv_psi_pmt_stream_destroy()1075 curr_stream = curr_stream->next; in vidtv_psi_pmt_stream_destroy()