Home
last modified time | relevance | path

Searched +full:parallel +full:- +full:out (Results 1 – 25 of 763) sorted by relevance

12345678910>>...31

/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dimg,parallel-out.txt1 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 …]
/linux-6.12.1/tools/perf/tests/shell/
Drecord_lbr.sh3 # SPDX-License-Identifier: GPL-2.0
5 set -e
7 if [ ! -f /sys/devices/cpu/caps/branches ] && [ ! -f /sys/devices/cpu_core/caps/branches ]
17 rm -rf "${perfdata}"
18 rm -rf "${perfdata}".old
19 rm -rf "${perfdata}".txt
21 trap - EXIT TERM INT
35 if ! perf record -e cycles --call-graph lbr -o "${perfdata}" perf test -w thloop
38 if [ $err -eq 0 ]
45 if ! perf report --stitch-lbr -i "${perfdata}" > "${perfdata}".txt
[all …]
/linux-6.12.1/Documentation/networking/
Dplip.rst1 .. 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 …]
/linux-6.12.1/drivers/parport/
DKconfig1 # 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 …]
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dtoshiba,tc358746.yaml1 # 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 …]
/linux-6.12.1/sound/soc/img/
DKconfig1 # 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.
/linux-6.12.1/Documentation/sphinx/
Dparallel-wrapper.sh2 # 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 …]
/linux-6.12.1/Documentation/gpu/rfc/
Di915_scheduler.rst21 * 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 …]
/linux-6.12.1/drivers/media/platform/renesas/rcar-vin/
Drcar-core.c1 // 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 …]
/linux-6.12.1/tools/perf/
DMakefile1 # 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 …]
/linux-6.12.1/tools/perf/scripts/python/
Dparallel-perf.py2 # SPDX-License-Identifier: GPL-2.0
4 # Run a perf script command multiple times in parallel, using perf script
5 # options --cpu and --time so that each job processes a different chunk
20 glb_prog_name = "parallel-perf.py"
48 self.stdout_name = f"{output_dir}/out.txt"
88 return [ f"Non-empty error file {self.stderr_name}" ]
139 x = "0" * (10 - len(x)) + x
140 return x[:len(x) - 9] + "." + x[-9:]
150 max_len = len(str(cpus[-1]))
151 cpu_dir_fmt = f"cpu-%.{max_len}u"
[all …]
/linux-6.12.1/scripts/package/debian/
Drules1 #!/usr/bin/make -f
2 # SPDX-License-Identifier: GPL-2.0-only
9 ifneq (,$(filter-out parallel=1,$(filter parallel=%,$(DEB_BUILD_OPTIONS))))
10 NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
11 MAKEFLAGS += -j$(NUMJOBS)
24 revision = $(lastword $(subst -, ,$(shell dpkg-parsechangelog -S Version)))
25 CROSS_COMPILE ?= $(filter-out $(DEB_BUILD_GNU_TYPE)-, $(DEB_HOST_GNU_TYPE)-)
26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) KBUILD_BUILD_VERSION=$(revision) $(addprefi…
28 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev)
30 all-packages = $(shell dh_listpackages)
[all …]
/linux-6.12.1/Documentation/admin-guide/media/
Dimx.rst1 .. 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 …]
/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dgpio-pisosr.txt1 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 …]
/linux-6.12.1/Documentation/core-api/
Dpadata.rst1 .. 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 …]
/linux-6.12.1/sound/drivers/
DKconfig1 # 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 …]
/linux-6.12.1/Documentation/usb/
Dusb-serial.rst45 --------------------------------------
58 -----------------------------------------------
72 This goes against the current documentation for pilot-xfer and other
77 (this is usually /dev/ttyUSB1 if you do not have any other usb-serial
99 Kroah-Hartman at greg@kroah.com
103 -------------------
108 Most devices supported by ActiveSync are supported out of the box.
115 significant advantage of using USB is speed - I can get 73 to 113
120 contains the necessary packages and a simple step-by-step howto.
129 iPAQ - disable autosync by going to the Start/Settings/Connections menu
[all …]
/linux-6.12.1/Documentation/driver-api/mmc/
Dmmc-async-req.rst11 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 …]
/linux-6.12.1/drivers/char/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
28 int "ttyprintk log level (1-7)"
35 tristate "Parallel printer support"
39 If you intend to attach a printer to the parallel port of your Linux
42 Also read the Printing-HOWTO, available from
45 It is possible to share one parallel port among several devices
50 <file:Documentation/admin-guide/parport.rst>. The module will be called lp.
52 If you have several parallel ports, you can specify which ports to
65 If you want kernel messages to be printed out as they occur, you
70 If the printer is out of paper (or off, or unplugged, or too
[all …]
/linux-6.12.1/Documentation/admin-guide/
Dparport.rst4 The ``parport`` code provides parallel-port support under Linux. This
13 parallel port and a sound card or network card.
16 port-sharing) and architecture-dependent (which deals with actually
28 architecture-dependent code with (for example)::
32 to tell the ``parport`` code that you want three PC-style ports, one at
34 auto-detected IRQ. Currently, PC-style (``parport_pc``), Sun ``bpp``,
37 PCI parallel I/O card support comes from ``parport_pc``. Base I/O
43 --------
52 whenever a parallel port device driver (such as ``lp``) is loaded.
56 parallel port.
[all …]
/linux-6.12.1/drivers/comedi/drivers/
Dcomedi_parport.c1 // SPDX-License-Identifier: GPL-2.0+
4 * Comedi driver for standard parallel port
7 * http://retired.beyondlogic.org/spp/parallel.htm
9 * COMEDI - Linux Control and Measurement Device Interface
15 * Description: Standard PC parallel port
18 * Devices: [standard] parallel port (comedi_parport)
19 * Updated: Tue, 30 Apr 2002 21:11:45 -0700
22 * additional parallel ports from old computers or your neighbors'
26 * 0: I/O port base for the parallel port.
29 * Parallel Port Lines:
[all …]
/linux-6.12.1/arch/arc/boot/dts/
Dabilis_tb101.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
15 bus-frequency = <166666666>;
18 clock-frequency = <1000000000>;
21 clock-mult = <1>;
22 clock-div = <2>;
25 clock-mult = <1>;
26 clock-div = <6>;
31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */
34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */
37 pctl_gpio_a: pctl-gpio-a { /* GPIO bank A */
[all …]
Dabilis_tb100.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
15 bus-frequency = <166666666>;
18 clock-frequency = <1000000000>;
21 clock-mult = <1>;
22 clock-div = <2>;
25 clock-mult = <1>;
26 clock-div = <6>;
31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */
34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */
37 pctl_gpio_a: pctl-gpio-a { /* GPIO bank A */
[all …]
/linux-6.12.1/Documentation/input/devices/
Djoystick-parport.rst3 .. _joystick-parport:
6 Parallel Port Joystick Drivers
9 :Copyright: |copy| 1998-2000 Vojtech Pavlik <vojtech@ucw.cz>
10 :Copyright: |copy| 1998 Andree Borrmann <a.borrmann@tu-bs.de>
18 Any information in this file is provided as-is, without any guarantee that
20 happen include burning your parallel port, and/or the sticks and joystick
28 that, PCs usually lack the right ports to connect these devices to. Parallel
36 Many console and 8-bit computer gamepads and joysticks are supported. The
40 ------------
50 and/or SNES gamepads and/or SNES mice connected to the parallel port at once,
[all …]
/linux-6.12.1/drivers/input/serio/
Dparkbd.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Parallel port to Keyboard port adapter driver for Linux
5 * Copyright (c) 1999-2004 Vojtech Pavlik
10 * To connect an AT or XT keyboard to the parallel port, a fairly simple adapter
13 * Parallel port Keyboard port
15 * +5V --------------------- +5V (4)
18 * +5V -------|______|--.
20 * ACK (10) ------------|
21 * |--- KBD CLOCK (5)
22 * STROBE (1) ---|<|----'
[all …]

12345678910>>...31