| /include/sound/ |
| A D | compress_driver.h | 152 int (*open)(struct snd_compr_stream *stream); 153 int (*free)(struct snd_compr_stream *stream); 154 int (*set_params)(struct snd_compr_stream *stream, 163 int (*pointer)(struct snd_compr_stream *stream, 167 int (*mmap)(struct snd_compr_stream *stream, 170 int (*get_caps) (struct snd_compr_stream *stream, 238 wake_up(&stream->runtime->sleep); in snd_compr_fragment_elapsed() 243 if (snd_BUG_ON(!stream)) in snd_compr_drain_notify() 247 if (stream->partial_drain) { in snd_compr_drain_notify() 251 stream->runtime->state = SNDRV_PCM_STATE_SETUP; in snd_compr_drain_notify() [all …]
|
| A D | soc-dpcm.h | 106 #define for_each_dpcm_fe(be, stream, _dpcm) \ argument 109 #define for_each_dpcm_be(fe, stream, _dpcm) \ argument 111 #define for_each_dpcm_be_safe(fe, stream, _dpcm, __dpcm) \ argument 113 #define for_each_dpcm_be_rollback(fe, stream, _dpcm) \ argument 133 int stream, struct snd_soc_dapm_widget_list **list_); 135 int dpcm_add_paths(struct snd_soc_pcm_runtime *fe, int stream, 138 void dpcm_be_dai_stop(struct snd_soc_pcm_runtime *fe, int stream, 152 #define dpcm_be_dai_startup_rollback(fe, stream, last) \ argument 153 dpcm_be_dai_stop(fe, stream, 0, last) 154 #define dpcm_be_dai_startup_unwind(fe, stream) dpcm_be_dai_stop(fe, stream, 0, NULL) argument [all …]
|
| A D | soc-dai.h | 221 int stream) in snd_soc_dai_activate() argument 226 int stream) in snd_soc_dai_deactivate() argument 483 return dai->stream[stream].widget; in snd_soc_dai_get_widget() 491 dai->stream[stream].widget = widget; in snd_soc_dai_set_widget() 499 return dai->stream[stream].dma_data; in snd_soc_dai_dma_data_get() 507 dai->stream[stream].dma_data = data; in snd_soc_dai_dma_data_set() 517 int stream) in snd_soc_dai_tdm_mask_get() argument 519 return dai->stream[stream].tdm_mask; in snd_soc_dai_tdm_mask_get() 525 dai->stream[stream].tdm_mask = tdm_mask; in snd_soc_dai_tdm_mask_set() 529 int stream) in snd_soc_dai_stream_active() argument [all …]
|
| A D | soc-component.h | 31 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, 49 struct snd_compr_stream *stream, 55 struct snd_compr_stream *stream, 60 struct snd_compr_stream *stream, 530 void *stream); [all …]
|
| A D | hda_register.h | 357 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()
|
| A D | sdw.h | 41 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_sdw_params_to_config()
|
| A D | pcm.h | 470 int stream; /* stream (direction) */ member 514 int stream; /* stream (direction) */ member 699 #define for_each_pcm_streams(stream) \ argument 700 for (stream = SNDRV_PCM_STREAM_PLAYBACK; \ 701 stream <= SNDRV_PCM_STREAM_LAST; \ 702 stream++) 715 substream->stream == SNDRV_PCM_STREAM_PLAYBACK)); in snd_pcm_running() 1450 return snd_pcm_direction_name(substream->stream); in snd_pcm_stream_str() 1465 int stream; /* PLAYBACK or CAPTURE */ member 1484 for (s = info->pcm->streams[info->stream].substream; s; s = s->next) in snd_pcm_chmap_substream() [all …]
|
| A D | hdaudio_ext.h | 117 int stream); 119 int stream);
|
| A D | rawmidi.h | 84 int stream; /* direction */ member 154 void snd_rawmidi_set_ops(struct snd_rawmidi *rmidi, int stream,
|
| /include/net/sctp/ |
| A D | stream_sched.h | 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); 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);
|
| A D | structs.h | 397 #define sctp_ssn_peek(stream, type, sid) \ argument 401 #define sctp_ssn_next(stream, type, sid) \ argument 409 #define sctp_mid_peek(stream, type, sid) \ argument 413 #define sctp_mid_next(stream, type, sid) \ argument 680 return ntohs(ch->subh.data_hdr->stream); in sctp_chunk_stream_no() 1487 struct sctp_stream *stream, in sctp_stream_out() argument 1494 struct sctp_stream *stream, in sctp_stream_in() argument 1497 return genradix_ptr(&stream->in, sid); in sctp_stream_in() 1508 return stream->si->data_chunk_len; in sctp_datachk_len() 1518 return stream->si->ftsn_chunk_len; in sctp_ftsnchk_len() [all …]
|
| A D | stream_interleave.h | 44 void sctp_stream_interleave_init(struct sctp_stream *stream);
|
| /include/kunit/ |
| A D | assert.h | 53 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); 223 struct string_stream *stream); [all …]
|
| /include/net/ |
| A D | iw_handler.h | 463 char *iwe_stream_add_event(struct iw_request_info *info, char *stream, 467 iwe_stream_add_event_check(struct iw_request_info *info, char *stream, in iwe_stream_add_event_check() argument 470 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check() 472 if (res == stream) in iwe_stream_add_event_check() 482 char *iwe_stream_add_point(struct iw_request_info *info, char *stream, 486 iwe_stream_add_point_check(struct iw_request_info *info, char *stream, in iwe_stream_add_point_check() argument 489 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check() 491 if (res == stream) in iwe_stream_add_point_check()
|
| /include/uapi/linux/ |
| A D | v4l2-subdev.h | 42 __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/ |
| A D | slimbus.h | 205 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);
|
| A D | sctp.h | 222 __be16 stream; member 234 __be16 stream; member 598 __be16 stream; member 613 __be16 stream; member
|
| /include/trace/events/ |
| A D | sof.h | 73 __field(int, stream) 80 __entry->stream = substream->stream; 85 __get_str(device_name), __entry->pcm_id, __entry->stream,
|
| A D | asoc.h | 201 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)
|
| A D | netfs.h | 626 __field(unsigned int, stream) 635 __entry->stream = subreq->stream_nr; 708 TP_ARGS(wreq, stream, jump_to, type), 712 __field(unsigned char, stream) 720 __entry->stream = stream->stream_nr; 727 __entry->wreq, __entry->stream, 735 TP_ARGS(wreq, stream), 739 __field(unsigned char, stream) 746 __entry->stream = stream->stream_nr; 748 __entry->front = stream->front ? stream->front->start : UINT_MAX; [all …]
|
| A D | sof_intel.h | 105 __entry->substream = substream->stream; 118 __field(u32, stream) 123 __entry->stream = s->index; 127 __get_str(device_name), __entry->stream, __entry->status)
|
| /include/linux/soundwire/ |
| A D | sdw.h | 1050 void sdw_release_stream(struct sdw_stream_runtime *stream); 1058 struct sdw_stream_runtime *stream); 1060 struct sdw_stream_runtime *stream); 1062 int sdw_prepare_stream(struct sdw_stream_runtime *stream); 1063 int sdw_enable_stream(struct sdw_stream_runtime *stream); 1064 int sdw_disable_stream(struct sdw_stream_runtime *stream); 1065 int sdw_deprepare_stream(struct sdw_stream_runtime *stream); 1085 struct sdw_stream_runtime *stream); 1087 struct sdw_stream_runtime *stream); 1109 struct sdw_stream_runtime *stream) in sdw_stream_add_slave() argument [all …]
|
| A D | sdw_amd.h | 52 struct sdw_stream_runtime *stream; member
|
| /include/crypto/internal/ |
| A D | acompress.h | 195 struct crypto_acomp_streams *s) __acquires(stream); 198 struct crypto_acomp_stream *stream) __releases(stream) in crypto_acomp_unlock_stream_bh() argument 200 spin_unlock_bh(&stream->lock); in crypto_acomp_unlock_stream_bh()
|
| /include/media/ |
| A D | v4l2-subdev.h | 359 u32 stream; member 701 u32 stream; member 1397 unsigned int pad, u32 stream); 1419 u32 stream); 1441 unsigned int pad, u32 stream); 1463 unsigned int pad, u32 stream); 1564 u32 pad, u32 stream, u32 *other_pad, 1581 u32 pad, u32 stream);
|