Searched refs:stream (Results 51 - 75 of 946) sorted by relevance

1234567891011>>

/linux-master/drivers/slimbus/
H A Dstream.c53 * The Presence rate of a constant bitrate stream is mean flow rate of the
54 * stream expressed in occupied Segments of that Data Channel per second.
90 * @name: name of the stream
93 * a new SLIMbus stream and return a valid stream runtime pointer for client
94 * to use it in subsequent stream apis. state of stream is set to ALLOCATED
123 static int slim_connect_port_channel(struct slim_stream_runtime *stream, argument
126 struct slim_device *sdev = stream->dev;
130 DEFINE_SLIM_LDEST_TXN(txn, mc, 6, stream
143 slim_disconnect_port(struct slim_stream_runtime *stream, struct slim_port *port) argument
159 slim_deactivate_remove_channel(struct slim_stream_runtime *stream, struct slim_port *port) argument
270 slim_define_channel_content(struct slim_stream_runtime *stream, struct slim_port *port) argument
305 slim_define_channel(struct slim_stream_runtime *stream, struct slim_port *port) argument
329 slim_activate_channel(struct slim_stream_runtime *stream, struct slim_port *port) argument
357 slim_stream_enable(struct slim_stream_runtime *stream) argument
410 slim_stream_disable(struct slim_stream_runtime *stream) argument
447 slim_stream_unprepare(struct slim_stream_runtime *stream) argument
477 slim_stream_free(struct slim_stream_runtime *stream) argument
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c36 * descriptor representing a stream of GPU metrics which can then be read() as
37 * a stream of sample records.
56 * i915 perf file descriptors represent a "stream" instead of an "event"; where
57 * a perf event primarily corresponds to a single 64bit value, while a stream
61 * of related counters. Samples for an i915 perf stream capturing OA metrics
64 * selected by the user opening the stream. Perf has support for grouping
68 * i915 perf stream configurations are provided as an array of u64 (key,value)
343 * struct perf_open_properties - for validated properties given to open a stream
362 * to open a stream of metrics the configuration is built up in the structure
431 struct i915_perf_regs *__oa_regs(struct i915_perf_stream *stream) argument
436 gen12_oa_hw_tail_read(struct i915_perf_stream *stream) argument
444 gen8_oa_hw_tail_read(struct i915_perf_stream *stream) argument
451 gen7_oa_hw_tail_read(struct i915_perf_stream *stream) argument
462 oa_report_id(struct i915_perf_stream *stream, void *report) argument
467 oa_report_reason(struct i915_perf_stream *stream, void *report) argument
475 oa_report_id_clear(struct i915_perf_stream *stream, u32 *report) argument
483 oa_report_ctx_invalid(struct i915_perf_stream *stream, void *report) argument
489 oa_timestamp(struct i915_perf_stream *stream, void *report) argument
496 oa_timestamp_clear(struct i915_perf_stream *stream, u32 *report) argument
504 oa_context_id(struct i915_perf_stream *stream, u32 *report) argument
511 oa_context_id_squash(struct i915_perf_stream *stream, u32 *report) argument
542 oa_buffer_check_unlocked(struct i915_perf_stream *stream) argument
624 append_oa_status(struct i915_perf_stream *stream, char __user *buf, size_t count, size_t *offset, enum drm_i915_perf_record_type type) argument
660 append_oa_sample(struct i915_perf_stream *stream, char __user *buf, size_t count, size_t *offset, const u8 *report) argument
724 gen8_append_oa_reports(struct i915_perf_stream *stream, char __user *buf, size_t count, size_t *offset) argument
943 gen8_oa_read(struct i915_perf_stream *stream, char __user *buf, size_t count, size_t *offset) argument
1034 gen7_append_oa_reports(struct i915_perf_stream *stream, char __user *buf, size_t count, size_t *offset) argument
1148 gen7_oa_read(struct i915_perf_stream *stream, char __user *buf, size_t count, size_t *offset) argument
1231 i915_oa_wait_unlocked(struct i915_perf_stream *stream) argument
1251 i915_oa_poll_wait(struct i915_perf_stream *stream, struct file *file, poll_table *wait) argument
1270 i915_oa_read(struct i915_perf_stream *stream, char __user *buf, size_t count, size_t *offset) argument
1278 oa_pin_context(struct i915_perf_stream *stream) argument
1410 gen12_get_render_context_id(struct i915_perf_stream *stream) argument
1522 oa_get_render_ctx_id(struct i915_perf_stream *stream) argument
1612 oa_put_render_ctx_id(struct i915_perf_stream *stream) argument
1627 free_oa_buffer(struct i915_perf_stream *stream) argument
1636 free_oa_configs(struct i915_perf_stream *stream) argument
1646 free_noa_wait(struct i915_perf_stream *stream) argument
1661 i915_oa_stream_destroy(struct i915_perf_stream *stream) argument
1696 gen7_init_oa_buffer(struct i915_perf_stream *stream) argument
1741 gen8_init_oa_buffer(struct i915_perf_stream *stream) argument
1794 gen12_init_oa_buffer(struct i915_perf_stream *stream) argument
1848 alloc_oa_buffer(struct i915_perf_stream *stream) argument
1910 save_restore_register(struct i915_perf_stream *stream, u32 *cs, bool save, i915_reg_t reg, u32 offset, u32 dword_count) argument
1932 alloc_noa_wait(struct i915_perf_stream *stream) argument
2189 alloc_oa_config_buffer(struct i915_perf_stream *stream, struct i915_oa_config *oa_config) argument
2277 get_oa_vma(struct i915_perf_stream *stream, struct i915_oa_config *oa_config) argument
2302 emit_oa_config(struct i915_perf_stream *stream, struct i915_oa_config *oa_config, struct intel_context *ce, struct i915_active *active) argument
2372 oa_context(struct i915_perf_stream *stream) argument
2378 hsw_enable_metric_set(struct i915_perf_stream *stream, struct i915_active *active) argument
2403 hsw_disable_metric_set(struct i915_perf_stream *stream) argument
2444 gen8_update_reg_state_unlocked(const struct intel_context *ce, const struct i915_perf_stream *stream) argument
2576 gen8_configure_context(struct i915_perf_stream *stream, struct i915_gem_context *ctx, struct flex *flex, unsigned int count) argument
2606 gen12_configure_oar_context(struct i915_perf_stream *stream, struct i915_active *active) argument
2682 oa_configure_all_contexts(struct i915_perf_stream *stream, struct flex *regs, size_t num_regs, struct i915_active *active) argument
2752 gen12_configure_all_contexts(struct i915_perf_stream *stream, const struct i915_oa_config *oa_config, struct i915_active *active) argument
2772 lrc_configure_all_contexts(struct i915_perf_stream *stream, const struct i915_oa_config *oa_config, struct i915_active *active) argument
2814 gen8_enable_metric_set(struct i915_perf_stream *stream, struct i915_active *active) argument
2864 oag_report_ctx_switches(const struct i915_perf_stream *stream) argument
2872 gen12_enable_metric_set(struct i915_perf_stream *stream, struct i915_active *active) argument
2946 gen8_disable_metric_set(struct i915_perf_stream *stream) argument
2956 gen11_disable_metric_set(struct i915_perf_stream *stream) argument
2967 gen12_disable_metric_set(struct i915_perf_stream *stream) argument
3000 gen7_oa_enable(struct i915_perf_stream *stream) argument
3030 gen8_oa_enable(struct i915_perf_stream *stream) argument
3056 gen12_oa_enable(struct i915_perf_stream *stream) argument
3086 i915_oa_stream_enable(struct i915_perf_stream *stream) argument
3098 gen7_oa_disable(struct i915_perf_stream *stream) argument
3110 gen8_oa_disable(struct i915_perf_stream *stream) argument
3122 gen12_oa_disable(struct i915_perf_stream *stream) argument
3151 i915_oa_stream_disable(struct i915_perf_stream *stream) argument
3168 i915_perf_stream_enable_sync(struct i915_perf_stream *stream) argument
3261 i915_oa_stream_init(struct i915_perf_stream *stream, struct drm_i915_perf_open_param *param, struct perf_open_properties *props) argument
3429 struct i915_perf_stream *stream; local
3463 struct i915_perf_stream *stream = file->private_data; local
3517 struct i915_perf_stream *stream = local
3543 i915_perf_poll_locked(struct i915_perf_stream *stream, struct file *file, poll_table *wait) argument
3578 struct i915_perf_stream *stream = file->private_data; local
3598 i915_perf_enable_locked(struct i915_perf_stream *stream) argument
3627 i915_perf_disable_locked(struct i915_perf_stream *stream) argument
3642 i915_perf_config_locked(struct i915_perf_stream *stream, unsigned long metrics_set) argument
3685 i915_perf_ioctl_locked(struct i915_perf_stream *stream, unsigned int cmd, unsigned long arg) argument
3718 struct i915_perf_stream *stream = file->private_data; local
3738 i915_perf_destroy_locked(struct i915_perf_stream *stream) argument
3765 struct i915_perf_stream *stream = file->private_data; local
3830 struct i915_perf_stream *stream = NULL; local
[all...]
/linux-master/lib/crypto/
H A Dlibchacha.c3 * The ChaCha stream cipher (RFC7539)
19 u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long));
22 chacha_block_generic(state, stream, nrounds);
23 crypto_xor_cpy(dst, src, stream, CHACHA_BLOCK_SIZE);
29 chacha_block_generic(state, stream, nrounds);
30 crypto_xor_cpy(dst, src, stream, bytes);
/linux-master/fs/netfs/
H A Dwrite_collect.c23 #define MADE_PROGRESS 0x40 /* Made progress cleaning up a stream or the folio set */
26 #define SAW_FAILURE 0x200 /* One stream or hit a permanent failure */
160 struct netfs_io_stream *stream)
164 _enter("R=%x[%x:]", wreq->debug_id, stream->stream_nr);
166 if (list_empty(&stream->subrequests))
169 if (stream->source == NETFS_UPLOAD_TO_SERVER &&
171 wreq->netfs_ops->retry_request(wreq, stream);
173 if (unlikely(stream->failed))
177 if (!stream->prepare_write) {
180 list_for_each_entry(subreq, &stream
159 netfs_retry_write_stream(struct netfs_io_request *wreq, struct netfs_io_stream *stream) argument
329 struct netfs_io_stream *stream; local
372 struct netfs_io_stream *stream; local
645 struct netfs_io_stream *stream = &wreq->io_streams[s]; local
744 struct netfs_io_stream *stream = &wreq->io_streams[subreq->stream_nr]; local
[all...]
/linux-master/crypto/
H A Ddeflate.c45 struct z_stream_s *stream = &ctx->comp_stream; local
47 stream->workspace = vzalloc(zlib_deflate_workspacesize(
49 if (!stream->workspace) {
53 ret = zlib_deflateInit2(stream, DEFLATE_DEF_LEVEL, Z_DEFLATED,
63 vfree(stream->workspace);
70 struct z_stream_s *stream = &ctx->decomp_stream; local
72 stream->workspace = vzalloc(zlib_inflate_workspacesize());
73 if (!stream->workspace) {
77 ret = zlib_inflateInit2(stream, -DEFLATE_DEF_WINBITS);
85 vfree(stream
164 struct z_stream_s *stream = &dctx->comp_stream; local
209 struct z_stream_s *stream = &dctx->decomp_stream; local
[all...]
/linux-master/sound/soc/sof/
H A Dstream-ipc.c18 #include <sound/sof/stream.h>
39 struct sof_stream *stream = sps->substream->runtime->private_data; local
41 /* The stream might already be closed */
42 if (!stream)
45 posn_offset = stream->posn_offset;
75 struct sof_stream *stream = sps->substream->runtime->private_data; local
77 stream->posn_offset = posn_offset;
78 dev_dbg(sdev->dev, "pcm: stream dir %d, posn mailbox offset is %zu",
79 sps->substream->stream, posn_offset);
84 dev_dbg(sdev->dev, "compr: stream di
98 struct sof_stream *stream = kmalloc(sizeof(*stream), GFP_KERNEL); local
120 struct sof_stream *stream = substream->runtime->private_data; local
[all...]
/linux-master/include/net/sctp/
H A Dstream_sched.h5 * These are definitions used by the stream schedulers, defined in RFC
20 /* Property handling for a given stream */
21 int (*set)(struct sctp_stream *stream, __u16 sid, __u16 value,
23 int (*get)(struct sctp_stream *stream, __u16 sid, __u16 *value);
26 int (*init)(struct sctp_stream *stream);
27 /* Init a stream */
28 int (*init_sid)(struct sctp_stream *stream, __u16 sid, gfp_t gfp);
29 /* free a stream */
30 void (*free_sid)(struct sctp_stream *stream, __u16 sid);
54 int sctp_sched_init_sid(struct sctp_stream *stream, __u1
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_state.h44 struct dc_stream_state *stream);
49 struct dc_stream_state *stream);
53 struct dc_stream_state *stream,
59 struct dc_stream_state *stream,
65 struct dc_stream_state *stream,
70 struct dc_stream_state *stream,
77 const struct dc_stream_state *stream);
H A Ddc_stream.h42 /* MALL stream config to indicate if the stream is phantom or not.
43 * We will use a phantom stream to indicate that the pipe is phantom.
46 struct dc_stream_state *paired_stream; // master / slave stream
54 * @plane_count: Total of planes attached to a single stream
170 * a stream via the volatile dc_state rather than the static dc_link.
185 struct rect dst; /* stream addressable area */
252 /* from stream struct */
265 /* Output from DC when stream state is committed or altered
294 struct dc_stream_state *stream; member in struct:dc_stream_update
[all...]
/linux-master/include/kunit/
H A Dassert.h53 struct string_stream *stream);
57 struct string_stream *stream);
71 struct string_stream *stream);
91 struct string_stream *stream);
111 struct string_stream *stream);
147 struct string_stream *stream);
170 struct string_stream *stream);
193 struct string_stream *stream);
219 struct string_stream *stream);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c104 struct i915_perf_stream *stream; local
117 stream = kzalloc(sizeof(*stream), GFP_KERNEL);
118 if (!stream) {
123 stream->perf = perf;
126 if (i915_oa_stream_init(stream, &param, &props)) {
127 kfree(stream);
128 stream = NULL;
134 return stream;
137 static void stream_destroy(struct i915_perf_stream *stream) argument
149 struct i915_perf_stream *stream; local
200 struct i915_perf_stream *stream; local
292 struct i915_perf_stream *stream; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_util.c26 assert(pipe->stream);
28 return ia_css_util_input_format_bpp(pipe->stream->config.input_config.format,
29 pipe->stream->config.pixels_per_clock == 2);
/linux-master/tools/include/tools/
H A Ddis-asm-compat.h40 void *stream,
45 init_disassemble_info(info, stream,
50 init_disassemble_info(info, stream,
39 init_disassemble_info_compat(struct disassemble_info *info, void *stream, fprintf_ftype unstyled_func, fprintf_styled_ftype styled_func) argument
/linux-master/tools/include/nolibc/
H A Dstdio.h52 /* provides the fd of stream. */
54 int fileno(FILE *stream) argument
56 intptr_t i = (intptr_t)stream;
65 /* flush a stream. */
67 int fflush(FILE *stream) argument
69 intptr_t i = (intptr_t)stream;
81 /* flush a stream. */
83 int fclose(FILE *stream) argument
85 intptr_t i = (intptr_t)stream;
100 #define getc(stream) fget
103 fgetc(FILE* stream) argument
124 fputc(int c, FILE* stream) argument
146 _fwrite(const void *buf, size_t size, FILE *stream) argument
162 fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) argument
175 fputs(const char *s, FILE *stream) argument
191 fgets(char *s, int size, FILE *stream) argument
216 vfprintf(FILE *stream, const char *fmt, va_list args) argument
328 fprintf(FILE *stream, const char *fmt, ...) argument
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c211 static int uvc_v4l2_try_format(struct uvc_streaming *stream, argument
225 if (fmt->type != stream->type)
229 uvc_dbg(stream->dev, FORMAT, "Trying format 0x%08x (%c%c%c%c): %ux%u\n",
238 for (i = 0; i < stream->nformats; ++i) {
239 format = &stream->formats[i];
244 if (i == stream->nformats) {
245 format = stream->def_format;
274 uvc_dbg(stream->dev, FORMAT, "Unsupported size %ux%u\n",
281 uvc_dbg(stream->dev, FORMAT,
305 mutex_lock(&stream
364 uvc_v4l2_get_format(struct uvc_streaming *stream, struct v4l2_format *fmt) argument
398 uvc_v4l2_set_format(struct uvc_streaming *stream, struct v4l2_format *fmt) argument
429 uvc_v4l2_get_streamparm(struct uvc_streaming *stream, struct v4l2_streamparm *parm) argument
464 uvc_v4l2_set_streamparm(struct uvc_streaming *stream, struct v4l2_streamparm *parm) argument
613 struct uvc_streaming *stream; local
658 struct uvc_streaming *stream = handle->stream; local
687 struct uvc_streaming *stream = handle->stream; local
698 uvc_ioctl_enum_fmt(struct uvc_streaming *stream, struct v4l2_fmtdesc *fmt) argument
724 struct uvc_streaming *stream = handle->stream; local
733 struct uvc_streaming *stream = handle->stream; local
742 struct uvc_streaming *stream = handle->stream; local
751 struct uvc_streaming *stream = handle->stream; local
760 struct uvc_streaming *stream = handle->stream; local
774 struct uvc_streaming *stream = handle->stream; local
788 struct uvc_streaming *stream = handle->stream; local
798 struct uvc_streaming *stream = handle->stream; local
808 struct uvc_streaming *stream = handle->stream; local
831 struct uvc_streaming *stream = handle->stream; local
842 struct uvc_streaming *stream = handle->stream; local
855 struct uvc_streaming *stream = handle->stream; local
866 struct uvc_streaming *stream = handle->stream; local
879 struct uvc_streaming *stream = handle->stream; local
893 struct uvc_streaming *stream = handle->stream; local
910 struct uvc_streaming *stream = handle->stream; local
1195 struct uvc_streaming *stream = handle->stream; local
1229 struct uvc_streaming *stream = handle->stream; local
1238 struct uvc_streaming *stream = handle->stream; local
1252 struct uvc_streaming *stream = handle->stream; local
1292 struct uvc_streaming *stream = handle->stream; local
1515 struct uvc_streaming *stream = handle->stream; local
1524 struct uvc_streaming *stream = handle->stream; local
1534 struct uvc_streaming *stream = handle->stream; local
1547 struct uvc_streaming *stream = handle->stream; local
[all...]
/linux-master/sound/soc/amd/acp/
H A Dacp-platform.c101 struct acp_stream *stream; local
114 list_for_each_entry(stream, &adata->stream_list, list) {
115 if (ext_intr_stat & stream->irq_bit) {
116 writel(stream->irq_bit,
118 snd_pcm_period_elapsed(stream->substream);
122 if (ext_intr_stat1 & stream->irq_bit) {
123 writel(stream->irq_bit, ACP_EXTERNAL_INTR_STAT(adata,
125 snd_pcm_period_elapsed(stream->substream);
137 void config_pte_for_stream(struct acp_dev_data *adata, struct acp_stream *stream) argument
145 stream
155 config_acp_dma(struct acp_dev_data *adata, struct acp_stream *stream, int size) argument
186 struct acp_stream *stream; local
222 struct acp_stream *stream = substream->runtime->private_data; local
237 struct acp_stream *stream = substream->runtime->private_data; local
269 struct acp_stream *stream = substream->runtime->private_data; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq_params.h34 struct dc_stream_state *stream; member in struct:dm_irq_params
H A Damdgpu_dm_replay.h42 bool amdgpu_dm_replay_enable(struct dc_stream_state *stream, bool enable);
45 bool amdgpu_dm_replay_disable(struct dc_stream_state *stream);
/linux-master/sound/usb/
H A Dimplicit.h12 int stream, bool *fixed_rate);
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_info_packet.h36 void mod_build_vsc_infopacket(const struct dc_stream_state *stream,
41 void mod_build_hf_vsif_infopacket(const struct dc_stream_state *stream,
71 void mod_build_adaptive_sync_infopacket(const struct dc_stream_state *stream,
75 void mod_build_adaptive_sync_infopacket_v2(const struct dc_stream_state *stream,
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c27 * This file owns the programming sequence of stream's dpms state associated
28 * with the link and link's enable/disable sequences as result of the stream's
31 * TODO - The reason link owns stream's dpms programming sequence is
34 * stream state programming sequence. This creates a gray area where the
35 * boundary between link and stream is not clearly defined.
164 stream_update.stream = pipes[i]->stream;
166 pipes[i]->stream, &stream_update,
189 pipe->stream->link == link;
209 pipe->stream
765 struct dc_stream_state *stream = pipe_ctx->stream; local
785 struct dc_stream_state *stream = pipe_ctx->stream; local
903 struct dc_stream_state *stream = pipe_ctx->stream; local
1004 struct dc_stream_state *stream = pipe_ctx->stream; local
1071 get_pbn_per_slot(struct dc_stream_state *stream) argument
1285 struct dc_stream_state *stream = pipe_ctx->stream; local
1384 struct dc_stream_state *stream = pipe_ctx->stream; local
1481 link_calculate_sst_avg_time_slots_per_mtp( const struct dc_stream_state *stream, const struct dc_link *link) argument
1501 write_128b_132b_sst_payload_allocation_table( const struct dc_stream_state *stream, struct dc_link *link, struct link_mst_stream_allocation_table *proposed_table, bool allocate) argument
1611 struct dc_stream_state *stream = pipe_ctx->stream; local
1693 struct dc_stream_state *stream = pipe_ctx->stream; local
1781 struct dc_stream_state *stream = pipe_ctx->stream; local
1915 struct dc_stream_state *stream = pipe_ctx->stream; local
1985 struct dc_stream_state *stream = pipe_ctx->stream; local
2101 struct dc_stream_state *stream = pipe_ctx->stream; local
2152 struct dc_stream_state *stream = pipe_ctx->stream; local
2199 allocate_usb4_bandwidth_for_stream(struct dc_stream_state *stream, int bw) argument
2262 allocate_usb4_bandwidth(struct dc_stream_state *stream) argument
2274 deallocate_usb4_bandwidth(struct dc_stream_state *stream) argument
2286 struct dc_stream_state *stream = pipe_ctx->stream; local
2398 struct dc_stream_state *stream = pipe_ctx->stream; local
[all...]
/linux-master/net/sctp/
H A Dstream_interleave.c7 * These functions implement sctp stream message interleaving, mostly
33 dp.stream = htons(sinfo->sinfo_stream);
50 struct sctp_stream *stream; local
59 stream = &chunk->asoc->stream;
76 sctp_mid_uo_next(stream, out, sid) :
77 sctp_mid_uo_peek(stream, out, sid);
80 sctp_mid_next(stream, out, sid) :
81 sctp_mid_peek(stream, out, sid);
89 struct sctp_stream *stream; local
107 struct sctp_stream *stream; local
421 struct sctp_stream *stream; local
451 struct sctp_stream *stream; local
1004 struct sctp_stream *stream = &ulpq->asoc->stream; local
1055 struct sctp_stream *stream = &ulpq->asoc->stream; local
1084 sctp_get_skip_pos(struct sctp_ifwdtsn_skip *skiplist, int nskips, __be16 stream, __u8 flags) argument
1255 struct sctp_stream *stream = &ulpq->asoc->stream; local
1346 sctp_stream_interleave_init(struct sctp_stream *stream) argument
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_ets_tests.sh85 local stream
91 for stream in ${streams[@]}; do
92 ets_start_traffic $stream
108 local stream=${streams[$i]}
110 notraf_eval "band $stream" ${d[$i]} $total
111 elif ((${WS[$stream]} == 0)); then
112 strict_eval "band $stream" ${d[$i]} $total
114 elif ((stream == low_stream)); then
115 # Low stream is used as DWRR evaluation reference.
118 multipath_eval "bands $low_stream:$stream" \
[all...]
/linux-master/sound/xen/
H A Dxen_snd_front_alsa.c217 static void stream_clear(struct xen_snd_front_pcm_stream_info *stream) argument
219 stream->is_open = false;
220 stream->be_cur_frame = 0;
221 stream->out_frames = 0;
222 atomic_set(&stream->hw_ptr, 0);
223 xen_snd_front_evtchnl_pair_clear(stream->evt_pair);
224 memset(&stream->shbuf, 0, sizeof(stream->shbuf));
225 stream->buffer = NULL;
226 stream
231 stream_free(struct xen_snd_front_pcm_stream_info *stream) argument
246 struct xen_snd_front_pcm_stream_info *stream; local
259 struct xen_snd_front_pcm_stream_info *stream = rule->private; local
357 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
433 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
439 shbuf_setup_backstore(struct xen_snd_front_pcm_stream_info *stream, size_t buffer_sz) argument
464 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
504 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
514 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
548 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
579 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
600 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
609 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
624 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
643 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); local
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-dvb.c122 static int yuan_mpc718_mt352_reqfw(struct cx18_stream *stream, argument
125 struct cx18 *cx = stream->cx;
154 struct cx18_stream *stream = dvb->stream; local
160 ret = yuan_mpc718_mt352_reqfw(stream, &fw);
228 static int dvb_register(struct cx18_stream *stream);
237 struct cx18_stream *stream = demux->priv; local
242 if (!stream)
245 cx = stream->cx;
284 mutex_lock(&stream
308 struct cx18_stream *stream = demux->priv; local
331 cx18_dvb_register(struct cx18_stream *stream) argument
423 cx18_dvb_unregister(struct cx18_stream *stream) argument
454 dvb_register(struct cx18_stream *stream) argument
[all...]

Completed in 240 milliseconds

1234567891011>>