Home
last modified time | relevance | path

Searched refs:streams (Results 251 – 275 of 380) sorted by relevance

1...<<111213141516

/openbmc/linux/drivers/usb/core/
H A Ddevio.c947 struct usbdevfs_streams __user *streams, in parse_usbdevfs_streams() argument
959 if (get_user(num_streams, &streams->num_streams) || in parse_usbdevfs_streams()
960 get_user(num_eps, &streams->num_eps)) in parse_usbdevfs_streams()
975 if (get_user(ep, &streams->eps[i])) { in parse_usbdevfs_streams()
1723 if (ep->streams) in proc_do_submiturb()
/openbmc/linux/include/sound/
H A Dpcm.h523 struct snd_pcm_str streams[2]; member
1507 for (s = info->pcm->streams[info->stream].substream; s; s = s->next) in snd_pcm_chmap_substream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c395 if (context->streams[i]) in dcn30_fpu_calculate_wm_and_dlg()
396 context->streams[i]->fpo_in_use = false; in dcn30_fpu_calculate_wm_and_dlg()
/openbmc/linux/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c564 &substream->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]; in rockchip_i2s_io_multiplex()
585 &substream->pcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in rockchip_i2s_io_multiplex()
/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1218 unsigned int pipe, unsigned int streams) in set_max_streams_for_pipe() argument
1222 streams--; in set_max_streams_for_pipe()
1225 streams <<= 4; in set_max_streams_for_pipe()
1230 max_streams |= streams; in set_max_streams_for_pipe()
/openbmc/linux/sound/pci/emu10k1/
H A Demupcm.c1453 …for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substre… in snd_emu10k1_pcm()
1458 …for (substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; substream; substream = substrea… in snd_emu10k1_pcm()
1484 …for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substre… in snd_emu10k1_pcm_multi()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c201 (dc->current_state->streams[i]->link->psr_settings.psr_version == DC_PSR_VERSION_UNSUPPORTED)) in dcn32_check_no_memory_request_for_cab()
261 if (dc->current_state->streams[i] != NULL && in dcn32_apply_idle_power_optimizations()
262 dc->current_state->streams[i]->link->psr_settings.psr_version != DC_PSR_VERSION_UNSUPPORTED) in dcn32_apply_idle_power_optimizations()
/openbmc/linux/Documentation/admin-guide/media/
H A Dqcom_camss.rst36 - ISPIF (ISP Interface) module. Handles the routing of the data streams from
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c376 if (context->streams[i_stream] == stream) { in dcn30_program_all_writeback_pipes_in_tree()
731 stream = dc->current_state->streams[0]; in dcn30_apply_idle_power_optimizations()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1415 struct dc_stream_state *streams[],
2123 bool dc_link_dp_dpia_validate(struct dc *dc, const struct dc_stream_state *streams,
/openbmc/linux/sound/pci/ice1712/
H A Dprodigy192.c668 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in prodigy192_add_controls()
/openbmc/linux/Documentation/sound/designs/
H A Dprocfile.rst44 ``<card>-<device>: <id>: <name> : <sub-streams>``
/openbmc/linux/sound/soc/intel/avs/
H A Dipc.c122 substream = pcm->streams[dir].substream; in avs_dsp_recovery()
/openbmc/linux/drivers/media/usb/uvc/
H A Duvcvideo.h577 struct list_head streams; member
/openbmc/linux/net/wireless/
H A Dutil.c1221 int modulation, streams, bitrate; in cfg80211_calculate_bitrate_ht() local
1228 streams = (rate->mcs >> 3) + 1; in cfg80211_calculate_bitrate_ht()
1239 bitrate *= streams; in cfg80211_calculate_bitrate_ht()
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-driver.h667 struct ivtv_stream streams[IVTV_MAX_STREAMS]; /* stream data */ member
/openbmc/linux/Documentation/sound/cards/
H A Dhdspm.rst364 Send playback streams to analog outs by default.
/openbmc/linux/Documentation/networking/
H A Dstrparser.rst27 streams of data.
/openbmc/qemu/pc-bios/
H A Dpetalogix-ml605.dts92 xlnx,icache-streams = < 0x00 >;
/openbmc/qemu/qapi/
H A Daudio.json19 # @mixing-engine: use QEMU's mixing engine to mix all streams inside
/openbmc/linux/sound/firewire/
H A Disight.c458 isight->pcm = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in isight_create_pcm()
/openbmc/linux/Documentation/driver-api/media/
H A Dmaintainer-entry-profile.rst8 capture, analog and digital TV streams, cameras, remote controllers, HDMI CEC
/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_asm.S372 # blended scheduling of vector and scalar instruction streams, one 4-wide
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c229 if (stream == state->streams[i]) in dc_stream_get_status_from_state()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_hdcp.c732 & AUTH_STREAM_TYPE) != data->streams[0].stream_type); in intel_dp_mst_hdcp2_stream_encryption()

1...<<111213141516