Home
last modified time | relevance | path

Searched refs:processing (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/Linux-v6.6/drivers/staging/media/ipu3/
DKconfig11 This is the Video4Linux2 driver for Intel IPU3 image processing unit,
12 found in Intel Skylake and Kaby Lake SoCs and used for processing
/Linux-v6.6/drivers/net/ethernet/freescale/fman/
DKconfig23 internal resource leak thus stopping further packet processing.
28 stall further packet processing. The issue can occur with any
39 likelihood of stalled FMAN packet processing, especially under
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dlibv4l-introduction.rst56 processing functions to improve webcam video quality. The video
57 processing is split in to 2 parts: libv4lconvert/control and
58 libv4lconvert/processing.
61 control the video processing functions made available by
62 libv4lconvert/processing. These controls are stored application wide
65 libv4lconvert/processing offers the actual video processing
Dv4l2-selection-flags.rst46 - The configuration must not be propagated to any further processing
48 inside the subdevice to all further processing steps.
Ddev-subdev.rst52 sensors and image processing hardware implement identical functions,
104 the video sensor and the host image processing hardware.
360 sub-device for processing.
414 Inside subdevs, the order of image processing steps will always be from
430 pad for further processing.
456 .. _subdev-image-processing-crop:
458 .. kernel-figure:: subdev-image-processing-crop.svg
459 :alt: subdev-image-processing-crop.svg
462 **Figure 4.5. Image processing in subdevs: simple crop example**
473 .. _subdev-image-processing-scaling-multi-source:
[all …]
Dext-ctrls-image-process.rst10 image processing functions. Unlike ``V4L2_CID_IMAGE_SOURCE_CLASS``, the
11 controls in this class affect processing the image, and do not control
/Linux-v6.6/Documentation/networking/
Dnapi.rst18 NAPI processing usually happens in the software interrupt context,
20 for NAPI processing.
23 of event (packet Rx and Tx) processing.
66 Rx packets. Rx processing is usually much more expensive.
68 In other words for Rx processing the ``budget`` argument limits how many
71 skb Tx processing should happen regardless of the ``budget``, but if
85 If event processing has been completed (all outstanding packets
156 mapped to queues and interrupts. NAPI is primarily a polling/processing
219 want to be interrupted until they finish processing a request or a batch
239 threads rather than software IRQ context for NAPI processing.
Dscaling.rst29 queues to distribute processing among CPUs. The NIC distributes packets by
82 processing takes place in receive interrupt handling, it is advantageous
93 interrupt processing forms a bottleneck. Spreading load between CPUs
115 interrupt handler, RPS selects the CPU to perform protocol processing
117 on the desired CPU’s backlog queue and waking up the CPU for processing.
141 RPS may enqueue packets for processing. For each received packet,
143 of the list. The indexed CPU is the target for processing the packet,
147 processing on the remote CPU, and any queued packets are then processed
186 RPS scales kernel receive processing across CPUs without introducing
254 kernel processing of packets to the CPU where the application thread
[all …]
/Linux-v6.6/drivers/iio/common/hid-sensors/
DKconfig13 HID sensor common processing for attributes and IIO triggers.
15 HID sensor drivers, this module contains processing for those
/Linux-v6.6/drivers/staging/media/atomisp/
Dnotes.txt14 The actual processing pipeline is made by loading one or more programs,
27 Since getting a picture requires multiple processing steps,
29 on the ISP can do multiple processing steps in a single pipeline
/Linux-v6.6/tools/perf/Documentation/
Dperf-data.txt6 perf-data - Data file related processing
15 Data file related processing.
Dperf-inject.txt16 point the processing code can inject other events into the event stream - in
21 needs userspace processing to augment the events stream with additional
33 and skip SAMPLE processing.
/Linux-v6.6/drivers/hid/intel-ish-hid/
DKconfig12 sensor polling and algorithm processing to a dedicated low power
26 sensor polling and algorithm processing to a dedicated low power
/Linux-v6.6/Documentation/hid/
Dhid-sensor.rst52 - Individual sensor processing part (sensor drivers)
65 function will be called. So an accelerometer processing driver can register
68 The core driver provides a set of APIs which can be used by the processing
72 Individual sensor processing part (sensor drivers)
75 The processing driver will use an interface provided by the core driver to parse
85 Each processing driver can use this structure to set some callbacks.
115 A processing driver can look for some field of interest and check if it exists
/Linux-v6.6/Documentation/usb/
Dohci.rst30 to overhead in IRQ processing. When interrupt transfers are queued, those
32 work on while the OS is getting around to the relevant IRQ processing.
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-net-queues7 Receive Packet Steering packet processing flow for this
41 Transmit Packet Steering packet processing flow for this
51 into the Transmit Packet Steering packet processing flow for this
Dsysfs-devices-xenbus30 trigger delayed EOI processing.
37 before delayed EOI processing is triggered for a Xen pv
Dsysfs-driver-hid-ntrig34 start processing touch events.
37 start processing touch events.
/Linux-v6.6/Documentation/driver-api/
Dsync_file.rst19 driver that issued the fence is not using/processing the buffer anymore, so it
34 related to a buffer that the driver is processing or is going to process, so
36 dma_fence_signal(), when it has finished using (or processing) that buffer.
/Linux-v6.6/Documentation/devicetree/bindings/display/bridge/
Dmegachips-stdpxxxx-ge-b850v3-fw.txt5 The video processing pipeline on the second output on the GE B850v3:
15 The hardware do not provide control over the video processing pipeline, as the
/Linux-v6.6/Documentation/driver-api/iio/
Dtriggered-buffers.rst57 function. It should do as little processing as possible, because it runs in
63 processing takes place here. It usually reads data from the device and
/Linux-v6.6/Documentation/core-api/
Dmemory-hotplug.rst78 NOTIFY_DONE and NOTIFY_OK have no effect on the further processing.
82 further processing of the notification queue.
84 NOTIFY_STOP stops further processing of the notification queue.
/Linux-v6.6/Documentation/bpf/
Dmap_cpumap.rst21 on the remote CPU. This allows an XDP program to split its processing across
23 the packets) needs to do minimal packet processing and the remote CPU (to which
24 the packet is directed) can afford to spend more cycles processing the frame. The
/Linux-v6.6/Documentation/networking/devlink/
Ddevlink-trap.rst12 kernel (i.e., the CPU) for processing.
15 IGMP membership reports to the kernel for processing by the bridge module.
16 Without processing such packets, the bridge module could never populate its
25 The fundamental ability of sending certain packets to the kernel for processing
251 - Traps packets dropped during processing of ingress flow action drop
254 - Traps packets dropped during processing of egress flow action drop
402 - Traps packets sampled during processing of flow action sample (e.g., via
406 - Traps packets logged during processing of flow action trap (e.g., via
545 ACL processing
595 ACL processing
[all …]
/Linux-v6.6/Documentation/driver-api/gpio/
Dboard.rst204 processing. If yes, a bitmap is passed over get/set array functions directly
207 In order to qualify for fast bitmap processing, the array must meet the
214 Otherwise fast bitmap processing path is not used in order to avoid consecutive
218 If the array applies for fast bitmap processing path, pins which belong to
222 output processing.

12345678910>>...17