Home
last modified time | relevance | path

Searched full:parallel (Results 1 – 25 of 1237) sorted by relevance

12345678910>>...50

/Linux-v6.1/drivers/parport/
DKconfig13 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
28 to the parallel port see <http://www.torque.net/linux-pp.html> on
31 It is possible to share a single parallel port among several devices
33 kernel. To compile parallel port support as a module, choose M here:
35 If you have more than one parallel port and want to specify which
47 You should say Y here if you have a PC-style parallel port. All
[all …]
Dshare.c2 * Parallel-port resource manager code.
235 * if the device is a parallel port.
246 * __parport_register_driver - register a parallel port device driver
251 * This can be called by a parallel port device driver in order
294 * check if bus has any parallel port registered, if in __parport_register_driver()
323 * parport_unregister_driver - deregister a parallel port device driver
327 * This should be called by a parallel port device driver that
406 * parport_register_port - register a parallel port
412 * When a parallel port (lowlevel) driver finds a port that
413 * should be made available to parallel port device drivers, it
[all …]
/Linux-v6.1/drivers/block/paride/
DKconfig9 comment "Parallel IDE high-level drivers"
13 tristate "Parallel port IDE disks"
17 connected through a parallel port. If you chose to build PARIDE
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
27 tristate "Parallel port ATAPI CD-ROMs"
32 connected through a parallel port. If you chose to build PARIDE
34 parallel port ATAPI CD-ROM driver, otherwise you should answer M to
36 must also have at least one parallel port protocol driver in your
44 tristate "Parallel port ATAPI disks"
[all …]
/Linux-v6.1/drivers/auxdisplay/
DKconfig64 Depends on Parallel Port support. If you say Y at
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.
81 The second standard parallel port address is 0x278.
82 The third standard parallel port address is 0x3BC.
88 many parallel ports are present and which address each one has.
101 to the parallel port.
124 For help about how to wire your LCD to the parallel port,
207 tristate "Parallel port LCD/Keypad Panel support"
[all …]
/Linux-v6.1/Documentation/admin-guide/blockdev/
Dparide.rst2 Linux and parallel port IDE devices
10 Owing to the simplicity and near universality of the parallel port interface
12 CD-ROM, LS-120 and tape drives use the parallel port to connect to their
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
23 the device being addressed via the parallel cable is a standard SCSI
27 of external parallel port devices, however, are now based on standard
29 were to open up a parallel port CD-ROM drive, for instance, one would
31 that interconnected a standard PC parallel port cable and a standard
35 The document describes the support in Linux for parallel port IDE
[all …]
/Linux-v6.1/Documentation/sphinx/
Dparallel-wrapper.sh12 parallel="$PARALLELISM"
13 if [ -z "$parallel" ] ; then
25 parallel="$auto"
29 if [ -n "$parallel" ] ; then
30 parallel="-j$parallel"
33 exec "$sphinx" $parallel "$@"
/Linux-v6.1/Documentation/core-api/
Dpadata.rst4 The padata parallel execution mechanism
10 parallel on multiple CPUs while optionally retaining their ordering.
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
68 and the 'usable' cpumasks. (Each pair consists of a parallel and a serial
88 void (*parallel)(struct padata_priv *padata);
95 parallel() and serial() functions should be provided. Those functions will
111 serial cpumask, no online CPUs in the parallel or serial cpumasks, or a stopped
115 exactly one call to the above-mentioned parallel() function, on one CPU, so
116 true parallelism is achieved by submitting multiple jobs. parallel() runs with
[all …]
/Linux-v6.1/Documentation/networking/
Dplip.rst4 PLIP: The Parallel Line Internet Protocol Device
16 This document describes the parallel port packet pusher for Net/LGX.
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
65 that uses the parallel port subsystem of the kernel in order to properly
66 share parallel ports between PLIP and other services.
71 When a parallel port used for a PLIP driver has an IRQ configured to it, the
76 to a certain parallel port, mainly because it is used by some other device.
78 the PLIP driver would constantly poll the parallel port for data waiting,
[all …]
/Linux-v6.1/Documentation/input/devices/
Djoystick-parport.rst6 Parallel Port Joystick Drivers
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
50 and/or SNES gamepads and/or SNES mice connected to the parallel port at once,
51 the output lines of the parallel port are shared, while one of 5 available
57 The main problem with PC parallel ports is that they don't have +5V power
63 If you want to use the parallel port only, you can take the power is from
71 Unfortunately, there are pads that need a lot more of power, and parallel
73 case, you'll need to use diodes (as a prevention of destroying your parallel
87 Ground is quite easy. On PC's parallel port the ground is on any of the
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dimg,parallel-out.txt1 Imagination Technologies Parallel Output Controller
5 - compatible : Compatible list, must contain "img,parallel-out".
22 - resets: Contains a phandle to the parallel out reset signal
28 - interrupts : Contains the parallel out interrupt, if present
32 parallel_out: parallel-out@18100c00 {
33 compatible = "img,parallel-out";
/Linux-v6.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.
37 PCI parallel I/O card support comes from ``parport_pc``. Base I/O
52 whenever a parallel port device driver (such as ``lp``) is loaded.
56 parallel port.
64 enhanced and now lives with the IEEE 1284 support. When a parallel
94 directory entry for each parallel port for which parport is
96 describing that parallel port.
146 ``base-addr`` Parallel port's base address, or addresses if the port
151 ``irq`` Parallel port's IRQ, or -1 if none is being used.
[all …]
/Linux-v6.1/include/linux/
Dpadata.h32 * @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
71 * struct padata_cpumask - The cpumasks for the parallel/serial workers
73 * @pcpu: cpumask for the parallel workers.
92 * @cpumask: The cpumasks in use for parallel and serial workers.
156 * @parallel_wq: The workqueue used for parallel work.
159 * @cpumask: User supplied cpumasks for parallel and serial works.
/Linux-v6.1/Documentation/gpu/rfc/
Di915_scheduler.rst21 * Merge new parallel submission uAPI
89 New parallel submission uAPI
92 whether a submission is a single context submit or parallel submit isn't known
94 contexts in parallel with the GuC the context must be explicitly registered with
97 bonding uAPI does. Hence the need for a new parallel submission interface. Also
102 The new parallel submission uAPI consists of 3 parts:
105 * A 'set_parallel' extension to configure contexts for parallel
125 A 'set_parallel' extension to configure contexts for parallel submission
127 The 'set_parallel' extension configures a slot for parallel submission of N BBs.
130 similar existing examples. Once a slot is configured for parallel submission the
/Linux-v6.1/drivers/comedi/drivers/
Dcomedi_parport.c4 * Comedi driver for standard parallel port
7 * http://retired.beyondlogic.org/spp/parallel.htm
15 * Description: Standard PC parallel port
18 * Devices: [standard] parallel port (comedi_parport)
22 * additional parallel ports from old computers or your neighbors'
26 * 0: I/O port base for the parallel port.
29 * Parallel Port Lines:
245 /* Digial I/O subdevice - Parallel port DATA register */ in parport_attach()
255 /* Digial Input subdevice - Parallel port STATUS register */ in parport_attach()
264 /* Digial Output subdevice - Parallel port CONTROL register */ in parport_attach()
[all …]
/Linux-v6.1/Documentation/i2c/busses/
Di2c-parport.rst7 This is a unified driver for several i2c-over-parallel-port adapters,
26 * (type=7) One For All JP1 parallel port adapter
38 connected to the parallel port's interrupt pin.
44 If you want to build you own i2c-over-parallel-port adapter, here is
88 - Pins 18-25 of the parallel port connected to GND.
91 current you can draw from the parallel port is limited. Also note that
146 package. The i2c-pport driver makes use of modern parallel port features so
151 lm_sensors package. The i2c-pcf-epp driver doesn't use the parallel port as
179 One For All JP1 parallel port adapter
188 Details of the simple parallel port hardware can be found at:
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/
Dst,st-mipid02.txt1 STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge
5 through PARALLEL output port.
9 PARALLEL output port has a maximum width of 12 bits.
34 2 PARALLEL output
42 Endpoint node required property for PARALLEL connection is:
44 Endpoint node optional properties for PARALLEL connection are:
/Linux-v6.1/drivers/net/plip/
DKconfig3 # Parallel Line Internet Protocol (PLIP) network device configuration
7 tristate "PLIP (parallel port) support"
10 PLIP (Parallel Line Internet Protocol) is used to create a
18 The PLIP driver has two modes, mode 0 and mode 1. The parallel
22 bidirectional parallel ports only, which can transmit 8 bits at a
/Linux-v6.1/arch/x86/crypto/
DKconfig95 Processes 16 blocks in parallel.
113 Processes eight blocks in parallel.
127 Processes one or three blocks in parallel.
143 Processes eight blocks in parallel.
159 Processes four blocks in parallel.
176 Processes eight blocks in parallel.
189 Processes 16 blocks in parallel.
257 tristate "Ciphers: Twofish with modes: ECB, CBC (3-way parallel)"
268 Processes three blocks in parallel, better utilizing resources of
287 Processes eight blocks in parallel.
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dmicrel,ks8851.yaml7 title: Micrel KS8851 Ethernet MAC (SPI and Parallel bus options)
16 - micrel,ks8851-mll # Parallel bus option
24 - description: SPI or Parallel bus hardware address
25 - description: Parallel bus command mode address
86 /* Parallel bus option */
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_context_types.h62 /* virtual/parallel engine/context interface */
239 /** @parallel: sub-structure for parallel submission members */
257 * @last_rq: last request submitted on a parallel context, used
258 * to insert submit fences between requests in the parallel
264 * parallel submission
268 * @seqno: seqno for composite fence when doing parallel
276 /** @guc: GuC specific members for parallel submission */
295 } parallel; member
Dintel_context.h53 return !!ce->parallel.parent; in intel_context_is_child()
58 return !!ce->parallel.number_children; in intel_context_is_parent()
74 GEM_BUG_ON(!intel_context_is_pinned(ce->parallel.parent)); in intel_context_to_parent()
76 return ce->parallel.parent; in intel_context_to_parent()
91 list_for_each_entry(ce, &(parent)->parallel.child_list,\
92 parallel.child_link)
94 list_for_each_entry_safe(ce, cn, &(parent)->parallel.child_list,\
95 parallel.child_link)
251 ce->parallel.child_index + 1); in intel_context_timeline_lock()
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dpadata.rst88 void (*parallel)(struct padata_priv *padata);
108 的一个调用,所以真正的并行是通过提交多个作业来实现的。parallel()在运行时禁用软
109 件中断,因此不能睡眠。parallel()函数把获得的padata_priv结构体指针作为其唯一的参
112 请注意,parallel()没有返回值;padata子系统假定parallel()将从此时开始负责这项工
119 当一个作业完成时,parallel()(或任何实际完成该工作的函数)应该通过调用通知padata此
/Linux-v6.1/drivers/memstick/host/
Dr592.h31 /* Parallel INT bits */
32 #define R592_STATUS_P_CMDNACK (1 << 16) /* INT reg: NACK (parallel mode) */
33 #define R592_STATUS_P_BREQ (1 << 17) /* INT reg: card ready (parallel mode)*/
34 #define R592_STATUS_P_INTERR (1 << 18) /* INT reg: int error (parallel mode)*/
35 #define R592_STATUS_P_CED (1 << 19) /* INT reg: command done (parallel mode) */
57 #define R592_IO_SERIAL1 (1 << 20) /* Set by default, can be cleared, (cleared on parallel) */
61 #define R592_IO_SERIAL2 (1 << 30) /* Set by default, can be cleared (cleared on parallel), serial…
70 #define R592_POWER_20 (1 << 5) /* set before switch to parallel */
/Linux-v6.1/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Dpar_io.txt1 * Parallel I/O Ports
3 This node configures Parallel I/O ports for CPUs with QE support.
5 device that using parallel I/O ports, a child node should be created.
12 - num-ports : number of Parallel I/O ports
/Linux-v6.1/Documentation/devicetree/bindings/media/
Dmicrochip,csi2dc.yaml16 IDI interface or from a parallel bus interface.
19 clock domain towards a parallel interface that can be read by a sensor
23 a parallel interface.
30 32-bit IDI interface or a parallel interface.
32 CSI2DC supports one 'port' node as source port with parallel interface.
142 # Example for connecting to a parallel sensor controller block (video pipe)

12345678910>>...50