Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/openbmc/linux/tools/perf/util/
H A Dstream.c20 zfree(&es[i].streams); in evsel_streams__delete()
51 if (!s->streams) in evlist_streams__new()
78 es->streams[i].cnode = cnode; in evsel_streams__set_hot_cnode()
87 hit = (es->streams[0].cnode)->hit; in evsel_streams__set_hot_cnode()
89 if ((es->streams[i].cnode)->hit < hit) { in evsel_streams__set_hot_cnode()
90 hit = (es->streams[i].cnode)->hit; in evsel_streams__set_hot_cnode()
96 es->streams[idx].cnode = cnode; in evsel_streams__set_hot_cnode()
185 struct stream *pair_stream = &es_pair->streams[i]; in stream__callchain_match()
310 base_stream = &es_base->streams[i]; in callchain_streams_report()
320 base_stream = &es_base->streams[i]; in callchain_streams_report()
[all …]
/openbmc/linux/drivers/staging/greybus/
H A Dcamera.c595 streams[i].vc = cfg->virtual_channel; in gb_camera_configure_streams()
596 streams[i].dt[0] = cfg->data_type[0]; in gb_camera_configure_streams()
597 streams[i].dt[1] = cfg->data_type[1]; in gb_camera_configure_streams()
671 req->streams = streams; in gb_camera_capture()
804 gb_streams[i].width = streams[i].width; in gb_camera_op_configure_streams()
827 streams[i].width = gb_streams[i].width; in gb_camera_op_configure_streams()
829 streams[i].vc = gb_streams[i].vc; in gb_camera_op_configure_streams()
833 streams[i].pixel_code = in gb_camera_op_configure_streams()
940 streams = kcalloc(nstreams, sizeof(*streams), GFP_KERNEL); in gb_camera_debugfs_configure_streams()
941 if (!streams) in gb_camera_debugfs_configure_streams()
[all …]
/openbmc/linux/Documentation/driver-api/usb/
H A Dbulk-streams.rst1 USB bulk streams
7 Bulk endpoint streams were added in the USB 3.0 specification. Streams allow a
13 Protocol, which uses streams to queue multiple SCSI commands, can be found on
24 device can refuse that transfer. Devices can switch between streams at any
44 streams, or the xHCI driver ran out of memory), or the number of streams the
53 streams.
64 usb_alloc_streams() returns with a value of N, you may use streams 1 though N.
66 endpoint does not support streams, an error will be returned.
75 If a driver wishes to stop using streams to communicate with the device, it
83 ensure that drivers that don't support streams will be able to use the endpoint.
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c105 cpu_to_le32s(&sndconfig->streams); in virtio_snd_get_config()
128 le32_to_cpus(&s->snd_conf.streams); in virtio_snd_set_config()
158 s->pcm->streams[stream_id]; in virtio_snd_pcm_get_stream()
438 if (s->pcm->streams == NULL || in virtio_snd_pcm_prepare()
440 stream_id >= s->snd_conf.streams) { in virtio_snd_pcm_prepare()
464 s->pcm->streams[stream_id] = stream; in virtio_snd_pcm_prepare()
840 stream = vsnd->pcm->streams[i]; in empty_invalid_queue()
1079 if (vsnd->snd_conf.streams < 1 || vsnd->snd_conf.streams > 10) { in virtio_snd_realize()
1102 vsnd->pcm->streams = in virtio_snd_realize()
1348 if (vsnd->pcm->streams) { in virtio_snd_unrealize()
[all …]
/openbmc/linux/sound/virtio/
H A Dvirtio_chmap.c94 vs = &vpcm->streams[SNDRV_PCM_STREAM_PLAYBACK]; in virtsnd_chmap_parse_cfg()
97 vs = &vpcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in virtsnd_chmap_parse_cfg()
152 for (i = 0; i < ARRAY_SIZE(vpcm->streams); ++i) { in virtsnd_chmap_build_devs()
153 vs = &vpcm->streams[i]; in virtsnd_chmap_build_devs()
180 vs = &vpcm->streams[SNDRV_PCM_STREAM_PLAYBACK]; in virtsnd_chmap_build_devs()
182 vs = &vpcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in virtsnd_chmap_build_devs()
206 for (i = 0; i < ARRAY_SIZE(vpcm->streams); ++i) { in virtsnd_chmap_build_devs()
207 vs = &vpcm->streams[i]; in virtsnd_chmap_build_devs()
H A Dvirtio_pcm.c330 virtio_cread_le(vdev, struct virtio_snd_config, streams, in virtsnd_pcm_parse_cfg()
385 vpcm->streams[vss->direction].nsubstreams++; in virtsnd_pcm_parse_cfg()
410 vpcm->streams[SNDRV_PCM_STREAM_PLAYBACK].nsubstreams; in virtsnd_pcm_build_devs()
412 vpcm->streams[SNDRV_PCM_STREAM_CAPTURE].nsubstreams; in virtsnd_pcm_build_devs()
433 for (i = 0; i < ARRAY_SIZE(vpcm->streams); ++i) { in virtsnd_pcm_build_devs()
434 struct virtio_pcm_stream *stream = &vpcm->streams[i]; in virtsnd_pcm_build_devs()
458 vs = &vpcm->streams[vss->direction]; in virtsnd_pcm_build_devs()
463 for (i = 0; i < ARRAY_SIZE(vpcm->streams); ++i) { in virtsnd_pcm_build_devs()
464 struct virtio_pcm_stream *vs = &vpcm->streams[i]; in virtsnd_pcm_build_devs()
465 struct snd_pcm_str *ks = &vpcm->pcm->streams[i]; in virtsnd_pcm_build_devs()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2023-44487.patch6 To ensure that attempts to flood servers with many streams are detected
7 early, a limit of no more than 2 * max_concurrent_streams new streams per one
10 streams are handled synchronously or reset.
12 Further, refused streams are now limited to maximum of max_concurrent_streams
14 to clients trying to open several streams at the connection start, yet
44 + "client sent too many streams at once");
59 + "client sent too many refused streams");
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dsch_ets_tests.sh80 local -a streams=("$@")
82 local low_stream=${streams[0]}
91 for stream in ${streams[@]}; do
108 local stream=${streams[$i]}
124 for stream in ${streams[@]}; do
H A Dsch_ets.sh39 local -a streams=("$@")
42 for stream in ${streams[@]}; do
/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp63 streams[0]; in start()
99 auto streamIt = self.streams.find(streamId); in fileReadCallback()
100 if (streamIt == self.streams.end()) in fileReadCallback()
164 auto it = streams.find(streamId); in sendResponse()
165 if (it == streams.end()) in sendResponse()
228 auto it = streams.find(streamId); in onRequestRecv()
229 if (it == streams.end()) in onRequestRecv()
295 auto thisStream = streams.find(streamId); in onDataChunkRecvCallback()
296 if (thisStream == streams.end()) in onDataChunkRecvCallback()
420 if (thisStream == streams.end()) in onHeaderCallback()
[all …]
/openbmc/linux/sound/isa/
H A Dcmi8330.c163 } streams[2]; member
415 return chip->streams[SNDRV_PCM_STREAM_PLAYBACK].open(substream); in snd_cmi8330_playback_open()
424 return chip->streams[SNDRV_PCM_STREAM_CAPTURE].open(substream); in snd_cmi8330_capture_open()
445 chip->streams[CMI_SB_STREAM].ops = *ops; in snd_cmi8330_pcm()
446 chip->streams[CMI_SB_STREAM].open = ops->open; in snd_cmi8330_pcm()
447 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM]; in snd_cmi8330_pcm()
448 chip->streams[CMI_SB_STREAM].private_data = chip->sb; in snd_cmi8330_pcm()
452 chip->streams[CMI_AD_STREAM].ops = *ops; in snd_cmi8330_pcm()
453 chip->streams[CMI_AD_STREAM].open = ops->open; in snd_cmi8330_pcm()
454 chip->streams[CMI_AD_STREAM].ops.open = cmi_open_callbacks[CMI_AD_STREAM]; in snd_cmi8330_pcm()
[all …]
/openbmc/linux/net/mac80211/
H A Dairtime.c31 #define MCS_DURATION(streams, sgi, bps) \ argument
34 #define MCS_DURATION_S(shift, streams, sgi, bps) \ argument
52 #define HE_DURATION(streams, gi, bps) \ argument
55 #define HE_DURATION_S(shift, streams, gi, bps) \ argument
56 (HE_DURATION(streams, gi, bps) >> shift)
408 int bw, streams; in ieee80211_get_rate_duration() local
432 streams = status->nss; in ieee80211_get_rate_duration()
434 group = VHT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration()
439 group = HT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration()
442 streams = status->nss; in ieee80211_get_rate_duration()
[all …]
H A Drc80211_minstrel_ht_debugfs.c80 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
84 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
102 p += sprintf(p, " MCS%-2u", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_dump()
104 p += sprintf(p, " MCS%-1u/%1u", j, mg->streams); in minstrel_ht_stats_dump()
226 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
230 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
247 p += sprintf(p, ",MCS%-2u,", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_csv_dump()
249 p += sprintf(p, ",MCS%-1u/%1u,", j, mg->streams); in minstrel_ht_stats_csv_dump()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D05_gcc.diff16 Index: wvstreams-4.6.1/streams/wvatomicfile.cc
18 --- wvstreams-4.6.1.orig/streams/wvatomicfile.cc 2011-05-20 00:02:38.223136584 +0200
19 +++ wvstreams-4.6.1/streams/wvatomicfile.cc 2011-05-20 00:02:31.619136587 +0200
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c237 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init()
304 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev()
507 if (cx->streams[type].dvb != NULL) { in cx18_streams_cleanup()
510 kfree(cx->streams[type].dvb); in cx18_streams_cleanup()
511 cx->streams[type].dvb = NULL; in cx18_streams_cleanup()
512 cx18_stream_free(&cx->streams[type]); in cx18_streams_cleanup()
528 if (cx->streams[type].buffers != 0) in cx18_streams_cleanup()
529 cx18_stream_free(&cx->streams[type]); in cx18_streams_cleanup()
535 vdev = &cx->streams[type].video_dev; in cx18_streams_cleanup()
540 cx18_stream_free(&cx->streams[type]); in cx18_streams_cleanup()
[all …]
H A Dcx18-fileops.c33 struct cx18_stream *s = &cx->streams[type]; in cx18_claim_stream()
73 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_claim_stream()
75 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_claim_stream()
125 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_release_stream()
132 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_release_stream()
485 struct cx18_stream *s = &cx->streams[id->type]; in cx18_start_capture()
507 s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_start_capture()
508 s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_start_capture()
576 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_read()
595 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_enc_poll()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-float-tests.patch8 Index: cpprest/Release/tests/functional/streams/istream_tests.cpp
10 --- cpprest.orig/Release/tests/functional/streams/istream_tests.cpp
11 +++ cpprest/Release/tests/functional/streams/istream_tests.cpp
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_ets.sh67 local -a streams=("$@")
72 qdisc_parent_stats_get $swp2 10:$((${streams[0]} + 1)) .bytes \
75 for stream in ${streams[@]}; do
/openbmc/linux/sound/hda/
H A Dhdac_device.c807 if (!streams || streams == -1) in query_stream_param()
808 streams = snd_hdac_read_parm(codec, codec->afg, AC_PAR_STREAM); in query_stream_param()
809 if (!streams || streams == -1) in query_stream_param()
811 return streams; in query_stream_param()
853 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
855 streams = query_stream_param(codec, nid); in snd_hdac_query_supported_pcm()
856 if (!streams) in snd_hdac_query_supported_pcm()
860 if (streams & AC_SUPFMT_PCM) { in snd_hdac_query_supported_pcm()
890 if (streams & AC_SUPFMT_FLOAT32) { in snd_hdac_query_supported_pcm()
896 if (streams == AC_SUPFMT_AC3) { in snd_hdac_query_supported_pcm()
[all …]
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-fileops.c35 struct ivtv_stream *s = &itv->streams[type]; in ivtv_claim_stream()
76 s_vbi = &itv->streams[vbi_type]; in ivtv_claim_stream()
117 s_vbi = &itv->streams[IVTV_DEC_STREAM_TYPE_VBI]; in ivtv_release_stream()
119 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_release_stream()
418 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_capture()
447 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_start_capture()
497 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_read()
514 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_decoding()
540 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_write()
725 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_dec_poll()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dfsl,imx8qm-lvds-phy.yaml15 groups of four data lanes of LVDS data streams. A phase-locked
17 data streams over a fifth LVDS link. Every cycle of the transmit
19 through the two groups of LVDS data streams. Together with the
20 transmit clocks, the two groups of LVDS data streams form two
/openbmc/linux/sound/pci/nm256/
H A Dnm256.c224 struct nm256_stream streams[2]; member
729 s = &chip->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_nm256_playback_update()
744 s = &chip->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_nm256_capture_update()
910 struct nm256_stream *s = &chip->streams[i]; in snd_nm256_pcm()
964 if (chip->streams[SNDRV_PCM_STREAM_CAPTURE].running) in snd_nm256_intr_check()
1390 struct nm256_stream *s = &chip->streams[i]; in nm256_resume()
1413 if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running) in snd_nm256_free()
1415 if (chip->streams[SNDRV_PCM_STREAM_CAPTURE].running) in snd_nm256_free()
1497 chip->streams[SNDRV_PCM_STREAM_CAPTURE].bufsize; in snd_nm256_create()
1528 chip->streams[SNDRV_PCM_STREAM_PLAYBACK].buf = addr; in snd_nm256_create()
[all …]
/openbmc/qemu/hw/dma/
H A Dxilinx_axidma.c136 struct Stream streams[2]; member
387 stream_reset(&s->streams[i]); in xilinx_axidma_reset()
396 struct Stream *s = &cs->dma->streams[1]; in xilinx_axidma_control_stream_push()
413 struct Stream *s = &ds->dma->streams[1]; in xilinx_axidma_data_stream_can_push()
429 struct Stream *s = &ds->dma->streams[1]; in xilinx_axidma_data_stream_push()
446 s = &d->streams[sid]; in axidma_read()
480 s = &d->streams[sid]; in axidma_write()
556 struct Stream *st = &s->streams[i]; in xilinx_axidma_realize()
581 sysbus_init_irq(sbd, &s->streams[0].irq); in xilinx_axidma_init()
582 sysbus_init_irq(sbd, &s->streams[1].irq); in xilinx_axidma_init()
/openbmc/linux/sound/core/
H A Dpcm.c127 pstr = &pcm->streams[stream]; in snd_pcm_control_ioctl()
642 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_new_stream()
876 snd_pcm_free_stream(&pcm->streams[SNDRV_PCM_STREAM_CAPTURE]); in snd_pcm_free()
904 pstr = &pcm->streams[stream]; in snd_pcm_attach_substream()
1070 if (pcm->streams[cidx].substream == NULL) in snd_pcm_dev_register()
1083 pcm->streams[cidx].dev); in snd_pcm_dev_register()
1130 if (pcm->streams[cidx].dev) in snd_pcm_dev_disconnect()
1131 snd_unregister_device(pcm->streams[cidx].dev); in snd_pcm_dev_disconnect()
1132 free_chmap(&pcm->streams[cidx]); in snd_pcm_dev_disconnect()
1190 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) in snd_pcm_proc_read()
[all …]
/openbmc/linux/Documentation/networking/
H A Dtcp-thin.rst4 Thin-streams and TCP
20 applications, we have seen that they often produce thin streams
23 streams provoke high latencies when using TCP is unfortunate.
27 for thin streams. In short, if the kernel detects a thin stream,

12345678910>>...16