Searched refs:stream_index (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat.h | 224 unsigned short stream_index, bool enable); 227 unsigned short stream_index, bool enable); 258 unsigned int stream_index, 264 unsigned int stream_index, 271 unsigned int stream_index, 278 unsigned int stream_index, 283 unsigned int stream_index, 326 unsigned int stream_index,
|
D | atomisp_compat_css20.c | 1475 int stream_index = atomisp_source_pad_to_stream_id(asd, source_pad); in atomisp_css_get_grid_info() local 1483 asd->stream_env[stream_index].pipes[pipe_id], in atomisp_css_get_grid_info() 1977 unsigned short stream_index, bool enable) in atomisp_css_capture_enable_online() argument 1980 &asd->stream_env[stream_index]; in atomisp_css_capture_enable_online() 1990 unsigned short stream_index, bool enable) in atomisp_css_preview_enable_online() argument 1993 &asd->stream_env[stream_index]; in atomisp_css_preview_enable_online() 2258 unsigned int stream_index, in __configure_output() argument 2266 &asd->stream_env[stream_index]; in __configure_output() 2290 unsigned int stream_index, in __configure_video_preview_output() argument 2298 &asd->stream_env[stream_index]; in __configure_video_preview_output() [all …]
|
D | atomisp_cmd.c | 4806 u16 stream_index, struct atomisp_input_stream_info *stream_info) in __atomisp_update_stream_env() argument 4811 asd->stream_env[stream_index].ch_id = stream_info->ch_id; in __atomisp_update_stream_env() 4812 asd->stream_env[stream_index].isys_configs = stream_info->isys_configs; in __atomisp_update_stream_env() 4814 asd->stream_env[stream_index].isys_info[i].input_format = in __atomisp_update_stream_env() 4816 asd->stream_env[stream_index].isys_info[i].width = in __atomisp_update_stream_env() 4818 asd->stream_env[stream_index].isys_info[i].height = in __atomisp_update_stream_env() 4823 static void __atomisp_init_stream_info(u16 stream_index, in __atomisp_init_stream_info() argument 4829 stream_info->stream = stream_index; in __atomisp_init_stream_info() 4854 u16 stream_index; in atomisp_try_fmt() local 4861 stream_index = atomisp_source_pad_to_stream_id(asd, source_pad); in atomisp_try_fmt() [all …]
|
/Linux-v5.10/sound/pci/asihpi/ |
D | hpi_internal.h | 625 u16 stream_index; /**< outstream or instream index. */ member
|
D | hpi6000.c | 1746 hm.obj_index = phm->u.d.u.stream.stream_index; in hw_message()
|
D | hpifunc.c | 791 &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-v5.10/drivers/net/wireless/marvell/ |
D | mwl8k.c | 3816 u8 bitmap = 0, stream_index; in mwl8k_watchdog_ba_events() local 3835 stream_index = (i + MWL8K_WMM_QUEUE_NUMBER) % in mwl8k_watchdog_ba_events() 3837 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events() 3842 mwl8k_destroy_ba(hw, stream_index); in mwl8k_watchdog_ba_events()
|