/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_intel.c | 483 * and makes an audio stream sensitive to system latencies when 533 * If other links are enabled for stream, they need similar fix in intel_ml_lctl_set_power() 623 int stream = substream->stream; in azx_get_delay_from_lpib() local 627 if (stream == SNDRV_PCM_STREAM_PLAYBACK) in azx_get_delay_from_lpib() 644 chip->get_delay[stream] = NULL; in azx_get_delay_from_lpib() 688 int stream = substream->stream; in azx_position_ok() local 697 if (chip->get_position[stream]) in azx_position_ok() 698 pos = chip->get_position[stream](chi in azx_position_ok() [all...] |
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 366 struct xdr_stream stream; in ff_layout_alloc_lseg() local 379 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, in ff_layout_alloc_lseg() 381 xdr_set_scratch_buffer(&stream, page_address(scratch), PAGE_SIZE); in ff_layout_alloc_lseg() 385 p = xdr_inline_decode(&stream, 8 + 4); in ff_layout_alloc_lseg() 417 p = xdr_inline_decode(&stream, 4); in ff_layout_alloc_lseg() 435 rc = decode_deviceid(&stream, &fls->mirror_array[i]->devid); in ff_layout_alloc_lseg() 441 p = xdr_inline_decode(&stream, 4); in ff_layout_alloc_lseg() 447 rc = decode_pnfs_stateid(&stream, &fls->mirror_array[i]->stateid); in ff_layout_alloc_lseg() 453 p = xdr_inline_decode(&stream, 4); in ff_layout_alloc_lseg() 467 rc = decode_nfs_fh(&stream, in ff_layout_alloc_lseg() [all...] |
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 372 struct xdr_stream stream; in ff_layout_alloc_lseg() local 385 xdr_init_decode_pages(&stream, &buf, lgr->layoutp->pages, in ff_layout_alloc_lseg() 387 xdr_set_scratch_page(&stream, scratch); in ff_layout_alloc_lseg() 391 p = xdr_inline_decode(&stream, 8 + 4); in ff_layout_alloc_lseg() 423 p = xdr_inline_decode(&stream, 4); in ff_layout_alloc_lseg() 441 rc = decode_deviceid(&stream, &fls->mirror_array[i]->devid); in ff_layout_alloc_lseg() 447 p = xdr_inline_decode(&stream, 4); in ff_layout_alloc_lseg() 453 rc = decode_pnfs_stateid(&stream, &fls->mirror_array[i]->stateid); in ff_layout_alloc_lseg() 459 p = xdr_inline_decode(&stream, 4); in ff_layout_alloc_lseg() 473 rc = decode_nfs_fh(&stream, in ff_layout_alloc_lseg() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 1330 if (!res_ctx->pipe_ctx[i].stream) in dcn30_populate_dml_pipes_from_context() 1386 if (!context->res_ctx.pipe_ctx[i].stream) in dcn30_set_mcif_arb_params() 1390 struct dc_writeback_info *writeback_info = &context->res_ctx.pipe_ctx[i].stream->writeback_info[j]; in dcn30_set_mcif_arb_params() 1395 //wb_arb_params = &context->res_ctx.pipe_ctx[i].stream->writeback_info[j].mcif_arb_params; in dcn30_set_mcif_arb_params() 1407 wb_arb_params->time_per_pixel = (1000000 << 6) / context->res_ctx.pipe_ctx[i].stream->phy_pix_clk; /* time_per_pixel should be in u6.6 format */ in dcn30_set_mcif_arb_params() 1562 if (sec_pipe->stream->timing.flags.DSC == 1) { in dcn30_split_stream_for_mpc_or_odm() 1591 if (old_index >= 0 && context->res_ctx.pipe_ctx[old_index].stream == NULL) { in dcn30_find_split_pipe() 1600 if (context->res_ctx.pipe_ctx[i].stream == NULL) { in dcn30_find_split_pipe() 1615 if (context->res_ctx.pipe_ctx[i].stream == NULL) { in dcn30_find_split_pipe() 1703 if (!pipe->stream) in dcn30_internal_validate_bw() [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_intel.c | 436 * and makes an audio stream sensitive to system latencies when 576 int stream = substream->stream; in azx_get_delay_from_lpib() local 580 if (stream == SNDRV_PCM_STREAM_PLAYBACK) in azx_get_delay_from_lpib() 597 chip->get_delay[stream] = NULL; in azx_get_delay_from_lpib() 641 int stream = substream->stream; in azx_position_ok() local 657 if (chip->get_position[stream]) in azx_position_ok() 658 pos = chip->get_position[stream](chip, azx_dev); in azx_position_ok() 664 chip->get_position[stream] in azx_position_ok() [all...] |
/third_party/libuv/src/win/ |
H A D | pipe.c | 31 #include "stream-inl.h" 597 assert(handle->stream.conn.write_reqs_pending == 0); in uv__pipe_shutdown() 1208 handle->stream.serv.connection_cb = cb; in uv__pipe_listen() 1229 handle->stream.serv.connection_cb = cb; in uv__pipe_listen() 1643 handle->stream.conn.write_reqs_pending++; in uv__pipe_write_data() 1649 if (handle->stream.conn.write_reqs_pending == 0) { in uv__pipe_write_data() 1691 handle->stream.conn.write_reqs_pending++; in uv__pipe_write_data() 1724 handle->stream.conn.write_reqs_pending++; in uv__pipe_write_data() 2163 handle->stream.conn.write_reqs_pending--; in uv__process_pipe_write_req() 2167 assert(handle->stream in uv__process_pipe_write_req() [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 1793 // Does not affect ownership of stream. 1794 static sk_sp<SkTypeface> create_from_stream(std::unique_ptr<SkStreamAsset> stream) { 1804 sk_sp<SkData> rewrittenFontData(SkOTUtils::RenameFont(stream.get(), familyName, familyNameSize-1)); 1830 std::unique_ptr<SkStreamAsset> stream; 1839 stream.reset(new SkMemoryStream(bufferSize)); 1840 if (GetFontData(hdc, tables[i], 0, (void*)stream->getMemoryBase(), bufferSize)) { 1843 stream.reset(); 1847 return stream; 2274 sk_sp<SkTypeface> onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset> stream, 2279 return create_from_stream(std::move(stream)); [all...] |
/kernel/linux/linux-5.10/sound/soc/bcm/ |
H A D | bcm2835-i2s.c | 347 * If a stream is already enabled, in bcm2835_i2s_hw_params() 530 * We cannot set another frame length in the second stream in bcm2835_i2s_hw_params() 631 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK in bcm2835_i2s_prepare() 634 else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE in bcm2835_i2s_prepare() 647 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in bcm2835_i2s_stop() 672 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in bcm2835_i2s_trigger()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | jz4770.c | 224 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4770_codec_startup() 236 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4770_codec_shutdown() 251 if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK) in jz4770_codec_pcm_trigger() 731 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in jz4770_codec_hw_params()
|
H A D | cs4271.c | 358 if ((substream->stream == SNDRV_PCM_STREAM_PLAYBACK && in cs4271_hw_params() 360 (substream->stream == SNDRV_PCM_STREAM_CAPTURE && in cs4271_hw_params() 407 static int cs4271_mute_stream(struct snd_soc_dai *dai, int mute, int stream) in cs4271_mute_stream() argument 415 if (stream != SNDRV_PCM_STREAM_PLAYBACK) in cs4271_mute_stream()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_device.c | 691 * stream formats 899 * for the direct AC3 stream... in snd_hdac_query_supported_pcm() 936 unsigned int val = 0, rate, stream; in snd_hdac_is_supported_format() local 952 stream = query_stream_param(codec, nid); in snd_hdac_is_supported_format() 953 if (!stream) in snd_hdac_is_supported_format() 956 if (stream & AC_SUPFMT_PCM) { in snd_hdac_is_supported_format()
|
/kernel/linux/linux-5.10/sound/usb/6fire/ |
H A D | pcm.c | 122 if (alsa_sub->stream == SNDRV_PCM_STREAM_PLAYBACK) in usb6fire_pcm_get_substream() 124 else if (alsa_sub->stream == SNDRV_PCM_STREAM_CAPTURE) in usb6fire_pcm_get_substream() 310 "internal error: stream disabled in in-urb handler.\n"); in usb6fire_pcm_in_urb_handler() 398 if (alsa_sub->stream == SNDRV_PCM_STREAM_PLAYBACK) { in usb6fire_pcm_open() 403 } else if (alsa_sub->stream == SNDRV_PCM_STREAM_CAPTURE) { in usb6fire_pcm_open() 412 dev_err(&rt->chip->dev->dev, "invalid stream type.\n"); in usb6fire_pcm_open() 486 "could not start pcm stream.\n"); in usb6fire_pcm_prepare()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | ttusb2.c | 665 .stream = { 720 .stream = { 781 .stream = { 800 .stream = {
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | ttusb2.c | 671 .stream = { 726 .stream = { 787 .stream = { 806 .stream = {
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | super.c | 345 msblk->stream = squashfs_decompressor_setup(sb, flags); in squashfs_fill_super() 346 if (IS_ERR(msblk->stream)) { in squashfs_fill_super() 347 err = PTR_ERR(msblk->stream); in squashfs_fill_super() 348 msblk->stream = NULL; in squashfs_fill_super()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_qmc_audio.c | 144 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in qmc_audio_pcm_trigger() 433 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { in qmc_dai_startup() 484 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { in qmc_dai_hw_params() 511 direction = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? in qmc_dai_trigger()
|
/kernel/linux/linux-6.6/sound/soc/ux500/ |
H A D | ux500_msp_dai.c | 315 msp_config->direction = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? in setup_msp_config() 426 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in ux500_msp_dai_shutdown() 514 mask = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? in ux500_msp_dai_hw_params() 650 ret = ux500_msp_i2s_trigger(drvdata->msp, cmd, substream->stream); in ux500_msp_dai_trigger()
|
/kernel/linux/linux-6.6/sound/soc/bcm/ |
H A D | bcm2835-i2s.c | 347 * If a stream is already enabled, in bcm2835_i2s_hw_params() 530 * We cannot set another frame length in the second stream in bcm2835_i2s_hw_params() 631 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK in bcm2835_i2s_prepare() 634 else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE in bcm2835_i2s_prepare() 647 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in bcm2835_i2s_stop() 672 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in bcm2835_i2s_trigger()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | jz4770.c | 227 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4770_codec_startup() 239 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4770_codec_shutdown() 254 if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK) in jz4770_codec_pcm_trigger() 733 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in jz4770_codec_hw_params()
|
H A D | jz4760.c | 208 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4760_codec_startup() 219 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4760_codec_shutdown() 234 if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK) in jz4760_codec_pcm_trigger() 696 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in jz4760_codec_hw_params()
|
H A D | cs4271.c | 358 if ((substream->stream == SNDRV_PCM_STREAM_PLAYBACK && in cs4271_hw_params() 360 (substream->stream == SNDRV_PCM_STREAM_CAPTURE && in cs4271_hw_params() 407 static int cs4271_mute_stream(struct snd_soc_dai *dai, int mute, int stream) in cs4271_mute_stream() argument 415 if (stream != SNDRV_PCM_STREAM_PLAYBACK) in cs4271_mute_stream()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_device.c | 691 * stream formats 899 * for the direct AC3 stream... in snd_hdac_query_supported_pcm() 936 unsigned int val = 0, rate, stream; in snd_hdac_is_supported_format() local 952 stream = query_stream_param(codec, nid); in snd_hdac_is_supported_format() 953 if (!stream) in snd_hdac_is_supported_format() 956 if (stream & AC_SUPFMT_PCM) { in snd_hdac_is_supported_format()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/ |
H A D | mt8186-dai-src.c | 559 dev_dbg(afe->dev, "%s(), id %d, stream %d, rate %d\n", in mtk_dai_src_hw_params() 560 __func__, id, substream->stream, rate); in mtk_dai_src_hw_params() 563 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in mtk_dai_src_hw_params() 596 dev_dbg(afe->dev, "%s(), id %d, stream %d\n", in mtk_dai_src_hw_free() 597 __func__, id, substream->stream); in mtk_dai_src_hw_free() 599 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mtk_dai_src_hw_free()
|
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H A D | pcm.c | 122 if (alsa_sub->stream == SNDRV_PCM_STREAM_PLAYBACK) in usb6fire_pcm_get_substream() 124 else if (alsa_sub->stream == SNDRV_PCM_STREAM_CAPTURE) in usb6fire_pcm_get_substream() 310 "internal error: stream disabled in in-urb handler.\n"); in usb6fire_pcm_in_urb_handler() 398 if (alsa_sub->stream == SNDRV_PCM_STREAM_PLAYBACK) { in usb6fire_pcm_open() 403 } else if (alsa_sub->stream == SNDRV_PCM_STREAM_CAPTURE) { in usb6fire_pcm_open() 412 dev_err(&rt->chip->dev->dev, "invalid stream type.\n"); in usb6fire_pcm_open() 486 "could not start pcm stream.\n"); in usb6fire_pcm_prepare()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 255 int stream; member 503 int stream; member 514 int stream; member 521 int stream; member
|