Lines Matching refs:j
707 int i, j, err; in pcxhr_trigger_tasklet() local
723 for (j = 0; j < chip->nb_streams_capt; j++) { in pcxhr_trigger_tasklet()
724 if (pcxhr_stream_scheduled_get_pipe(&chip->capture_stream[j], &pipe)) in pcxhr_trigger_tasklet()
727 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_trigger_tasklet()
728 if (pcxhr_stream_scheduled_get_pipe(&chip->playback_stream[j], &pipe)) { in pcxhr_trigger_tasklet()
760 for (j = 0; j < chip->nb_streams_capt; j++) { in pcxhr_trigger_tasklet()
761 stream = &chip->capture_stream[j]; in pcxhr_trigger_tasklet()
767 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_trigger_tasklet()
768 stream = &chip->playback_stream[j]; in pcxhr_trigger_tasklet()
779 for (j = 0; j < chip->nb_streams_capt; j++) { in pcxhr_trigger_tasklet()
780 stream = &chip->capture_stream[j]; in pcxhr_trigger_tasklet()
784 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_trigger_tasklet()
785 stream = &chip->playback_stream[j]; in pcxhr_trigger_tasklet()
808 for(j = 0; j < chip->nb_streams_capt; j++) { in pcxhr_trigger_tasklet()
809 stream = &chip->capture_stream[j]; in pcxhr_trigger_tasklet()
813 for (j = 0; j < chip->nb_streams_play; j++) { in pcxhr_trigger_tasklet()
814 stream = &chip->playback_stream[j]; in pcxhr_trigger_tasklet()