Home
last modified time | relevance | path

Searched refs:stream_index (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/pci/
H A Dide.c17 static int __sel_ide_offset(u16 ide_cap, u8 nr_link_ide, u8 stream_index, in __sel_ide_offset() argument
27 return offset + stream_index * PCI_IDE_SEL_BLOCK_SIZE(nr_ide_mem); in __sel_ide_offset()
34 settings->stream_index, pdev->nr_ide_mem); in sel_ide_offset()
196 struct stream_index { struct
198 u8 stream_index; member
201 static void free_stream_index(struct stream_index *stream) in free_stream_index()
203 ida_free(stream->ida, stream->stream_index); in free_stream_index()
206 DEFINE_FREE(free_stream, struct stream_index *, if (_T) free_stream_index(_T)) in DEFINE_FREE() argument
207 static struct stream_index *alloc_stream_index(struct ida *ida, u16 max, in DEFINE_FREE()
208 struct stream_index *stream) in DEFINE_FREE()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c498 const struct dc_state *context, unsigned int stream_index) in populate_dml21_plane_config_from_plane_state() argument
501 struct dc_stream_state *stream = context->streams[stream_index]; in populate_dml21_plane_config_from_plane_state()
632 plane->stream_index = stream_index; in populate_dml21_plane_config_from_plane_state()
729 int stream_index, plane_index; in dml21_map_dc_state_into_dml_display_cfg() local
747 for (stream_index = 0; stream_index < context->stream_count; stream_index++) { in dml21_map_dc_state_into_dml_display_cfg()
748 …disp_cfg_stream_location = map_stream_to_dml21_display_cfg(dml_ctx, context->streams[stream_index]… in dml21_map_dc_state_into_dml_display_cfg()
754 …sp_cfg_stream_location].timing, context->streams[stream_index], &context->res_ctx.pipe_ctx[stream_… in dml21_map_dc_state_into_dml_display_cfg()
755 …sp_cfg_stream_location].output, context->streams[stream_index], &context->res_ctx.pipe_ctx[stream_… in dml21_map_dc_state_into_dml_display_cfg()
756 …iptors[disp_cfg_stream_location], context->streams[stream_index], &context->stream_status[stream_i… in dml21_map_dc_state_into_dml_display_cfg()
762 …apping.disp_cfg_to_stream_id[disp_cfg_stream_location] = context->streams[stream_index]->stream_id; in dml21_map_dc_state_into_dml_display_cfg()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c160 …(double)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.bpc; in get_stream_output_bpp()
161 …if (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.dsc.ena… in get_stream_output_bpp()
162 …switch (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].output.out… in get_stream_output_bpp()
177 …} else if (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.… in get_stream_output_bpp()
178 …ble)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.dsc.dsc… in get_stream_output_bpp()
183 … k, display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.dsc.ena… in get_stream_output_bpp()
435 …ble)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.pixel_c… in PixelClockAdjustmentForProgressiveToInterlaceUnit()
436 …if (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.interla… in PixelClockAdjustmentForProgressiveToInterlaceUnit()
879 …ble)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_activ… in CalculateSwathWidth()
887 … k, display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_activ… in CalculateSwathWidth()
[all …]
/linux/include/linux/
H A Dpci-ide.h48 u8 stream_index; member
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c3493 u16 stream_index, struct atomisp_input_stream_info *stream_info) in __atomisp_update_stream_env() argument
3498 asd->stream_env[stream_index].ch_id = stream_info->ch_id; in __atomisp_update_stream_env()
3499 asd->stream_env[stream_index].isys_configs = stream_info->isys_configs; in __atomisp_update_stream_env()
3501 asd->stream_env[stream_index].isys_info[i].input_format = in __atomisp_update_stream_env()
3503 asd->stream_env[stream_index].isys_info[i].width = in __atomisp_update_stream_env()
3505 asd->stream_env[stream_index].isys_info[i].height = in __atomisp_update_stream_env()
3510 static void __atomisp_init_stream_info(u16 stream_index, in __atomisp_init_stream_info() argument
3516 stream_info->stream = stream_index; in __atomisp_init_stream_info()
/linux/sound/pci/asihpi/
H A Dhpi_internal.h625 u16 stream_index; /**< outstream or instream index. */ member
H A Dhpi6000.c1744 hm.obj_index = phm->u.d.u.stream.stream_index; in hw_message()
H A Dhpifunc.c791 &hm.u.d.u.stream.stream_index)) in hpi_outstream_group_add()
1147 &hm.u.d.u.stream.stream_index)) in hpi_instream_group_add()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c3892 u8 bitmap = 0, stream_index; in mwl8k_watchdog_ba_events() local
3911 stream_index = (i + MWL8K_WMM_QUEUE_NUMBER) % in mwl8k_watchdog_ba_events()
3913 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events()
3918 mwl8k_destroy_ba(hw, stream_index); in mwl8k_watchdog_ba_events()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c11423 u32 stream_index, size = prop->size; in gaudi2_gen_wait_cb() local
11426 stream_index = prop->q_idx % 4; in gaudi2_gen_wait_cb()
11428 QM_FENCE2_OFFSET + stream_index * 4; in gaudi2_gen_wait_cb()