Home
last modified time | relevance | path

Searched refs:curr_stream (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/staging/media/atomisp/pci/
Dsh_css.c400 aspect_ratio_crop_init(struct ia_css_stream *curr_stream,
9053 struct ia_css_stream *curr_stream = NULL; local
9148 curr_stream = kzalloc(sizeof(struct ia_css_stream), GFP_KERNEL);
9149 if (!curr_stream) {
9155 curr_stream->info.metadata_info = md_info;
9158 curr_stream->num_pipes = num_pipes;
9159 curr_stream->pipes = kcalloc(num_pipes, sizeof(struct ia_css_pipe *), GFP_KERNEL);
9160 if (!curr_stream->pipes) {
9161 curr_stream->num_pipes = 0;
9162 kfree(curr_stream);
[all …]
/Linux-v5.15/drivers/media/test-drivers/vidtv/
Dvidtv_psi.c1069 struct vidtv_psi_table_pmt_stream *curr_stream = s; in vidtv_psi_pmt_stream_destroy() local
1071 while (curr_stream) { in vidtv_psi_pmt_stream_destroy()
1072 tmp_stream = curr_stream; in vidtv_psi_pmt_stream_destroy()
1073 curr_stream = curr_stream->next; in vidtv_psi_pmt_stream_destroy()