Searched refs:isys_stream (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dvirtual_isys.c155 ia_css_isys_stream_h isys_stream,
160 if (!isys_stream_descr || !isys_stream ||
167 /*Reset isys_stream to 0*/
168 memset(isys_stream, 0, sizeof(*isys_stream));
169 isys_stream->enable_metadata = isys_stream_descr->metadata.enable;
170 isys_stream->id = isys_stream_id;
172 isys_stream->linked_isys_stream_id = isys_stream_descr->linked_isys_stream_id;
174 &isys_stream->input_port);
179 &isys_stream
153 ia_css_isys_stream_create( ia_css_isys_descr_t *isys_stream_descr, ia_css_isys_stream_h isys_stream, uint32_t isys_stream_id) argument
201 ia_css_isys_stream_destroy( ia_css_isys_stream_h isys_stream) argument
212 ia_css_isys_stream_calculate_cfg( ia_css_isys_stream_h isys_stream, ia_css_isys_descr_t *isys_stream_descr, ia_css_isys_stream_cfg_t *isys_stream_cfg) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/interface/
H A Dia_css_isys.h114 ia_css_isys_stream_h isys_stream,
118 ia_css_isys_stream_h isys_stream);
121 ia_css_isys_stream_h isys_stream,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat.h131 int isys_stream);
136 int isys_stream);
141 int isys_stream);
146 int isys_stream);
H A Datomisp_compat_css20.c1444 int isys_stream)
1449 if (isys_stream >= IA_CSS_STREAM_MAX_ISYS_STREAM_PER_CH)
1452 s_config->isys_config[isys_stream].input_res.width = ffmt->width;
1453 s_config->isys_config[isys_stream].input_res.height = ffmt->height;
1489 int isys_stream)
1494 s_config->isys_config[isys_stream].linked_isys_stream_id = link;
1500 int isys_stream)
1505 s_config->isys_config[isys_stream].valid = valid;
1511 int isys_stream)
1516 s_config->isys_config[isys_stream]
1441 atomisp_css_isys_set_resolution(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, struct v4l2_mbus_framefmt *ffmt, int isys_stream) argument
1486 atomisp_css_isys_set_link(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, int link, int isys_stream) argument
1497 atomisp_css_isys_set_valid(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, bool valid, int isys_stream) argument
1508 atomisp_css_isys_set_format(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum atomisp_input_format format, int isys_stream) argument
[all...]
H A Dsh_css.c8316 ia_css_isys_stream_h isys_stream = local
8318 if (stream->config.isys_config[i].valid && isys_stream->valid)
8319 ia_css_isys_stream_destroy(isys_stream);

Completed in 142 milliseconds