Searched refs:stream_index (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat.h | 216 unsigned short stream_index, bool enable); 219 unsigned short stream_index, bool enable); 250 unsigned int stream_index, 256 unsigned int stream_index, 263 unsigned int stream_index, 270 unsigned int stream_index, 275 unsigned int stream_index, 318 unsigned int stream_index,
|
D | atomisp_compat_css20.c | 1909 unsigned short stream_index, bool enable) in atomisp_css_capture_enable_online() argument 1912 &asd->stream_env[stream_index]; in atomisp_css_capture_enable_online() 1922 unsigned short stream_index, bool enable) in atomisp_css_preview_enable_online() argument 1925 &asd->stream_env[stream_index]; in atomisp_css_preview_enable_online() 2155 unsigned int stream_index, in __configure_output() argument 2163 &asd->stream_env[stream_index]; in __configure_output() 2187 unsigned int stream_index, in __configure_video_preview_output() argument 2195 &asd->stream_env[stream_index]; in __configure_video_preview_output() 2571 unsigned int stream_index, in __get_frame_info() argument 2585 ret = ia_css_pipe_get_info(asd->stream_env[stream_index].pipes[pipe_id], in __get_frame_info() [all …]
|
D | atomisp_cmd.c | 4382 u16 stream_index, struct atomisp_input_stream_info *stream_info) in __atomisp_update_stream_env() argument 4387 asd->stream_env[stream_index].ch_id = stream_info->ch_id; in __atomisp_update_stream_env() 4388 asd->stream_env[stream_index].isys_configs = stream_info->isys_configs; in __atomisp_update_stream_env() 4390 asd->stream_env[stream_index].isys_info[i].input_format = in __atomisp_update_stream_env() 4392 asd->stream_env[stream_index].isys_info[i].width = in __atomisp_update_stream_env() 4394 asd->stream_env[stream_index].isys_info[i].height = in __atomisp_update_stream_env() 4399 static void __atomisp_init_stream_info(u16 stream_index, in __atomisp_init_stream_info() argument 4405 stream_info->stream = stream_index; in __atomisp_init_stream_info()
|
/linux-6.1.9/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-6.1.9/drivers/net/wireless/marvell/ |
D | mwl8k.c | 3821 u8 bitmap = 0, stream_index; in mwl8k_watchdog_ba_events() local 3840 stream_index = (i + MWL8K_WMM_QUEUE_NUMBER) % in mwl8k_watchdog_ba_events() 3842 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events() 3847 mwl8k_destroy_ba(hw, stream_index); in mwl8k_watchdog_ba_events()
|
/linux-6.1.9/drivers/misc/habanalabs/gaudi2/ |
D | gaudi2.c | 9692 u32 stream_index, size = prop->size; in gaudi2_gen_wait_cb() local 9695 stream_index = prop->q_idx % 4; in gaudi2_gen_wait_cb() 9697 QM_FENCE2_OFFSET + stream_index * 4; in gaudi2_gen_wait_cb()
|