/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/ |
D | cache.json | 114 …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-6.12.1/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 22 streaming interface 156 What: /config/usb-gadget/gadget/functions/uvc.name/streaming 159 Description: Streaming descriptors 165 streaming interface 168 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/class 171 Description: Streaming class descriptors 173 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/class/ss 176 Description: Super speed streaming class descriptors 178 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/class/hs 181 Description: High speed streaming class descriptors [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/ |
D | cache.json | 123 …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-6.12.1/Documentation/arch/arm64/ |
D | sme.rst | 10 documentation in sve.rst which provides details on the Streaming SVE mode 21 * PSTATE.SM, PSTATE.ZA, the streaming mode vector length, the ZA and (when 79 controls the size of the streaming mode SVE vectors and the ZA matrix array. 80 The ZA matrix is square with each side having as many bytes as a streaming 84 3. Sharing of streaming and non-streaming mode SVE state 88 between streaming and non-streaming modes. When switching between modes 118 * Signal handlers are invoked with streaming mode and ZA disabled. 239 unspecified, including both streaming and non-streaming SVE state. 274 * A new regset NT_ARM_SSVE is defined for access to streaming mode SVE 302 Target thread's current streaming vector length, in bytes. [all …]
|
D | sve.rst | 11 interactions with Streaming SVE mode added by the Scalable Matrix Extension 28 * In streaming mode FFR is not accessible unless HWCAP2_SME_FA64 is present 30 access streaming mode FFR is read and written as zero. 65 streaming mode which provides a subset of the SVE feature set using a 73 present and streaming SVE mode is in use the FPSIMD subset of registers 74 will be read via NT_ARM_SVE and NT_ARM_SVE writes will exit streaming mode 141 if set indicates that the thread is in streaming mode and the vector length 142 and register data (if present) describe the streaming SVE data and vector 189 * It is permitted to enter or leave streaming mode by setting or clearing 291 streaming mode SVE registers and NT_ARM_SVE describes the [all …]
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | hive_isp_css_defs.h | 264 /* port definitions for the streaming monitors */ 265 /* port definititions SP streaming monitor, monitors the status of streaming ports at the SP side o… 288 /* previously used SP streaming monitor port identifiers, kept for backward compatibility */ 310 /* port definititions ISP streaming monitor, monitors the status of streaming ports at the ISP side… 326 /* previously used ISP streaming monitor port identifiers, kept for backward compatibility */ 340 /* port definititions MOD streaming monitor, monitors the status of streaming ports at the module s…
|
/linux-6.12.1/include/linux/ |
D | zstd.h | 314 * decompressed size, then it's better to use the streaming API. 376 * decompressed size, then it's better to use the streaming API. 390 /* ====== Streaming Buffers ====== */ 393 * struct zstd_in_buffer - input buffer for streaming 404 * struct zstd_out_buffer - output buffer for streaming 414 /* ====== Streaming Compression ====== */ 428 * zstd_init_cstream() - initialize a zstd streaming compression context 440 * Return: The zstd streaming compression context or NULL on error. 447 * @cstream: The zstd streaming compression context to reset. 461 * zstd_compress_stream() - streaming compress some of input into output [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/knightslanding/ |
D | uncore-memory.json | 3 …"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-6.12.1/tools/testing/selftests/arm64/signal/testcases/ |
D | sme_trap_non_streaming.c | 5 * 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-6.12.1/Documentation/driver-api/media/ |
D | camera-sensor.rst | 72 being accessed and when it is streaming. Drivers should use 73 ``pm_runtime_resume_and_get()`` when starting streaming and 75 streaming. They may power the device up at probe time (for example to read 79 At system suspend time, the whole camera pipeline must stop streaming, and 83 restart streaming by calling the appropriate subdev operations 85 sensor drivers shall therefore **not** keep track of the streaming state to 86 stop streaming in the PM suspend handler and restart it in the resume handler.
|
D | mc-core.rst | 205 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-6.12.1/tools/perf/pmu-events/arch/x86/bonnell/ |
D | floating-point.json | 26 …"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.",
|
D | memory.json | 99 "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-6.12.1/include/media/ |
D | dvb_vb2.h | 4 * 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
|
D | videobuf2-v4l2.h | 139 * #) 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.
|
D | videobuf2-core.h | 106 * 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-6.12.1/Documentation/scsi/ |
D | aic79xx.rst | 144 - 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-6.12.1/Documentation/usb/ |
D | gadget_uvc.rst | 66 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-6.12.1/drivers/media/usb/dvb-usb/ |
D | dibusb.h | 58 /* streaming mode: 78 * 0x01 enable streaming 79 * 0x02 disable streaming 92 /* modify streaming of the FX2 */
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | ttusb-dec.rst | 14 - Video Streaming 15 - Audio Streaming 24 - Streaming video PC->DEC
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-streamon.rst | 13 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,
|
D | streaming-par.rst | 7 Streaming Parameters 10 Streaming parameters are intended to optimize the video capture process 26 To get and set the streaming parameters applications call the
|
D | vidioc-g-parm.rst | 13 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
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/ |
D | cache.json | 141 …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-6.12.1/drivers/media/usb/gspca/ |
D | sq905.c | 192 * 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()
|