Home
last modified time | relevance | path

Searched full:streaming (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/
H A Dcache.json114 …blicDescription": "L2 cache write streaming mode. This event counts for each cycle where the core …
117 …riefDescription": "L2 cache write streaming mode. This event counts for each cycle where the core …
120 …scription": "L1 data cache entering write streaming mode. This event counts for each entry into wr…
123 …scription": "L1 data cache entering write streaming mode. This event counts for each entry into wr…
126 …escription": "L1 data cache write streaming mode. This event counts for each cycle where the core …
129 …escription": "L1 data cache write streaming mode. This event counts for each cycle where the core …
132 …blicDescription": "L3 cache write streaming mode. This event counts for each cycle where the core …
135 …riefDescription": "L3 cache write streaming mode. This event counts for each cycle where the core …
138 …ription": "Last level cache write streaming mode. This event counts for each cycle where the core …
141 …ription": "Last level cache write streaming mode. This event counts for each cycle where the core …
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/
H A Dcache.json123 …escription": "Level 2 cache write streaming mode. This event counts for each cycle where the core …
126 …escription": "Level 2 cache write streaming mode. This event counts for each cycle where the core …
129 …tion": "Level 1 data cache entering write streaming mode.This event counts for each entry into wri…
132 …tion": "Level 1 data cache entering write streaming mode.This event counts for each entry into wri…
135 …ption": "Level 1 data cache write streaming mode.This event counts for each cycle where the core i…
138 …ption": "Level 1 data cache write streaming mode.This event counts for each cycle where the core i…
141 …escription": "Level 3 cache write streaming mode.This event counts for each cycle where the core i…
144 …escription": "Level 3 cache write streaming mode.This event counts for each cycle where the core i…
/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Duncore-memory.json3 …"BriefDescription": "Counts the number of read requests and streaming stores that hit in MCDRAM ca…
12 …"BriefDescription": "Counts the number of read requests and streaming stores that hit in MCDRAM ca…
21 …"BriefDescription": "Counts the number of read requests and streaming stores that miss in MCDRAM c…
30 …"BriefDescription": "Counts the number of read requests and streaming stores that miss in MCDRAM c…
55 … and hybrid memory mode, this event counts all read requests as well as streaming stores that hit …
71 …ache and hybrid. In cache and hybrid memory mode, this event counts all streaming stores, writebac…
/linux/include/linux/
H A Dzstd.h338 * decompressed size, then it's better to use the streaming API.
400 * decompressed size, then it's better to use the streaming API.
414 /* ====== Streaming Buffers ====== */
417 * struct zstd_in_buffer - input buffer for streaming
428 * struct zstd_out_buffer - output buffer for streaming
438 /* ====== Streaming Compression ====== */
462 * zstd_init_cstream() - initialize a zstd streaming compression context
474 * Return: The zstd streaming compression context or NULL on error.
481 * @cstream: The zstd streaming compression context to reset.
495 * zstd_compress_stream() - streaming compress some of input into output
[all …]
/linux/tools/perf/pmu-events/arch/x86/bonnell/
H A Dfloating-point.json26 …"BriefDescription": "Retired computational Streaming SIMD Extensions (SSE) packed-single instructi…
34 …"BriefDescription": "Retired computational Streaming SIMD Extensions 2 (SSE2) scalar-double instru…
42 …"BriefDescription": "Retired computational Streaming SIMD Extensions (SSE) scalar-single instructi…
57 "BriefDescription": "Retired Streaming SIMD Extensions (SSE) packed-single instructions.",
65 … "BriefDescription": "Retired Streaming SIMD Extensions 2 (SSE2) scalar-double instructions.",
73 "BriefDescription": "Retired Streaming SIMD Extensions (SSE) scalar-single instructions.",
81 "BriefDescription": "Retired Streaming SIMD Extensions 2 (SSE2) vector instructions.",
H A Dmemory.json99 "BriefDescription": "Streaming SIMD Extensions (SSE) Prefetch NTA instructions executed",
107 "BriefDescription": "Streaming SIMD Extensions (SSE) PrefetchT0 instructions executed.",
115 "BriefDescription": "Streaming SIMD Extensions (SSE) PrefetchT1 instructions executed.",
123 "BriefDescription": "Streaming SIMD Extensions (SSE) PrefetchT2 instructions executed.",
147 …"BriefDescription": "Streaming SIMD Extensions (SSE) PrefetchT1 and PrefetchT2 instructions execut…
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_non_streaming.c5 * Verify that using an instruction not supported in streaming mode
6 * traps when in streaming mode.
21 * line from using a streaming-illegal instruction. in sme_trap_non_streaming_trigger()
37 .descr = "Check that we get a SIGILL if we use an unsupported instruction in streaming mode",
/linux/include/media/
H A Ddvb_vb2.h4 * dvb-vb2.h - DVB driver helper framework for streaming I/O
44 * VB2 is streaming. Callers should not check it directly. Instead,
154 * dvb_vb2_is_streaming - checks if the VB2 handler is streaming
157 * Return: 0 if not streaming, 1 otherwise.
196 * Starts dvb streaming
205 * Stops dvb streaming
217 * Initiate streaming by requesting a number of buffers. Also used to
H A Dvideobuf2-v4l2.h139 * #) if streaming is on, queues the buffer in driver by the means of
186 * vb2_streamon - start streaming
196 * 2) passes any previously queued buffers to the driver and starts streaming
204 * vb2_streamoff - stop streaming
213 * #) stop streaming and dequeues any queued buffers, including those previously
249 * vb2_queue_release() - stop streaming, release the queue and free memory
252 * This function stops streaming and performs necessary clean ups, including
364 * vb2_queue if streaming is in progress. This will stop streaming and
366 * will have stopped streaming as well.
H A Dvideobuf2-core.h106 * handling/memory allocators for each type of supported streaming I/O method.
198 * @VB2_MMAP: driver supports MMAP with streaming API.
199 * @VB2_USERPTR: driver supports USERPTR with streaming API.
202 * @VB2_DMABUF: driver supports DMABUF with streaming API.
384 * streaming is in progress, and the %PREPARED state occurs
392 * @prepare_streaming: called once to prepare for 'streaming' state; this is
394 * okay and streaming resources can be claimed. It is
396 * actual streaming starts when @start_streaming is called.
398 * @start_streaming: called once to enter 'streaming' state; the driver may
407 * start streaming, then set
[all …]
/linux/Documentation/scsi/
H A Daic79xx.rst144 - Include read streaming in the PPR flags we display in
151 - Correct /proc display of user read streaming settings.
319 :Definition: Enable read streaming on a per target basis.
322 bit to '1' enables read streaming for that
324 they should retain the default read streaming setting.
334 - enables read streaming for targets 0 and 6.
335 - disables read streaming for targets 1-5,7-15.
338 streaming setting.
346 - enables read streaming for targets 1,2, and 5.
347 - disables read streaming for targets 3,4,6-15.
[all …]
/linux/Documentation/usb/
H A Dgadget_uvc.rst66 Formats are created under the streaming/uncompressed and streaming/mjpeg configfs
74 + streaming +
110 wdir=$FUNCTION/streaming/$FORMAT/$NAME/${HEIGHT}p
146 mkdir $FUNCTION/streaming/color_matching/yuyv
147 pushd $FUNCTION/streaming/color_matching/yuyv
156 ln -s $FUNCTION/streaming/color_matching/yuyv $FUNCTION/streaming/uncompressed/yuyv
177 mkdir $FUNCTION/streaming/header/h
181 cd $FUNCTION/streaming/header/h
/linux/drivers/media/usb/dvb-usb/
H A Ddibusb.h58 /* streaming mode:
78 * 0x01 enable streaming
79 * 0x02 disable streaming
92 /* modify streaming of the FX2 */
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/
H A Dcache.json141 …escription": "Level 2 cache write streaming mode. This event counts for each cycle where the core …
144 …escription": "Level 2 cache write streaming mode. This event counts for each cycle where the core …
147 …escription": "Level 3 cache write streaming mode. This event counts for each cycle where the core …
150 …escription": "Level 3 cache write streaming mode. This event counts for each cycle where the core …
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-streamon.rst13 VIDIOC_STREAMON - VIDIOC_STREAMOFF - Start or stop streaming I/O
39 the capture or output process during streaming
74 If ``VIDIOC_STREAMON`` is called when streaming is already in progress,
75 or if ``VIDIOC_STREAMOFF`` is called when streaming is already stopped,
H A Dstreaming-par.rst7 Streaming Parameters
10 Streaming parameters are intended to optimize the video capture process
26 To get and set the streaming parameters applications call the
H A Dvidioc-g-parm.rst13 VIDIOC_G_PARM - VIDIOC_S_PARM - Get or set streaming parameters
53 To get and set the streaming parameters applications call the
131 - Custom (driver specific) streaming parameters. When unused,
171 :c:func:`write()` mode (in streaming mode timestamps
191 - Custom (driver specific) streaming parameters. When unused,
213 .. flat-table:: Streaming Parameters Capabilities
H A Dfunc-poll.rst35 When streaming I/O has been negotiated this function waits until a
75 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
81 streaming if the driver does not stream yet. This makes it possible to
85 function or streaming I/O must also support the :c:func:`poll()`
H A Ddev-sdr.rst11 is intended for controlling and data streaming of such devices.
37 At least one of the read/write or streaming I/O methods
64 streaming format are bound to that selectable format. In addition to the
106 An SDR device may support :ref:`read/write <rw>` and/or streaming
H A Dmmap.rst7 Streaming I/O (Memory Mapping)
14 streaming methods, to determine if the memory mapping flavor is
18 Streaming is an I/O method where only pointers to buffers are exchanged
24 drivers support streaming as well, allocating buffers in DMA-able main
75 printf("Video capturing or mmap-streaming is not supported\\n");
148 printf("Video capturing or mmap-streaming is not supported\\n");
208 Conceptually streaming drivers maintain two buffer queues, an incoming
/linux/Documentation/admin-guide/media/
H A Dttusb-dec.rst14 - Video Streaming
15 - Audio Streaming
24 - Streaming video PC->DEC
/linux/drivers/media/usb/gspca/
H A Dsq905.c192 * is streaming data. Because it is a workqueue function it is allowed to sleep
220 while (gspca_dev->present && gspca_dev->streaming) { in sq905_dostream()
230 /* Note we do not check for gspca_dev->streaming here, as in sq905_dostream()
363 gspca_dbg(gspca_dev, D_STREAM, "Start streaming at high resolution\n"); in sd_start()
367 gspca_dbg(gspca_dev, D_STREAM, "Start streaming at medium resolution\n"); in sd_start()
371 gspca_dbg(gspca_dev, D_STREAM, "Start streaming at low resolution\n"); in sd_start()
376 gspca_err(gspca_dev, "Start streaming command failed\n"); in sd_start()
379 /* Start the workqueue function to do the streaming */ in sd_start()
/linux/Documentation/driver-api/media/
H A Dmc-core.rst205 When starting streaming, drivers must notify all entities in the pipeline to
206 prevent link states from being modified during streaming by calling
209 The function will mark all the pads which are part of the pipeline as streaming.
227 are required to stop streaming.
232 link is a streaming entity. Links that can be modified while streaming must
235 If other operations need to be disallowed on streaming entities (such as
237 media_entity stream_count field to find out if an entity is streaming. This
/linux/drivers/staging/media/tegra-video/
H A Dcsi.h22 /* Maximum 2 CSI x4 ports can be ganged up for streaming */
102 * @csi_start_streaming: programs csi hardware to enable streaming.
103 * @csi_stop_streaming: programs csi hardware to disable streaming.
118 * @csi_max_channels: supported max streaming channels
/linux/drivers/staging/media/ipu3/
H A Dipu3.h123 bool streaming; /* Public read only */ member
145 /* Lock to protect writes to streaming flag in this struct */
148 /* Forbid streaming and buffer queuing during system suspend. */
150 /* Indicate if system suspend take place while imgu is streaming. */

12345678910>>...22