Searched refs:stream (Results 126 - 150 of 946) sorted by relevance

1234567891011>>

/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c65 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); local
66 struct hdac_stream *hstream = hdac_stream(stream);
75 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); local
77 hdac_stream(stream)->bufsize = 0;
78 hdac_stream(stream)->period_bytes = 0;
79 hdac_stream(stream)->format_val = 0;
103 * check if the stream opened is marked as ignore_suspend by machine, if so
116 w = snd_soc_dai_get_widget(dai, substream->stream);
129 struct hdac_ext_stream *stream; local
133 hstream = snd_hdac_get_stream(bus, params->stream,
167 struct hdac_ext_stream *stream; local
209 struct hdac_ext_stream *stream; local
297 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); local
338 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); local
376 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); local
417 struct hdac_ext_stream *stream; local
465 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); local
606 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); local
1086 struct hdac_ext_stream *stream; local
[all...]
/linux-master/sound/firewire/dice/
H A Ddice-pcm.c29 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
67 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
132 struct amdtp_stream *stream; local
135 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
138 stream = &dice->tx_stream[index];
142 stream = &dice->rx_stream[index];
161 return amdtp_am824_add_pcm_hw_constraints(stream, runtime);
201 // When source of clock is not internal or any stream is reserved for
309 struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device]; local
316 amdtp_stream_pcm_prepare(stream);
323 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device]; local
338 struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device]; local
356 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device]; local
375 struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device]; local
382 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device]; local
390 struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device]; local
398 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device]; local
[all...]
/linux-master/lib/kunit/
H A Ddebugfs.c13 #include "string-stream.h"
171 struct string_stream *stream; local
180 * if there isn't a log, so only set it if the log stream was created
183 stream = alloc_string_stream(GFP_KERNEL);
184 if (IS_ERR_OR_NULL(stream))
187 string_stream_set_append_newlines(stream, true);
188 suite->log = stream;
191 stream = alloc_string_stream(GFP_KERNEL);
192 if (IS_ERR_OR_NULL(stream))
195 string_stream_set_append_newlines(stream, tru
[all...]
/linux-master/drivers/block/zram/
H A Dzcomp.c109 local_lock(&comp->stream->lock);
110 return this_cpu_ptr(comp->stream);
115 local_unlock(&comp->stream->lock);
158 zstrm = per_cpu_ptr(comp->stream, cpu);
163 pr_err("Can't allocate a compression stream\n");
172 zstrm = per_cpu_ptr(comp->stream, cpu);
181 comp->stream = alloc_percpu(struct zcomp_strm);
182 if (!comp->stream)
191 free_percpu(comp->stream);
198 free_percpu(comp->stream);
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c127 struct dc_link *link = vblank_work->stream->link;
139 amdgpu_dm_replay_enable(vblank_work->stream, true);
142 amdgpu_dm_psr_disable(vblank_work->stream);
147 (struct amdgpu_dm_connector *) vblank_work->stream->dm_stream_context;
150 amdgpu_dm_psr_enable(vblank_work->stream);
181 if (vblank_work->stream && vblank_work->stream->link) {
185 vblank_work->stream->link->replay_settings.replay_feature_enabled);
190 dc_stream_release(vblank_work->stream);
240 if (acrtc_state->stream) {
[all...]
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c26 struct pvr2_stream *stream; local
31 stream = adap->channel.stream->stream;
36 bp = pvr2_stream_get_ready_buffer(stream);
63 (pvr2_stream_get_ready_count(stream) > 0) ||
97 struct pvr2_stream *stream; local
104 if (adap->channel.stream) {
105 stream = adap->channel.stream
133 struct pvr2_stream *stream = NULL; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddm_helpers.h80 const struct dc_stream_state *stream,
103 const struct dc_stream_state *stream);
109 const struct dc_stream_state *stream);
116 const struct dc_stream_state *stream);
158 const struct dc_stream_state *stream,
164 void dm_helpers_mst_enable_stream_features(const struct dc_stream_state *stream);
/linux-master/sound/usb/misc/
H A Dua101.c210 static bool copy_playback_data(struct ua101_stream *stream, struct urb *urb, argument
217 runtime = stream->substream->runtime;
218 frame_bytes = stream->frame_bytes;
219 source = runtime->dma_area + stream->buffer_pos * frame_bytes;
220 if (stream->buffer_pos + frames <= runtime->buffer_size) {
224 frames1 = runtime->buffer_size - stream->buffer_pos;
230 stream->buffer_pos += frames;
231 if (stream->buffer_pos >= runtime->buffer_size)
232 stream->buffer_pos -= runtime->buffer_size;
233 stream
314 copy_capture_data(struct ua101_stream *stream, struct urb *urb, unsigned int frames) argument
349 struct ua101_stream *stream = &ua->capture; local
431 submit_stream_urbs(struct ua101 *ua, struct ua101_stream *stream) argument
446 kill_stream_urbs(struct ua101_stream *stream) argument
843 ua101_pcm_pointer(struct ua101 *ua, struct ua101_stream *stream) argument
1020 alloc_stream_buffers(struct ua101 *ua, struct ua101_stream *stream) argument
1059 free_stream_buffers(struct ua101 *ua, struct ua101_stream *stream) argument
1070 alloc_stream_urbs(struct ua101 *ua, struct ua101_stream *stream, void (*urb_complete)(struct urb *)) argument
1114 free_stream_urbs(struct ua101_stream *stream) argument
[all...]
/linux-master/sound/pci/au88x0/
H A Dau88x0_pcm.c170 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
194 stream_t *stream = (stream_t *) substream->runtime->private_data; local
197 if (stream != NULL) {
198 stream->substream = NULL;
199 stream->nr_ch = 0;
211 stream_t *stream = (stream_t *) (substream->runtime->private_data); local
222 if (stream != NULL)
223 vortex_adb_allocroute(chip, stream->dma,
224 stream->nr_ch, stream
272 stream_t *stream = (stream_t *) (substream->runtime->private_data); local
307 stream_t *stream = (stream_t *) substream->runtime->private_data; local
339 stream_t *stream = (stream_t *) substream->runtime->private_data; local
402 stream_t *stream = (stream_t *) substream->runtime->private_data; local
[all...]
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-video.c446 struct ipu6_isys_stream *stream = av->stream; local
463 dev_err(dev, "can't get stream format (%d)\n", ret);
470 dev_err(dev, "can't get stream crop (%d)\n", ret);
489 stream->output_pins[output_pins].pin_ready = ipu6_isys_queue_buf_ready;
490 stream->output_pins[output_pins].aq = aq;
524 struct ipu6_isys_stream *stream = av->stream; local
531 msg = ipu6_get_fw_msg_buf(stream);
535 stream_cfg = &msg->fw_msg.stream;
663 struct ipu6_isys_stream *stream = av->stream; local
688 struct ipu6_isys_stream *stream = av->stream; local
717 struct ipu6_isys_stream *stream = av->stream; local
845 ipu6_isys_put_stream(struct ipu6_isys_stream *stream) argument
875 struct ipu6_isys_stream *stream = NULL; local
914 struct ipu6_isys_stream *stream = NULL; local
938 struct ipu6_isys_stream *stream = NULL; local
989 struct ipu6_isys_stream *stream = av->stream; local
[all...]
/linux-master/sound/pci/mixart/
H A Dmixart.c241 /* a new stream is opened and there are already all streams in use */
297 /* construct the identifier of the stream buffer received in the interrupts ! */
315 /* pipe->stream_uid[i] = buf->sgroup_resp.stream[i].stream_uid; */
380 static int mixart_set_stream_state(struct mixart_stream *stream, int start) argument
386 if(!stream->substream)
391 stream_state_req.stream_info.stream_desc.uid_pipe = stream->pipe->group_uid;
392 stream_state_req.stream_info.stream_desc.stream_idx = stream->substream->number;
394 if (stream->substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
403 stream
418 struct mixart_stream *stream = subs->runtime->private_data; local
480 struct mixart_stream *stream = subs->runtime->private_data; local
503 mixart_set_format(struct mixart_stream *stream, snd_pcm_format_t format) argument
595 struct mixart_stream *stream = subs->runtime->private_data; local
710 struct mixart_stream *stream; local
789 struct mixart_stream *stream; local
869 struct mixart_stream *stream = subs->runtime->private_data; local
901 struct mixart_stream *stream = runtime->private_data; local
[all...]
/linux-master/sound/usb/
H A Dproc.c212 struct snd_usb_stream *stream = entry->private_data; local
213 struct snd_usb_audio *chip = stream->chip;
215 snd_iprintf(buffer, "%s : %s\n", chip->card->longname, stream->pcm->name);
217 if (stream->substream[SNDRV_PCM_STREAM_PLAYBACK].num_formats) {
219 proc_dump_substream_status(chip, &stream->substream[SNDRV_PCM_STREAM_PLAYBACK], buffer);
220 proc_dump_substream_formats(&stream->substream[SNDRV_PCM_STREAM_PLAYBACK], buffer);
222 if (stream->substream[SNDRV_PCM_STREAM_CAPTURE].num_formats) {
224 proc_dump_substream_status(chip, &stream->substream[SNDRV_PCM_STREAM_CAPTURE], buffer);
225 proc_dump_substream_formats(&stream->substream[SNDRV_PCM_STREAM_CAPTURE], buffer);
229 void snd_usb_proc_pcm_format_add(struct snd_usb_stream *stream) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c71 if (res_ctx->pipe_ctx[i].stream) {
89 if (!pipe_ctx->stream->link)
93 if (pipe_ctx->stream->link->connector_signal != SIGNAL_TYPE_EDP)
97 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled)
126 params.source_view_width = pipe_ctx->stream->timing.h_addressable;
127 params.source_view_height = pipe_ctx->stream->timing.v_addressable;
149 default_adjust.out_color_space = pipe_ctx->stream->output_color_space;
155 pipe_ctx->stream->timing.display_color_depth;
243 pipe_ctx->stream->output_color_space,
249 &pipe_ctx->stream
381 dce60_apply_ctx_for_surface( struct dc *dc, const struct dc_stream_state *stream, int num_planes, struct dc_state *context) argument
[all...]
/linux-master/sound/pci/pcxhr/
H A Dpcxhr.c491 struct pcxhr_stream *stream)
497 if (stream->status == PCXHR_STREAM_STATUS_SCHEDULE_RUN)
500 if (stream->status != PCXHR_STREAM_STATUS_SCHEDULE_STOP) {
507 if (!stream->substream)
510 stream->timer_abs_periods = 0;
511 stream->timer_period_frag = 0; /* reset theoretical stream pos */
512 stream->timer_buf_periods = 0;
513 stream->timer_is_synced = 0;
516 stream
490 pcxhr_set_stream_state(struct snd_pcxhr *chip, struct pcxhr_stream *stream) argument
542 pcxhr_set_format(struct pcxhr_stream *stream) argument
622 pcxhr_update_r_buffer(struct pcxhr_stream *stream) argument
681 pcxhr_stream_scheduled_get_pipe(struct pcxhr_stream *stream, struct pcxhr_pipe **pipe) argument
743 struct pcxhr_stream *stream; local
762 struct pcxhr_stream *stream; local
791 struct pcxhr_stream *stream; local
825 struct pcxhr_stream *stream; local
940 struct pcxhr_stream *stream = subs->runtime->private_data; local
990 struct pcxhr_stream *stream; local
1075 struct pcxhr_stream *stream = subs->runtime->private_data; local
1103 struct pcxhr_stream *stream = runtime->private_data; local
[all...]
/linux-master/sound/soc/fsl/
H A Dmpc5200_dma.h12 * psc_ac97_stream - Data specific to a single stream (playback or capture)
13 * @active: flag indicating if the stream is active
28 struct snd_pcm_substream *stream; member in struct:psc_dma_stream
48 * @playback: Playback stream context data
49 * @capture: Capture stream context data
65 /* per-stream data */
80 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
/linux-master/tools/testing/selftests/hid/
H A Drun-hid-tools-tests.sh28 python3 -u -m pytest $PYTEST_XDIST ./tests/$TARGET --tap-stream --udevd
/linux-master/arch/arm/kernel/
H A Dhead-inflate-data.c34 struct z_stream_s stream, *strm = &stream; local
/linux-master/include/net/
H A Diw_handler.h246 * - Prevent leaking of kernel space in stream on 64 bits.
443 /* We may need a function to send a stream of events to user space.
500 * Wrapper to add an Wireless Event to a stream of events.
502 char *iwe_stream_add_event(struct iw_request_info *info, char *stream,
506 iwe_stream_add_event_check(struct iw_request_info *info, char *stream, argument
509 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len);
511 if (res == stream)
519 * stream of events.
521 char *iwe_stream_add_point(struct iw_request_info *info, char *stream,
525 iwe_stream_add_point_check(struct iw_request_info *info, char *stream, argument
[all...]
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_stream.h45 const struct pvr_stream_def *stream; member in struct:pvr_stream_ext_def
71 void *stream, u32 stream_size, void *dest_out);
/linux-master/sound/firewire/
H A DMakefile3 CFLAGS_amdtp-stream.o := -I$(src)
6 fcp.o cmp.o amdtp-stream.o amdtp-am824.o
/linux-master/fs/hostfs/
H A Dhostfs.h75 extern void seek_dir(void *stream, unsigned long long pos);
76 extern char *read_dir(void *stream, unsigned long long *pos_out,
79 extern void close_file(void *stream);
81 extern void close_dir(void *stream);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.h52 struct dc_stream_state *stream);
/linux-master/sound/firewire/fireface/
H A DMakefile3 ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-former.o \
/linux-master/sound/firewire/digi00x/
H A DMakefile2 snd-firewire-digi00x-y := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
/linux-master/sound/firewire/tascam/
H A DMakefile2 snd-firewire-tascam-y := tascam-proc.o amdtp-tascam.o tascam-stream.o \

Completed in 444 milliseconds

1234567891011>>