/third_party/skia/third_party/externals/freetype/builds/mac/ |
H A D | ftmac.c | 35 - Check whether the offered stream points to a Mac suitcase file. This 37 stream that gets passed to our init_face() routine is a stdio stream, 39 resource fork. So we just grab the stream->pathname field. 46 it into a memory stream, load the Type 1 driver and delegate the rest 54 wrap it into a memory stream, load the TrueType driver and delegate 440 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) 444 ft_FSp_stream_close( FT_Stream stream ) in ft_FSp_stream_close() 446 ft_fclose( STREAM_FILE( stream ) ); in ft_FSp_stream_close() 455 ft_FSp_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_FSp_stream_io() argument 1146 FT_Stream stream; FT_New_Face_From_SFNT() local [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglCreateContextExtTests.cpp | 92 std::ostringstream stream; in eglContextFlagsToString() local 95 stream << "<None>"; in eglContextFlagsToString() 103 stream << "|"; in eglContextFlagsToString() 107 stream << "EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR"; in eglContextFlagsToString() 113 stream << "|"; in eglContextFlagsToString() 117 stream << "EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR"; in eglContextFlagsToString() 123 stream << "|"; in eglContextFlagsToString() 125 stream << "EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR"; in eglContextFlagsToString() 129 return stream.str(); in eglContextFlagsToString() 134 std::ostringstream stream; in eglProfileMaskToString() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 865 /* Recursively dumps to the FILE stream given by stream the contents 872 static void dump_nodes(FILE *stream, struct node *nodep, in dump_nodes() argument 886 fprintf(stream, "%*s---- %s nodep: %p\n", indent, "", node_type, nodep); in dump_nodes() 887 fprintf(stream, "%*s parent: %p left: %p right: %p\n", indent, "", in dump_nodes() 889 fprintf(stream, "%*s idx: 0x%lx mask: 0x%x num_after: 0x%lx\n", in dump_nodes() 894 dump_nodes(stream, nodep->left, indent + 2); in dump_nodes() 898 dump_nodes(stream, nodep->right, indent + 2); in dump_nodes() 917 /* Dumps to the FILE stream specified by stream, th 925 sparsebit_dump_internal(FILE *stream, struct sparsebit *s, unsigned int indent) sparsebit_dump_internal() argument 1549 display_range(FILE *stream, sparsebit_idx_t low, sparsebit_idx_t high, bool prepend_comma_space) display_range() argument 1587 sparsebit_dump(FILE *stream, struct sparsebit *s, unsigned int indent) sparsebit_dump() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/mediatek/common/ |
H A D | mtk-btcvsd.c | 84 int stream; member 130 spinlock_t tx_lock; /* spinlock for bt tx stream control */ 131 spinlock_t rx_lock; /* spinlock for bt rx stream control */ 209 dev_dbg(bt->dev, "%s(), stream %d, state %d, tx->state %d, rx->state %d, irq_disabled %d\n", in mtk_btcvsd_snd_set_state() 211 bt_stream->stream, state, in mtk_btcvsd_snd_set_state() 241 bt->tx->stream = SNDRV_PCM_STREAM_PLAYBACK; in mtk_btcvsd_snd_tx_init() 254 bt->rx->stream = SNDRV_PCM_STREAM_CAPTURE; in mtk_btcvsd_snd_rx_init() 650 if (bt_stream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in wait_for_bt_irq() 664 dev_warn(bt->dev, "%s(), stream %d, timeout %llu, limit %llu, ret %d, flag %d\n", in wait_for_bt_irq() 665 __func__, bt_stream->stream, in wait_for_bt_irq() 959 int stream = substream->stream; mtk_pcm_btcvsd_trigger() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 864 /* Recursively dumps to the FILE stream given by stream the contents 871 static void dump_nodes(FILE *stream, struct node *nodep, in dump_nodes() argument 885 fprintf(stream, "%*s---- %s nodep: %p\n", indent, "", node_type, nodep); in dump_nodes() 886 fprintf(stream, "%*s parent: %p left: %p right: %p\n", indent, "", in dump_nodes() 888 fprintf(stream, "%*s idx: 0x%lx mask: 0x%x num_after: 0x%lx\n", in dump_nodes() 893 dump_nodes(stream, nodep->left, indent + 2); in dump_nodes() 897 dump_nodes(stream, nodep->right, indent + 2); in dump_nodes() 916 /* Dumps to the FILE stream specified by stream, th 924 sparsebit_dump_internal(FILE *stream, struct sparsebit *s, unsigned int indent) sparsebit_dump_internal() argument 1548 display_range(FILE *stream, sparsebit_idx_t low, sparsebit_idx_t high, bool prepend_comma_space) display_range() argument 1586 sparsebit_dump(FILE *stream, struct sparsebit *s, unsigned int indent) sparsebit_dump() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/mediatek/common/ |
H A D | mtk-btcvsd.c | 84 int stream; member 130 spinlock_t tx_lock; /* spinlock for bt tx stream control */ 131 spinlock_t rx_lock; /* spinlock for bt rx stream control */ 209 dev_dbg(bt->dev, "%s(), stream %d, state %d, tx->state %d, rx->state %d, irq_disabled %d\n", in mtk_btcvsd_snd_set_state() 211 bt_stream->stream, state, in mtk_btcvsd_snd_set_state() 241 bt->tx->stream = SNDRV_PCM_STREAM_PLAYBACK; in mtk_btcvsd_snd_tx_init() 254 bt->rx->stream = SNDRV_PCM_STREAM_CAPTURE; in mtk_btcvsd_snd_rx_init() 650 if (bt_stream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in wait_for_bt_irq() 664 dev_warn(bt->dev, "%s(), stream %d, timeout %llu, limit %llu, ret %d, flag %d\n", in wait_for_bt_irq() 665 __func__, bt_stream->stream, in wait_for_bt_irq() 952 int stream = substream->stream; mtk_pcm_btcvsd_trigger() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | concatdec.c | 272 "Match slave stream #%d with stream #%d id 0x%x\n", in match_streams_exact_id() 450 [DIR_STREAM ] = { "stream", "", 0 }, 465 AVStream *stream = NULL; in concat_parse_script() local 501 av_log(avf, AV_LOG_ERROR, "Line %d: %s without stream\n", line, keyword); in concat_parse_script() 593 stream = avformat_new_stream(avf, NULL); in concat_parse_script() 594 if (!stream) in concat_parse_script() 599 stream->id = arg_int[0]; in concat_parse_script() 602 ret = av_dict_set(&stream->metadata, arg_kw[0], arg_str[1], AV_DICT_DONT_STRDUP_VAL); in concat_parse_script() 614 stream in concat_parse_script() 822 try_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) try_seek() argument 840 real_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags, AVFormatContext *cur_avf) real_seek() argument 890 concat_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) concat_seek() argument [all...] |
H A D | lxfdec.c | 168 av_log(s, AV_LOG_INFO, "got audio packet, but no audio stream present\n"); in get_packet_header() 299 uint32_t stream; in lxf_read_packet() local 305 stream = lxf->packet_type; in lxf_read_packet() 307 if (stream > 1) { in lxf_read_packet() 309 "got packet with illegal stream index %"PRIu32"\n", stream); in lxf_read_packet() 313 if (stream == 1 && s->nb_streams < 2) { in lxf_read_packet() 314 av_log(s, AV_LOG_ERROR, "got audio packet without having an audio stream\n"); in lxf_read_packet() 325 pkt->stream_index = stream; in lxf_read_packet() 327 if (!stream) { in lxf_read_packet() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_psr.c | 91 static bool dmub_psr_set_version(struct dmub_psr *dmub, struct dc_stream_state *stream) in dmub_psr_set_version() argument 96 if (stream->link->psr_settings.psr_version == DC_PSR_VERSION_UNSUPPORTED) in dmub_psr_set_version() 101 switch (stream->link->psr_settings.psr_version) { in dmub_psr_set_version() 206 if (res_ctx->pipe_ctx[i].stream && in dmub_psr_copy_settings() 207 res_ctx->pipe_ctx[i].stream->link == link && in dmub_psr_copy_settings() 208 res_ctx->pipe_ctx[i].stream->link->connector_signal == SIGNAL_TYPE_EDP) { in dmub_psr_copy_settings() 218 if (!dmub_psr_set_version(dmub, pipe_ctx->stream)) in dmub_psr_copy_settings()
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | axg-tdm-formatter.c | 17 struct axg_tdm_stream *stream; member 40 * in the stream. This is why the odd algorithm below is used. in axg_tdm_formatter_set_channel_masks() 45 * Distribute the channels of the stream over the available slots in axg_tdm_formatter_set_channel_masks() 63 * the stream has more channels than we can accommodate and we should in axg_tdm_formatter_set_channel_masks() 82 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_enable() 91 * On the g12a (and possibly other SoCs), when a stream using in axg_tdm_formatter_enable() 118 /* Setup the stream parameter in the formatter */ in axg_tdm_formatter_enable() 121 formatter->stream); in axg_tdm_formatter_enable() 157 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_attach() 162 /* Catch up if the stream i in axg_tdm_formatter_attach() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | max98363.c | 211 struct sdw_stream_runtime *stream; in max98363_sdw_dai_hw_params() local 216 stream = snd_soc_dai_get_dma_data(dai, substream); in max98363_sdw_dai_hw_params() 218 if (!stream) in max98363_sdw_dai_hw_params() 224 if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK) in max98363_sdw_dai_hw_params() 243 &port_config, 1, stream); in max98363_sdw_dai_hw_params() 260 struct sdw_stream_runtime *stream = in max98363_pcm_hw_free() local 266 sdw_stream_remove_slave(max98363->slave, stream); in max98363_pcm_hw_free()
|
H A D | wm_adsp.c | 141 __be32 min_free; /* min free space since stream start */ 170 struct snd_compr_stream *stream; member 1224 if (compr->stream) in wm_adsp_compr_detach() 1225 snd_compr_fragment_elapsed(compr->stream); in wm_adsp_compr_detach() 1233 int wm_adsp_compr_open(struct wm_adsp *dsp, struct snd_compr_stream *stream) in wm_adsp_compr_open() argument 1236 struct snd_soc_pcm_runtime *rtd = stream->private_data; in wm_adsp_compr_open() 1248 if (wm_adsp_fw[dsp->fw].compr_direction != stream->direction) { in wm_adsp_compr_open() 1249 adsp_err(dsp, "%s: Firmware does not support stream direction\n", in wm_adsp_compr_open() 1257 adsp_err(dsp, "%s: Only a single stream supported per dai\n", in wm_adsp_compr_open() 1271 compr->stream in wm_adsp_compr_open() 1285 wm_adsp_compr_free(struct snd_soc_component *component, struct snd_compr_stream *stream) wm_adsp_compr_free() argument 1305 wm_adsp_compr_check_params(struct snd_compr_stream *stream, struct snd_compr_params *params) wm_adsp_compr_check_params() argument 1360 wm_adsp_compr_set_params(struct snd_soc_component *component, struct snd_compr_stream *stream, struct snd_compr_params *params) wm_adsp_compr_set_params() argument 1388 wm_adsp_compr_get_caps(struct snd_soc_component *component, struct snd_compr_stream *stream, struct snd_compr_caps *caps) wm_adsp_compr_get_caps() argument 1700 wm_adsp_compr_trigger(struct snd_soc_component *component, struct snd_compr_stream *stream, int cmd) wm_adsp_compr_trigger() argument 1864 wm_adsp_compr_pointer(struct snd_soc_component *component, struct snd_compr_stream *stream, struct snd_compr_tstamp *tstamp) wm_adsp_compr_pointer() argument 2023 wm_adsp_compr_copy(struct snd_soc_component *component, struct snd_compr_stream *stream, char __user *buf, size_t count) wm_adsp_compr_copy() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/meson/ |
H A D | axg-tdm-formatter.c | 17 struct axg_tdm_stream *stream; member 40 * in the stream. This is why the odd algorithm below is used. in axg_tdm_formatter_set_channel_masks() 45 * Distribute the channels of the stream over the available slots in axg_tdm_formatter_set_channel_masks() 63 * the stream has more channels than we can accommodate and we should in axg_tdm_formatter_set_channel_masks() 82 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_enable() 91 * On the g12a (and possibly other SoCs), when a stream using in axg_tdm_formatter_enable() 118 /* Setup the stream parameter in the formatter */ in axg_tdm_formatter_enable() 121 formatter->stream); in axg_tdm_formatter_enable() 157 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_attach() 162 /* Catch up if the stream i in axg_tdm_formatter_attach() [all...] |
/third_party/glfw/tests/ |
H A D | joysticks.c | 98 FILE* stream = fopen(paths[i], "rb"); in drop_callback() local 99 if (!stream) in drop_callback() 102 fseek(stream, 0, SEEK_END); in drop_callback() 103 size = ftell(stream); in drop_callback() 104 fseek(stream, 0, SEEK_SET); in drop_callback() 108 if (fread(text, 1, size, stream) == size) in drop_callback() 112 fclose(stream); in drop_callback()
|
/third_party/icu/icu4c/source/test/iotest/ |
H A D | stream.cpp | 177 log_err("Error converting string for large stream buffer testing.\n"); in TestStream() 191 static int32_t getBitStatus(const iostream& stream) { in getBitStatus() argument 192 return (stream.good()<<IOSTREAM_GOOD_SHIFT) in getBitStatus() 193 | (stream.bad()<<IOSTREAM_BAD_SHIFT) in getBitStatus() 194 | (stream.eof()<<IOSTREAM_EOF_SHIFT) in getBitStatus() 195 | (stream.fail()<<IOSTREAM_FAIL_SHIFT); in getBitStatus() 199 printBits(const iostream& stream) in printBits() argument 201 int32_t status = getBitStatus(stream); in printBits() 282 /* The test cases needs to be converted to the default codepage. However, the stream operator needs char* so U_STRING_* is called. */ in TestStreamEOF() 321 addTest(root, &TestStream, "stream/TestStrea in addStreamTests() [all...] |
/third_party/node/lib/internal/streams/ |
H A D | operators.js | 20 const { finished } = require('internal/streams/end-of-stream'); 44 function compose(stream, options) { 52 if (isNodeStream(stream) && !isWritable(stream)) { 53 throw new ERR_INVALID_ARG_VALUE('stream', stream, 'must be writable'); 56 const composedStream = staticCompose(this, stream); 98 const stream = this; 131 for await (let val of stream) { 291 // missing if the stream ha [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.h | 125 headers, trailers, and push promises) per stream. */ 135 void nghttp3_qpack_stream_del(nghttp3_qpack_stream *stream, 138 uint64_t nghttp3_qpack_stream_get_max_cnt(const nghttp3_qpack_stream *stream); 140 int nghttp3_qpack_stream_add_ref(nghttp3_qpack_stream *stream, 143 void nghttp3_qpack_stream_pop_ref(nghttp3_qpack_stream *stream); 163 /* max_blocked_streams is the maximum number of stream which can be 201 decoder stream. */ 208 stream. */ 228 /* streams is a map of stream ID to nghttp3_qpack_stream to keep 241 /* state is a current state of reading decoder stream [all...] |
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_fragments.c | 92 uint32_t stream; in main() local 161 stream = 1; in main() 163 sinfo->sinfo_stream = stream; in main() 203 test_check_msg_data(&inmessage, error, msg_len, MSG_EOR, stream, ppid); in main() 265 MSG_EOR, stream, ppid); in main() 271 stream, ppid); in main() 279 MSG_EOR, stream, ppid); in main()
|
H A D | test_peeloff.c | 78 uint32_t stream; in main() local 150 stream = 1; in main() 152 sinfo->sinfo_stream = stream; in main() 196 MSG_EOR, stream, ppid); in main() 237 MSG_EOR, stream, ppid); in main() 258 MSG_EOR, stream, ppid); in main() 277 MSG_EOR, stream, ppid); in main()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | lib.c | 65 static const char *show_include_chain(int stream, const char *base) in show_include_chain() argument 70 while ((stream = stream_prev(stream)) >= 0) { in show_include_chain() 71 const char *p = stream_name(stream); in show_include_chain() 114 const char *name = stream_name(pos.stream); in show_stream_name() 125 show_include_chain(pos.stream, base_filename)); in show_stream_name() 299 int builtin = token && !token->pos.stream; in sparse_tokenstream() 301 // Preprocess the stream in sparse_tokenstream() 352 // Tokenize the input stream in sparse_file() 372 // Prepend any "include" file to the stream in sparse_initial() [all...] |
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 86 SkRandomAccessWStream* stream = (SkRandomAccessWStream*)ctx; in sk_write_packet() local 87 stream->write(buffer, size); in sk_write_packet() 92 SkRandomAccessWStream* stream = (SkRandomAccessWStream*)ctx; in sk_seek_packet() local 97 pos = (int64_t)stream->pos() + pos; in sk_seek_packet() 100 pos = (int64_t)stream->size() + pos; in sk_seek_packet() 105 if (pos < 0 || pos > (int64_t)stream->size()) { in sk_seek_packet() 108 stream->seek(SkToSizeT(pos)); in sk_seek_packet() 188 /* Some formats want stream headers to be separate. */ in init()
|
/third_party/rust/crates/syn/src/ |
H A D | buffer.rs | 37 fn recursive_new(entries: &mut Vec<Entry>, stream: TokenStream) { in recursive_new() 38 for tt in stream { in recursive_new() 46 Self::recursive_new(entries, group.stream()); in recursive_new() 60 pub fn new(stream: proc_macro::TokenStream) -> Self { in new() 61 Self::new2(stream.into()) in new() 66 pub fn new2(stream: TokenStream) -> Self { in new2() 68 Self::recursive_new(&mut entries, stream); in new2() 293 /// Returns `None` if the cursor has reached the end of its stream.
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/ |
H A D | jpeg_exif_metadata_accessor_test.cpp | 77 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_INPUT1_JPEG_PATH); in HWTEST_F() local 78 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F() 79 JpegExifMetadataAccessor imageAccessor(stream); in HWTEST_F() 127 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_INPUT1_JPEG_PATH); in HWTEST_F() local 128 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F() 129 JpegExifMetadataAccessor imageAccessor(stream); in HWTEST_F() 174 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_INPUT1_JPEG_PATH); in HWTEST_F() local 175 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F() 176 JpegExifMetadataAccessor imageAccessor(stream); in HWTEST_F() 229 std::shared_ptr<MetadataStream> stream in HWTEST_F() local 284 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_INPUT2_JPEG_PATH); HWTEST_F() local 334 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_INPUT3_JPEG_PATH); HWTEST_F() local 390 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_INPUT2_JPEG_PATH); HWTEST_F() local 424 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_ERROR1_JPEG_PATH); HWTEST_F() local 438 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_ERROR2_JPEG_PATH); HWTEST_F() local 452 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_INPUT1_JPEG_PATH); HWTEST_F() local 467 std::shared_ptr<MetadataStream> stream = std::make_shared<FileMetadataStream>(IMAGE_INPUT_WRITE1_JPEG_PATH); HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_debugfs.c | 790 if (dm_crtc_state->stream == NULL) in output_bpc_show() 793 switch (dm_crtc_state->stream->timing.display_color_depth) { in output_bpc_show() 900 dc_stream_send_dp_sdp(acrtc_state->stream, data, write_size); in dp_sdp_message_debugfs_write() 1193 if (pipe_ctx && pipe_ctx->stream && in dp_dsc_clock_en_read() 1194 pipe_ctx->stream->link == aconnector->dc_link) in dp_dsc_clock_en_read() 1291 if (pipe_ctx && pipe_ctx->stream && in dp_dsc_clock_en_write() 1292 pipe_ctx->stream->link == aconnector->dc_link) in dp_dsc_clock_en_write() 1296 if (!pipe_ctx || !pipe_ctx->stream) in dp_dsc_clock_en_write() 1349 if (pipe_ctx && pipe_ctx->stream && in dp_dsc_slice_width_read() 1350 pipe_ctx->stream in dp_dsc_slice_width_read() [all...] |
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | davinci-mcasp.c | 111 /* Used for comstraint setting on the second stream */ 285 static void davinci_mcasp_start(struct davinci_mcasp *mcasp, int stream) in davinci_mcasp_start() argument 289 if (stream == SNDRV_PCM_STREAM_PLAYBACK) in davinci_mcasp_start() 302 * In synchronous mode stop the TX clocks if no other stream is in mcasp_stop_rx() 329 * In synchronous mode keep TX clocks running if the capture stream is in mcasp_stop_tx() 350 static void davinci_mcasp_stop(struct davinci_mcasp *mcasp, int stream) in davinci_mcasp_stop() argument 354 if (stream == SNDRV_PCM_STREAM_PLAYBACK) in davinci_mcasp_stop() 706 static int davinci_mcasp_ch_constraint(struct davinci_mcasp *mcasp, int stream, in davinci_mcasp_ch_constraint() argument 709 struct snd_pcm_hw_constraint_list *cl = &mcasp->chconstr[stream]; in davinci_mcasp_ch_constraint() 714 if (mcasp->tdm_mask[stream]) in davinci_mcasp_ch_constraint() 834 mcasp_common_hw_param(struct davinci_mcasp *mcasp, int stream, int period_words, int channels) mcasp_common_hw_param() argument 958 mcasp_i2s_hw_param(struct davinci_mcasp *mcasp, int stream, int channels) mcasp_i2s_hw_param() argument [all...] |