Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 25 of 37) sorted by relevance

12

/include/sound/
Dcompress_driver.h156 int (*open)(struct snd_compr_stream *stream);
157 int (*free)(struct snd_compr_stream *stream);
158 int (*set_params)(struct snd_compr_stream *stream,
160 int (*get_params)(struct snd_compr_stream *stream,
162 int (*set_metadata)(struct snd_compr_stream *stream,
164 int (*get_metadata)(struct snd_compr_stream *stream,
166 int (*trigger)(struct snd_compr_stream *stream, int cmd);
167 int (*pointer)(struct snd_compr_stream *stream,
169 int (*copy)(struct snd_compr_stream *stream, char __user *buf,
171 int (*mmap)(struct snd_compr_stream *stream,
[all …]
Dsoc-dpcm.h106 #define for_each_dpcm_fe(be, stream, _dpcm) \ argument
107 list_for_each_entry(_dpcm, &(be)->dpcm[stream].fe_clients, list_fe)
109 #define for_each_dpcm_be(fe, stream, _dpcm) \ argument
110 list_for_each_entry(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
111 #define for_each_dpcm_be_safe(fe, stream, _dpcm, __dpcm) \ argument
112 list_for_each_entry_safe(_dpcm, __dpcm, &(fe)->dpcm[stream].be_clients, list_be)
113 #define for_each_dpcm_be_rollback(fe, stream, _dpcm) \ argument
114 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
119 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime *be, int stream);
133 int stream, struct snd_soc_dapm_widget_list **list_);
[all …]
Dsoc-dai.h221 bool snd_soc_dai_stream_valid(const struct snd_soc_dai *dai, int stream);
223 int stream, int action);
225 int stream) in snd_soc_dai_activate() argument
227 snd_soc_dai_action(dai, stream, 1); in snd_soc_dai_activate()
230 int stream) in snd_soc_dai_deactivate() argument
232 snd_soc_dai_action(dai, stream, -1); in snd_soc_dai_deactivate()
313 void *stream, int direction);
320 int (*mute_stream)(struct snd_soc_dai *dai, int mute, int stream);
450 struct snd_soc_dai_stream stream[SNDRV_PCM_STREAM_LAST + 1]; member
473 snd_soc_dai_get_pcm_stream(const struct snd_soc_dai *dai, int stream) in snd_soc_dai_get_pcm_stream() argument
[all …]
Dsoc-component.h31 struct snd_compr_stream *stream);
33 struct snd_compr_stream *stream);
35 struct snd_compr_stream *stream,
38 struct snd_compr_stream *stream,
41 struct snd_compr_stream *stream,
44 struct snd_compr_stream *stream,
47 struct snd_compr_stream *stream, int cmd);
49 struct snd_compr_stream *stream,
52 struct snd_compr_stream *stream, char __user *buf,
55 struct snd_compr_stream *stream,
[all …]
Dhda_register.h357 snd_hdac_stream_get_pos_lpib(struct hdac_stream *stream) in snd_hdac_stream_get_pos_lpib() argument
359 return snd_hdac_stream_readl(stream, SD_LPIB); in snd_hdac_stream_get_pos_lpib()
363 snd_hdac_stream_get_pos_posbuf(struct hdac_stream *stream) in snd_hdac_stream_get_pos_posbuf() argument
365 return le32_to_cpu(*stream->posbuf); in snd_hdac_stream_get_pos_posbuf()
Dsdw.h41 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_sdw_params_to_config()
Dpcm.h476 int stream; /* stream (direction) */ member
522 int stream; /* stream (direction) */ member
580 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
614 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
617 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file,
711 #define for_each_pcm_streams(stream) \ argument
712 for (stream = SNDRV_PCM_STREAM_PLAYBACK; \
713 stream <= SNDRV_PCM_STREAM_LAST; \
714 stream++)
727 substream->stream == SNDRV_PCM_STREAM_PLAYBACK)); in snd_pcm_running()
[all …]
Dhdaudio_ext.h111 int stream);
113 int stream);
Drawmidi.h84 int stream; /* direction */ member
152 void snd_rawmidi_set_ops(struct snd_rawmidi *rmidi, int stream,
/include/net/sctp/
Dstream_sched.h21 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);
28 int (*init_sid)(struct sctp_stream *stream, __u16 sid, gfp_t gfp);
30 void (*free_sid)(struct sctp_stream *stream, __u16 sid);
39 void (*sched_all)(struct sctp_stream *stream);
41 void (*unsched_all)(struct sctp_stream *stream);
54 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp);
55 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream);
Dstructs.h389 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt,
391 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid);
392 void sctp_stream_free(struct sctp_stream *stream);
393 void sctp_stream_clear(struct sctp_stream *stream);
394 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new);
397 #define sctp_ssn_peek(stream, type, sid) \ argument
398 (sctp_stream_##type((stream), (sid))->ssn)
401 #define sctp_ssn_next(stream, type, sid) \ argument
402 (sctp_stream_##type((stream), (sid))->ssn++)
405 #define sctp_ssn_skip(stream, type, sid, ssn) \ argument
[all …]
Dstream_interleave.h44 void sctp_stream_interleave_init(struct sctp_stream *stream);
/include/kunit/
Dassert.h58 struct string_stream *stream);
62 struct string_stream *stream);
76 struct string_stream *stream);
96 struct string_stream *stream);
116 struct string_stream *stream);
152 struct string_stream *stream);
175 struct string_stream *stream);
198 struct string_stream *stream);
224 struct string_stream *stream);
228 struct string_stream *stream);
[all …]
/include/net/
Diw_handler.h502 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, in iwe_stream_add_event_check() argument
509 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check()
511 if (res == stream) in iwe_stream_add_event_check()
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, in iwe_stream_add_point_check() argument
528 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
530 if (res == stream) in iwe_stream_add_point_check()
/include/uapi/linux/
Dv4l2-subdev.h42 __u32 stream; member
62 __u32 stream; member
88 __u32 stream; member
114 __u32 stream; member
129 __u32 stream; member
154 __u32 stream; member
180 __u32 stream; member
/include/linux/
Dslimbus.h205 int slim_stream_prepare(struct slim_stream_runtime *stream,
207 int slim_stream_enable(struct slim_stream_runtime *stream);
208 int slim_stream_disable(struct slim_stream_runtime *stream);
209 int slim_stream_unprepare(struct slim_stream_runtime *stream);
210 int slim_stream_free(struct slim_stream_runtime *stream);
Dsctp.h222 __be16 stream; member
235 __be16 stream; member
600 __be16 stream; member
615 __be16 stream; member
/include/trace/events/
Dsof.h73 __field(int, stream)
80 __entry->stream = substream->stream;
85 __get_str(device_name), __entry->pcm_id, __entry->stream,
Dasoc.h201 TP_PROTO(int paths, int stream),
203 TP_ARGS(paths, stream),
207 __field( int, stream )
212 __entry->stream = stream;
216 snd_pcm_direction_name(__entry->stream), __entry->paths)
Dnetfs.h553 __field(unsigned int, stream )
562 __entry->stream = subreq->stream_nr;
569 __entry->wreq, __entry->stream, __entry->subreq,
632 const struct netfs_io_stream *stream,
635 TP_ARGS(wreq, stream, jump_to, type),
639 __field(unsigned char, stream)
647 __entry->stream = stream->stream_nr;
648 __entry->from = stream->collected_to;
654 __entry->wreq, __entry->stream,
660 const struct netfs_io_stream *stream),
[all …]
Dsof_intel.h105 __entry->substream = substream->stream;
118 __field(u32, stream)
123 __entry->stream = s->index;
127 __get_str(device_name), __entry->stream, __entry->status)
/include/crypto/
Dchacha.h33 void chacha_block_generic(u32 *state, u8 *stream, int nrounds);
34 static inline void chacha20_block(u32 *state, u8 *stream) in chacha20_block() argument
36 chacha_block_generic(state, stream, 20); in chacha20_block()
/include/linux/soundwire/
Dsdw.h1028 void sdw_release_stream(struct sdw_stream_runtime *stream);
1036 struct sdw_stream_runtime *stream);
1038 struct sdw_stream_runtime *stream);
1040 int sdw_prepare_stream(struct sdw_stream_runtime *stream);
1041 int sdw_enable_stream(struct sdw_stream_runtime *stream);
1042 int sdw_disable_stream(struct sdw_stream_runtime *stream);
1043 int sdw_deprepare_stream(struct sdw_stream_runtime *stream);
1058 struct sdw_stream_runtime *stream);
1060 struct sdw_stream_runtime *stream);
1080 struct sdw_stream_runtime *stream) in sdw_stream_add_slave() argument
[all …]
Dsdw_amd.h47 struct sdw_stream_runtime *stream; member
/include/media/
Dv4l2-subdev.h359 u32 stream; member
703 u32 stream; member
1391 unsigned int pad, u32 stream);
1413 u32 stream);
1435 unsigned int pad, u32 stream);
1457 unsigned int pad, u32 stream);
1558 u32 pad, u32 stream, u32 *other_pad,
1575 u32 pad, u32 stream);

12