Searched +full:parallel +full:- +full:out (Results 1 – 25 of 1069) sorted by relevance
12345678910>>...43
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | img,parallel-out.txt | 1 Imagination Technologies Parallel Output Controller 5 - compatible : Compatible list, must contain "img,parallel-out". 7 - #sound-dai-cells : Must be equal to 0 9 - reg : Offset and length of the register set for the device. 11 - dmas: Contains an entry for each entry in dma-names. 13 - dma-names: Must include the following entry: 16 - clocks : Contains an entry for each entry in clock-names. 18 - clock-names : Includes the following entries: 22 - resets: Contains a phandle to the parallel out reset signal 24 - reset-names: Contains the reset signal name "rst" [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | img,parallel-out.txt | 1 Imagination Technologies Parallel Output Controller 5 - compatible : Compatible list, must contain "img,parallel-out". 7 - #sound-dai-cells : Must be equal to 0 9 - reg : Offset and length of the register set for the device. 11 - dmas: Contains an entry for each entry in dma-names. 13 - dma-names: Must include the following entry: 16 - clocks : Contains an entry for each entry in clock-names. 18 - clock-names : Includes the following entries: 22 - resets: Contains a phandle to the parallel out reset signal 24 - reset-names: Contains the reset signal name "rst" [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | plip.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 PLIP: The Parallel Line Internet Protocol Device 14 ----------------- 16 This document describes the parallel port packet pusher for Net/LGX. 17 This device interface allows a point-to-point connection between two 18 parallel ports to appear as a IP network interface. 23 PLIP is Parallel Line IP, that is, the transportation of IP packages 24 over a parallel port. In the case of a PC, the obvious choice is the 25 printer port. PLIP is a non-standard, but [can use] uses the standard 26 LapLink null-printer cable [can also work in turbo mode, with a PLIP [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | plip.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 PLIP: The Parallel Line Internet Protocol Device 14 ----------------- 16 This document describes the parallel port packet pusher for Net/LGX. 17 This device interface allows a point-to-point connection between two 18 parallel ports to appear as a IP network interface. 23 PLIP is Parallel Line IP, that is, the transportation of IP packages 24 over a parallel port. In the case of a PC, the obvious choice is the 25 printer port. PLIP is a non-standard, but [can use] uses the standard 26 LapLink null-printer cable [can also work in turbo mode, with a PLIP [all …]
|
| /kernel/linux/linux-6.6/drivers/parport/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # see Documentation/kbuild/kconfig-language.rst. 13 the architecture might have PC parallel port hardware. 16 tristate "Parallel port support" 19 If you want to use devices connected to your machine's parallel port 21 drive, PLIP link (Parallel Line Internet Protocol is mainly used to 22 create a mini network by connecting the parallel ports of two local 24 <file:Documentation/admin-guide/parport.rst> and 25 <file:drivers/parport/BUGS-parport>. 28 to the parallel port see <http://www.torque.net/linux-pp.html> on [all …]
|
| /kernel/linux/linux-5.10/drivers/parport/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # see Documentation/kbuild/kconfig-language.rst. 13 the architecture might have PC parallel port hardware. 16 tristate "Parallel port support" 19 If you want to use devices connected to your machine's parallel port 21 drive, PLIP link (Parallel Line Internet Protocol is mainly used to 22 create a mini network by connecting the parallel ports of two local 24 <file:Documentation/admin-guide/parport.rst> and 25 <file:drivers/parport/BUGS-parport>. 28 to the parallel port see <http://www.torque.net/linux-pp.html> on [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | toshiba,tc358746.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Toshiba TC358746 Parallel to MIPI CSI2 Bridge 10 - Marco Felsch <kernel@pengutronix.de> 12 description: |- 13 The Toshiba TC358746 converts a parallel video stream into a MIPI CSI-2 14 stream. The direction can be either parallel-in -> csi-out or csi-in -> 15 parallel-out The chip is programmable through I2C and SPI but the SPI 16 interface is only supported in parallel-in -> csi-out mode. [all …]
|
| /kernel/linux/linux-5.10/sound/soc/img/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 Say Y or M if you want to add support for I2S out driver for 21 Imagination Technologies I2S out device. 24 tristate "Imagination Parallel Output Device Driver" 28 Say Y or M if you want to add support for parallel out driver for 29 Imagination Technologies parallel out device. 44 Say Y or M if you want to add support for SPDIF out driver for 45 Imagination Technologies SPDIF out device.
|
| /kernel/linux/linux-6.6/sound/soc/img/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 Say Y or M if you want to add support for I2S out driver for 21 Imagination Technologies I2S out device. 24 tristate "Imagination Parallel Output Device Driver" 28 Say Y or M if you want to add support for parallel out driver for 29 Imagination Technologies parallel out device. 44 Say Y or M if you want to add support for SPDIF out driver for 45 Imagination Technologies SPDIF out device.
|
| /kernel/linux/linux-6.6/Documentation/sphinx/ |
| D | parallel-wrapper.sh | 2 # SPDX-License-Identifier: GPL-2.0+ 4 # Figure out if we should follow a specific parallelism from the make 5 # environment (as exported by scripts/jobserver-exec), or fall back to 6 # the "auto" parallelism when "-jN" is not specified at the top-level 12 parallel="$PARALLELISM" 13 if [ -z "$parallel" ] ; then 14 # If no parallelism is specified at the top-level make, then 15 # fall back to the expected "-jauto" mode that the "htmldocs" 17 auto=$(perl -e 'open IN,"'"$sphinx"' --version 2>&1 |"; 24 if [ -n "$auto" ] ; then [all …]
|
| /kernel/linux/linux-5.10/Documentation/sphinx/ |
| D | parallel-wrapper.sh | 2 # SPDX-License-Identifier: GPL-2.0+ 4 # Figure out if we should follow a specific parallelism from the make 5 # environment (as exported by scripts/jobserver-exec), or fall back to 6 # the "auto" parallelism when "-jN" is not specified at the top-level 12 parallel="$PARALLELISM" 13 if [ -z "$parallel" ] ; then 14 # If no parallelism is specified at the top-level make, then 15 # fall back to the expected "-jauto" mode that the "htmldocs" 17 auto=$(perl -e 'open IN,"'"$sphinx"' --version 2>&1 |"; 24 if [ -n "$auto" ] ; then [all …]
|
| /kernel/linux/linux-6.6/Documentation/gpu/rfc/ |
| D | i915_scheduler.rst | 21 * Merge new parallel submission uAPI 38 * Lots of complexity of the GuC backend can be pulled out once 54 * Remove in-order completion assumptions from DRM scheduler 57 finish out of order 58 * Pull out i915 priority levels and use DRM priority levels 75 * -1k to -1 Low priority 84 ---------------- 86 * https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/chap5.html#devsandqueues-priori… 87 * https://spec.oneapi.com/level-zero/latest/core/api.html#ze-command-queue-priority-t 89 New parallel submission uAPI [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/ |
| D | rcar-core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Driver for Renesas R-Car VIN 6 * Copyright (C) 2011-2013 Renesas Solutions Corp. 10 * Based on the soc-camera rcar_vin driver 20 #include <media/v4l2-async.h> 21 #include <media/v4l2-fwnode.h> 22 #include <media/v4l2-mc.h> 24 #include "rcar-vin.h" 27 * The companion CSI-2 receiver driver (rcar-csi2) is known 29 * pads (pad 1-4). So to translate a pad on the remote [all …]
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 4 # with a -j option to do parallel builds 6 # If you want to invoke the perf build in some non-standard way then 7 # you can use the 'make -f Makefile.perf' method to invoke it. 11 # Clear out the built-in rules GNU make defines by default (such as .o targets), 17 # We don't want to pass along options like -j: 22 # Do a parallel build with multiple jobs, based on the number of CPUs online 23 # in this system: 'make -j8' on a 8-CPU system, etc. 28 …JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -E -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/… 38 FULL_O := $(shell cd $(PWD); readlink -f $(O) || echo $(O)) [all …]
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 4 # with a -j option to do parallel builds 6 # If you want to invoke the perf build in some non-standard way then 7 # you can use the 'make -f Makefile.perf' method to invoke it. 11 # Clear out the built-in rules GNU make defines by default (such as .o targets), 17 # We don't want to pass along options like -j: 22 # Do a parallel build with multiple jobs, based on the number of CPUs online 23 # in this system: 'make -j8' on a 8-CPU system, etc. 28 …JOBS := $(shell (getconf _NPROCESSORS_ONLN || egrep -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/de… 38 FULL_O := $(shell cd $(PWD); readlink -f $(O) || echo $(O)) [all …]
|
| /kernel/linux/linux-6.6/scripts/package/debian/ |
| D | rules | 1 #!/usr/bin/make -f 2 # SPDX-License-Identifier: GPL-2.0-only 8 ifneq (,$(filter-out parallel=1,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))) 9 NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) 10 MAKEFLAGS += -j$(NUMJOBS) 13 .PHONY: binary binary-indep binary-arch 14 binary: binary-arch binary-indep 15 binary-indep: build-indep 16 binary-arch: build-arch 17 $(MAKE) -f $(srctree)/Makefile ARCH=$(ARCH) \ [all …]
|
| /kernel/linux/linux-5.10/sound/drivers/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 50 tristate "PC-Speaker support (READ HELP!)" 60 You can compile this as a module which will be called snd-pcsp. 65 pc-speaker a default sound device. Which is likely not 69 options snd-pcsp index=2 71 You don't need this driver if you only want your pc-speaker to beep. 90 will be called snd-dummy. 99 the standard ALSA PCM device. The devices are routed 0->1 and 100 1->0, where first number is the playback PCM device and second 106 timing source using the time shift universal control (+-20% [all …]
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | padata.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 The padata parallel execution mechanism 9 Padata is a mechanism by which the kernel can farm jobs out to be done in 10 parallel on multiple CPUs while optionally retaining their ordering. 23 ------------ 43 ------------------ 52 parallel cpumask describes which processors will be used to execute jobs 53 submitted to this instance in parallel and a serial cpumask defines which 58 live in /sys/kernel/pcrypt/<instance-name>. Within an instance's directory 64 Reading one of these files shows the user-supplied cpumask, which may be [all …]
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | padata.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 The padata parallel execution mechanism 9 Padata is a mechanism by which the kernel can farm jobs out to be done in 10 parallel on multiple CPUs while optionally retaining their ordering. 23 ------------ 43 ------------------ 52 parallel cpumask describes which processors will be used to execute jobs 53 submitted to this instance in parallel and a serial cpumask defines which 58 live in /sys/kernel/pcrypt/<instance-name>. Within an instance's directory 64 Reading one of these files shows the user-supplied cpumask, which may be [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
| D | gpio-pisosr.txt | 1 Generic Parallel-in/Serial-out Shift Register GPIO Driver 3 This binding describes generic parallel-in/serial-out shift register 5 SN74165 serial-out shift registers and the SN65HVS88x series of 9 - compatible : Should be "pisosr-gpio". 10 - gpio-controller : Marks the device node as a GPIO controller. 11 - #gpio-cells : Should be two. For consumer use see gpio.txt. 14 - ngpios : Number of used GPIO lines (0..n-1), default is 8. 15 - load-gpios : GPIO pin specifier attached to load enable, this 20 nodes please refer to ../spi/spi-bus.txt. 25 compatible = "ti,sn65hvs882", "pisosr-gpio"; [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/ |
| D | gpio-pisosr.txt | 1 Generic Parallel-in/Serial-out Shift Register GPIO Driver 3 This binding describes generic parallel-in/serial-out shift register 5 SN74165 serial-out shift registers and the SN65HVS88x series of 9 - compatible : Should be "pisosr-gpio". 10 - gpio-controller : Marks the device node as a GPIO controller. 11 - #gpio-cells : Should be two. For consumer use see gpio.txt. 14 - ngpios : Number of used GPIO lines (0..n-1), default is 8. 15 - load-gpios : GPIO pin specifier attached to load enable, this 20 nodes please refer to ../spi/spi-bus.txt. 25 compatible = "ti,sn65hvs882", "pisosr-gpio"; [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | imx.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 ------------ 15 - Image DMA Controller (IDMAC) 16 - Camera Serial Interface (CSI) 17 - Image Converter (IC) 18 - Sensor Multi-FIFO Controller (SMFC) 19 - Image Rotator (IRT) 20 - Video De-Interlacing or Combining Block (VDIC) 26 re-ordering (for example UYVY to YUYV) within the same colorspace, and 27 packed <--> planar conversion. The IDMAC can also perform a simple [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/media/ |
| D | imx.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 ------------ 15 - Image DMA Controller (IDMAC) 16 - Camera Serial Interface (CSI) 17 - Image Converter (IC) 18 - Sensor Multi-FIFO Controller (SMFC) 19 - Image Rotator (IRT) 20 - Video De-Interlacing or Combining Block (VDIC) 26 re-ordering (for example UYVY to YUYV) within the same colorspace, and 27 packed <--> planar conversion. The IDMAC can also perform a simple [all …]
|
| /kernel/linux/linux-6.6/sound/drivers/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 50 tristate "PC-Speaker support (READ HELP!)" 60 You can compile this as a module which will be called snd-pcsp. 65 pc-speaker a default sound device. Which is likely not 69 options snd-pcsp index=2 71 You don't need this driver if you only want your pc-speaker to beep. 90 will be called snd-dummy. 99 the standard ALSA PCM device. The devices are routed 0->1 and 100 1->0, where first number is the playback PCM device and second 106 timing source using the time shift universal control (+-20% [all …]
|
| /kernel/linux/linux-6.6/Documentation/driver-api/mmc/ |
| D | mmc-async-req.rst | 11 pre-fetch makes the cache overhead relatively significant. If the DMA 12 preparations for the next request are done in parallel with the current 15 The intention of non-blocking (asynchronous) MMC requests is to minimize the 19 dma_unmap_sg are processing. Using non-blocking MMC requests makes it 20 possible to prepare the caches for next job in parallel with an active 26 The mmc_blk_issue_rw_rq() in the MMC block driver is made non-blocking. 35 in parallel with the transfer performance won't be affected. 40 https://wiki.linaro.org/WorkingGroups/Kernel/Specs/StoragePerfMMC-async-req 48 truly non-blocking. If there is an ongoing async request it waits 56 There are two optional members in the mmc_host_ops -- pre_req() and [all …]
|
12345678910>>...43