Home
last modified time | relevance | path

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

12345678910>>...42

/kernel/linux/linux-5.10/drivers/block/paride/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
9 comment "Parallel IDE high-level drivers"
13 tristate "Parallel port IDE disks"
16 This option enables the high-level driver for IDE-type disk devices
17 connected through a parallel port. If you chose to build PARIDE
18 support into your kernel, you may answer Y here to build in the
19 parallel port IDE driver, otherwise you should answer M to build
21 must also have at least one parallel port protocol driver in your
23 EZ-135, EZ-230 and SparQ drives, the Avatar Shark and the backpack
27 tristate "Parallel port ATAPI CD-ROMs"
[all …]
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 comment "Parallel IDE protocol modules"
7 tristate "ATEN EH-100 protocol"
10 This option enables support for the ATEN EH-100 parallel port IDE
11 protocol. This protocol is used in some inexpensive low performance
12 parallel port kits made in Hong Kong.
19 parallel port Series 5 IDE protocol. (Most BACKPACK drives made
23 In other words, if your BACKPACK drive doesn't say "Series 6" on the
31 parallel port Series 6 IDE protocol. (Most BACKPACK drives made
36 In other words, if your BACKPACK drive says "Series 6" on the
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/drivers/auxdisplay/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 # see Documentation/kbuild/kconfig-language.rst.
15 If you say N, all options in this submenu will be skipped and disabled.
39 Depends on Parallel Port support. If you say Y at
41 and built-in as well (Y).
49 hex "Parallel port where the LCD is connected"
53 The address of the parallel port where the LCD is connected.
55 The first standard parallel port address is 0x378.
56 The second standard parallel port address is 0x278.
57 The third standard parallel port address is 0x3BC.
[all …]
/kernel/linux/linux-6.6/drivers/auxdisplay/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 # see Documentation/kbuild/kconfig-language.rst.
15 If you say N, all options in this submenu will be skipped and disabled.
22 This is the base system for character-based LCD displays.
31 This is the core support for single-line character displays, to be
64 Depends on Parallel Port support. If you say Y at
66 and built-in as well (Y).
74 hex "Parallel port where the LCD is connected"
78 The address of the parallel port where the LCD is connected.
80 The first standard parallel port address is 0x378.
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/
Dparide.rst2 Linux and parallel port IDE devices
5 PARIDE v1.03 (c) 1997-8 Grant Guenther <grant@torque.net>
10 Owing to the simplicity and near universality of the parallel port interface
11 to personal computers, many external devices such as portable hard-disk,
12 CD-ROM, LS-120 and tape drives use the parallel port to connect to their
13 host computer. While some devices (notably scanners) use ad-hoc methods
14 to pass commands and data through the parallel port interface, most
16 a parallel-port adapter chip added in. Some of the original parallel port
18 (The Iomega PPA-3 adapter used in the ZIP drives is an example of this
20 The adapter chip reproduces a small ISA or IDE bus in the external device
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/blockdev/
Dparide.rst2 Linux and parallel port IDE devices
5 PARIDE v1.03 (c) 1997-8 Grant Guenther <grant@torque.net>
11 Owing to the simplicity and near universality of the parallel port interface
12 to personal computers, many external devices such as portable hard-disk,
13 CD-ROM, LS-120 and tape drives use the parallel port to connect to their
14 host computer. While some devices (notably scanners) use ad-hoc methods
15 to pass commands and data through the parallel port interface, most
17 a parallel-port adapter chip added in. Some of the original parallel port
19 (The Iomega PPA-3 adapter used in the ZIP drives is an example of this
21 The adapter chip reproduces a small ISA or IDE bus in the external device
[all …]
/kernel/linux/linux-5.10/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 ------------
25 The first step in using padata to run serialized jobs is to set up a
43 ------------------
45 The CPUs used to run jobs can be changed in two ways, programatically with
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
[all …]
/kernel/linux/linux-6.6/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 ------------
25 The first step in using padata to run serialized jobs is to set up a
43 ------------------
45 The CPUs used to run jobs can be changed in two ways, programmatically with
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
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/Documentation/sphinx/
Dparallel-wrapper.sh2 # SPDX-License-Identifier: GPL-2.0+
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 |";
18 while (<IN>) {
23 close IN')
[all …]
/kernel/linux/linux-5.10/Documentation/sphinx/
Dparallel-wrapper.sh2 # SPDX-License-Identifier: GPL-2.0+
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 |";
18 while (<IN>) {
23 close IN')
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dparport.rst4 The ``parport`` code provides parallel-port support under Linux. This
10 to use IRQs, since in general these can't be autoprobed successfully.
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 --------
46 configuration file in /etc/modprobe.d/ directory::
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dparport.rst4 The ``parport`` code provides parallel-port support under Linux. This
10 to use IRQs, since in general these can't be autoprobed successfully.
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 --------
46 configuration file in /etc/modprobe.d/ directory::
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/Documentation/gpu/rfc/
Di915_scheduler.rst15 no need to nit pick everything in the code, it just should be
20 * Rework / get CI heathly for GuC submission in place as needed
21 * Merge new parallel submission uAPI
23 severe design issues in general, which is why we want to retire it no
28 a slot in a single execbuf IOCTL and the batches run on the GPU in
35 handled in DRM scheduler)
36 * Resets / cancels hook in DRM scheduler
41 * Execlists backend will minimum required to hook in the DRM scheduler
50 * Port i915 priority inheritance / boosting feature in DRM scheduler
53 * Will be an optional feature in the DRM scheduler
[all …]
/kernel/linux/linux-6.6/fs/squashfs/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "SquashFS 4.0 - Squashed file system support"
7 Read-Only File System). Squashfs is a highly compressed read-only
9 compress both files, inodes and directories. Inodes in the system
16 Squashfs is intended for general read-only filesystem use, for
17 archival use (i.e. in cases where a .tar.gz file may be used), and in
22 inserted in and removed from the running kernel whenever you want),
70 bool "Select the parallel decompression mode during mount"
78 Compile all parallel decompression modes and specify the
83 prompt "Select decompression parallel mode at compile time"
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dov5640.txt1 * Omnivision OV5640 MIPI CSI-2 / parallel sensor
4 - compatible: should be "ovti,ov5640"
5 - clocks: reference to the xclk input clock.
6 - clock-names: should be "xclk".
7 - DOVDD-supply: Digital I/O voltage supply, 1.8 volts
8 - AVDD-supply: Analog voltage supply, 2.8 volts
9 - DVDD-supply: Digital core voltage supply, 1.5 volts
12 - reset-gpios: reference to the GPIO connected to the reset pin, if any.
14 - powerdown-gpios: reference to the GPIO connected to the powerdown pin,
16 - rotation: as defined in
[all …]
/kernel/linux/linux-6.6/arch/x86/crypto/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
14 - ADX (large integer arithmetic)
17 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XTR, XTS, GCM (AES-NI)"
27 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTR, XTS
29 Architecture: x86 (32-bit and 64-bit) using:
30 - AES-NI (AES new instructions)
40 Length-preserving ciphers: Blowfish with ECB and CBC modes
51 Length-preserving ciphers: Camellia with ECB and CBC modes
56 tristate "Ciphers: Camellia with modes: ECB, CBC (AES-NI/AVX)"
63 Length-preserving ciphers: Camellia with ECB and CBC modes
[all …]
/kernel/linux/linux-6.6/include/linux/
Dpadata.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * padata.h - header for the padata parallelization interface
26 * struct padata_priv - Represents one job
32 * @info: Used to pass information from the parallel to the serial function.
33 * @parallel: Parallel execution function.
42 void (*parallel)(struct padata_priv *padata); member
47 * struct padata_list - one per work type per CPU
58 * struct padata_serial_queue - The percpu padata serial queue
71 * struct padata_cpumask - The cpumasks for the parallel/serial workers
73 * @pcpu: cpumask for the parallel workers.
[all …]
/kernel/linux/linux-5.10/include/linux/
Dpadata.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * padata.h - header for the padata parallelization interface
26 * struct padata_priv - Represents one job
32 * @info: Used to pass information from the parallel to the serial function.
33 * @parallel: Parallel execution function.
42 void (*parallel)(struct padata_priv *padata); member
47 * struct padata_list - one per work type per CPU
58 * struct padata_serial_queue - The percpu padata serial queue
71 * struct padata_cpumask - The cpumasks for the parallel/serial workers
73 * @pcpu: cpumask for the parallel workers.
[all …]
/kernel/linux/linux-5.10/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 …]

12345678910>>...42