| /kernel/linux/linux-5.10/drivers/parport/ |
| D | Kconfig | 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 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 …]
|
| /kernel/linux/linux-4.19/drivers/parport/ |
| D | Kconfig | 12 the architecture might have PC parallel port hardware. 15 tristate "Parallel port support" 18 If you want to use devices connected to your machine's parallel port 20 drive, PLIP link (Parallel Line Internet Protocol is mainly used to 21 create a mini network by connecting the parallel ports of two local 27 to the parallel port see <http://www.torque.net/linux-pp.html> on 30 It is possible to share a single parallel port among several devices 32 kernel. To compile parallel port support as a module, choose M here: 34 If you have more than one parallel port and want to specify which 46 You should say Y here if you have a PC-style parallel port. All [all …]
|
| /kernel/linux/linux-5.10/drivers/block/paride/ |
| D | Kconfig | 9 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" 33 connected through a parallel port. If you chose to build PARIDE 35 parallel port ATAPI CD-ROM driver, otherwise you should answer M to 37 must also have at least one parallel port protocol driver in your 45 tristate "Parallel port ATAPI disks" [all …]
|
| /kernel/linux/linux-4.19/drivers/block/paride/ |
| D | Kconfig | 9 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" 33 connected through a parallel port. If you chose to build PARIDE 35 parallel port ATAPI CD-ROM driver, otherwise you should answer M to 37 must also have at least one parallel port protocol driver in your 45 tristate "Parallel port ATAPI disks" [all …]
|
| /kernel/linux/linux-5.10/drivers/auxdisplay/ |
| D | Kconfig | 39 Depends on Parallel Port support. If you say Y at 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. 63 many parallel ports are present and which address each one has. 76 to the parallel port. 99 For help about how to wire your LCD to the parallel port, 168 tristate "Parallel port LCD/Keypad Panel support" [all …]
|
| /kernel/linux/linux-4.19/drivers/auxdisplay/ |
| D | Kconfig | 39 Depends on Parallel Port support. If you say Y at 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. 63 many parallel ports are present and which address each one has. 76 to the parallel port. 99 For help about how to wire your LCD to the parallel port, 170 tristate "Parallel port LCD/Keypad Panel support" [all …]
|
| /kernel/linux/linux-4.19/Documentation/blockdev/ |
| D | paride.txt | 2 Linux and parallel port IDE devices 8 Owing to the simplicity and near universality of the parallel port interface 10 CD-ROM, LS-120 and tape drives use the parallel port to connect to their 12 to pass commands and data through the parallel port interface, most 14 a parallel-port adapter chip added in. Some of the original parallel port 21 the device being addressed via the parallel cable is a standard SCSI 25 of external parallel port devices, however, are now based on standard 27 were to open up a parallel port CD-ROM drive, for instance, one would 29 that interconnected a standard PC parallel port cable and a standard 33 The document describes the support in Linux for parallel port IDE [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/ |
| D | paride.rst | 2 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 …]
|
| /kernel/linux/linux-5.10/Documentation/sphinx/ |
| D | parallel-wrapper.sh | 12 parallel="$PARALLELISM" 13 if [ -z "$parallel" ] ; then 25 parallel="$auto" 29 if [ -n "$parallel" ] ; then 30 parallel="-j$parallel" 33 exec "$sphinx" $parallel "$@"
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | PLIP.txt | 1 PLIP: The Parallel Line Internet Protocol Device 12 This document describes the parallel port packet pusher for Net/LGX. 14 parallel ports to appear as a IP network interface. 19 PLIP is Parallel Line IP, that is, the transportation of IP packages 20 over a parallel port. In the case of a PC, the obvious choice is the 61 that uses the parallel port subsystem of the kernel in order to properly 62 share parallel ports between PLIP and other services. 67 When a parallel port used for a PLIP driver has an IRQ configured to it, the 72 to a certain parallel port, mainly because it is used by some other device. 74 the PLIP driver would constantly poll the parallel port for data waiting, [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | padata.h | 41 * @info: Used to pass information from the parallel to the serial function. 42 * @parallel: Parallel execution function. 51 void (*parallel)(struct padata_priv *padata); member 80 * struct padata_parallel_queue - The percpu padata parallel queue 82 * @parallel: List to wait for parallelization. 83 * @reorder: List to wait for reordering after parallel processing. 92 struct padata_list parallel; member 100 * struct padata_cpumask - The cpumasks for the parallel/serial workers 102 * @pcpu: cpumask for the parallel workers. 121 * @cpumask: The cpumasks in use for parallel and serial workers. [all …]
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | padata.rst | 4 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 …]
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | plip.rst | 4 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 …]
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | padata.txt | 2 The padata parallel execution mechanism 8 parallel on multiple CPUs while retaining the ordering of tasks. It was 24 submitted to this instance in parallel. The cbcpumask defines which 68 padata_set_cpumasks by specifying the cpumasks for parallel execution (pcpumask) 105 void (*parallel)(struct padata_priv *padata); 112 parallel() and serial() functions should be provided. Those functions will 130 exactly one call to the above-mentioned parallel() function, on one CPU, so 132 fact that the workqueue is used to make these calls, parallel() is run with 133 software interrupts disabled and thus cannot sleep. The parallel() 138 Note that parallel() has no return value; the padata subsystem assumes that [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | img,parallel-out.txt | 1 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";
|
| /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". 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";
|
| /kernel/linux/linux-4.19/Documentation/input/devices/ |
| D | joystick-parport.rst | 6 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 …]
|
| /kernel/linux/linux-5.10/Documentation/input/devices/ |
| D | joystick-parport.rst | 6 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 …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/media/i2c/ |
| D | ov5640.txt | 1 * Omnivision OV5640 MIPI CSI-2 / parallel sensor 25 OV5640 can be connected to a MIPI CSI-2 bus or a parallel bus endpoint. 32 Endpoint node required properties for parallel connection are: 34 - bus-width: shall be set to <8> for 8 bits parallel bus 35 or <10> for 10 bits parallel bus 36 - data-shift: shall be set to <2> for 8 bits parallel bus 37 (lines 9:2 are used) or <0> for 10 bits parallel bus 81 /* Parallel bus endpoint */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | ov5640.txt | 1 * Omnivision OV5640 MIPI CSI-2 / parallel sensor 25 OV5640 can be connected to a MIPI CSI-2 bus or a parallel bus endpoint. 32 Endpoint node required properties for parallel connection are: 34 - bus-width: shall be set to <8> for 8 bits parallel bus 35 or <10> for 10 bits parallel bus 36 - data-shift: shall be set to <2> for 8 bits parallel bus 37 (lines 9:2 are used) or <0> for 10 bits parallel bus 81 /* Parallel bus endpoint */
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | parport.rst | 4 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 …]
|
| /kernel/linux/linux-4.19/Documentation/admin-guide/ |
| D | parport.rst | 4 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 …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | padata.h | 31 * @info: Used to pass information from the parallel to the serial function. 32 * @parallel: Parallel execution function. 41 void (*parallel)(struct padata_priv *padata); member 70 * struct padata_cpumask - The cpumasks for the parallel/serial workers 72 * @pcpu: cpumask for the parallel workers. 91 * @cpumask: The cpumasks in use for parallel and serial workers. 155 * @parallel_wq: The workqueue used for parallel work. 158 * @cpumask: User supplied cpumasks for parallel and serial works.
|
| /kernel/linux/linux-4.19/Documentation/i2c/busses/ |
| D | i2c-parport | 5 This is a unified driver for several i2c-over-parallel-port adapters, 22 * (type=7) One For All JP1 parallel port adapter 34 connected to the parallel port's interrupt pin. 40 If you want to build you own i2c-over-parallel-port adapter, here is 80 - Pins 18-25 of the parallel port connected to GND. 83 current you can draw from the parallel port is limited. Also note that 138 package. The i2c-pport driver makes use of modern parallel port features so 143 lm_sensors package. The i2c-pcf-epp driver doesn't use the parallel port as 167 One For All JP1 parallel port adapter 176 Details of the simple parallel port hardware can be found at:
|
| /kernel/linux/linux-4.19/drivers/staging/comedi/drivers/ |
| D | comedi_parport.c | 4 * 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 …]
|