Home
last modified time | relevance | path

Searched refs:stream_count (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/sound/pci/mixart/
Dmixart_core.h164 u32 stream_count; member
185 u32 stream_count; member
232 u32 stream_count; /* set to 1 for instance */ member
269 u32 stream_count; member
408 u32 stream_count; /* set to 1 (array size !) */ member
Dmixart.c220 int stream_count; in snd_mixart_add_ref_pipe() local
231 stream_count = MIXART_CAPTURE_STREAMS; in snd_mixart_add_ref_pipe()
239 stream_count = MIXART_PLAYBACK_STREAMS; in snd_mixart_add_ref_pipe()
243 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe()
267 buf->sgroup_req.stream_count = stream_count; in snd_mixart_add_ref_pipe()
272 for (i=0; i<stream_count; i++) { in snd_mixart_add_ref_pipe()
311 pipe->stream_count = buf->sgroup_resp.stream_count; in snd_mixart_add_ref_pipe()
367 pipe->stream_count = 0; in snd_mixart_kill_ref_pipe()
384 stream_state_req.stream_count = 1; in mixart_set_stream_state()
558 stream_param.stream_count = 1; /* set to 1 */ in mixart_set_format()
Dmixart.h164 int stream_count; member
Dmixart_core.c463 for(i=0; i<notify->stream_count; i++) { in snd_mixart_interrupt()
/linux-3.4.99/drivers/media/
Dmedia-entity.c228 entity->stream_count++; in media_entity_pipeline_start()
259 entity->stream_count--; in media_entity_pipeline_stop()
260 if (entity->stream_count == 0) in media_entity_pipeline_stop()
441 (source->stream_count || sink->stream_count)) in __media_entity_setup_link()
/linux-3.4.99/sound/pci/pcxhr/
Dpcxhr_hwdep.c175 int stream_count, audio_count; in pcxhr_dsp_allocate_pipe() local
180 stream_count = 1; in pcxhr_dsp_allocate_pipe()
186 stream_count = PCXHR_PLAYBACK_STREAMS; in pcxhr_dsp_allocate_pipe()
196 audio_count, stream_count); in pcxhr_dsp_allocate_pipe()
/linux-3.4.99/include/media/
Dmedia-entity.h77 int stream_count; /* Stream count for the entity. */ member
/linux-3.4.99/Documentation/
Dmedia-framework.txt352 media_entity stream_count field to find out if an entity is streaming. This