Searched refs:stream_index (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/staging/media/atomisp/pci/ | 
| D | atomisp_compat.h | 222 				       unsigned short stream_index, bool enable);225 				       unsigned short stream_index, bool enable);
 256 				      unsigned int stream_index,
 262 				       unsigned int stream_index,
 269     unsigned int stream_index,
 276     unsigned int stream_index,
 281     unsigned int stream_index,
 324     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()  local1483 		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()
 2228 			       unsigned int stream_index,  in __configure_output()  argument
 2236 		    &asd->stream_env[stream_index];  in __configure_output()
 2260 	unsigned int stream_index,  in __configure_video_preview_output()  argument
 2268 		    &asd->stream_env[stream_index];  in __configure_video_preview_output()
 [all …]
 
 | 
| D | atomisp_cmd.c | 4805 					u16 stream_index, struct atomisp_input_stream_info *stream_info)  in __atomisp_update_stream_env()  argument4810 	asd->stream_env[stream_index].ch_id = stream_info->ch_id;  in __atomisp_update_stream_env()
 4811 	asd->stream_env[stream_index].isys_configs = stream_info->isys_configs;  in __atomisp_update_stream_env()
 4813 		asd->stream_env[stream_index].isys_info[i].input_format =  in __atomisp_update_stream_env()
 4815 		asd->stream_env[stream_index].isys_info[i].width =  in __atomisp_update_stream_env()
 4817 		asd->stream_env[stream_index].isys_info[i].height =  in __atomisp_update_stream_env()
 4822 static void __atomisp_init_stream_info(u16 stream_index,  in __atomisp_init_stream_info()  argument
 4828 	stream_info->stream = stream_index;  in __atomisp_init_stream_info()
 4856 	u16 stream_index;  in atomisp_try_fmt()  local
 4863 	stream_index = atomisp_source_pad_to_stream_id(asd, source_pad);  in atomisp_try_fmt()
 [all …]
 
 | 
| /Linux-v5.15/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.15/drivers/net/wireless/marvell/ | 
| D | mwl8k.c | 3821 	u8 bitmap = 0, stream_index;  in mwl8k_watchdog_ba_events()  local3840 			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()
 
 |