Home
last modified time | relevance | path

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

12345678910>>...84

/OK3568_Linux_fs/kernel/drivers/parport/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A 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"
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 …]
/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A DKconfig39 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dtags.h26 * @file parallel/tags.h
28 * This file is a GNU parallel extension to the Standard C++ Library.
37 #include <parallel/types.h>
44 /** @brief Recommends parallel execution at compile time,
77 /** @brief Recommends parallel execution using the
78 default parallel algorithm. */
86 /** @brief Recommends parallel execution using dynamic
90 /** @brief Recommends parallel execution using static
94 /** @brief Recommends parallel execution using OpenMP dynamic
98 /** @brief Recommends parallel execution using OpenMP static
[all …]
H A Dsort.h25 /** @file parallel/sort.h
26 * @brief Parallel sorting algorithm switch.
27 * This file is a GNU parallel extension to the Standard C++ Library.
35 #include <parallel/basic_iterator.h>
36 #include <parallel/features.h>
37 #include <parallel/parallel.h>
40 #include <parallel/checkers.h>
44 #include <parallel/multiway_mergesort.h>
48 #include <parallel/quicksort.h>
52 #include <parallel/balanced_quicksort.h>
[all …]
H A Dfind.h25 /** @file parallel/find.h
26 * @brief Parallel implementation base for std::find(), std::equal()
28 * This file is a GNU parallel extension to the Standard C++ Library.
38 #include <parallel/features.h>
39 #include <parallel/parallel.h>
40 #include <parallel/compatibility.h>
41 #include <parallel/equally_split.h>
46 * @brief Parallel std::find, switch for different algorithms.
83 * @brief Parallel std::find, equal splitting variant.
115 # pragma omp parallel num_threads(__num_threads) in __find_template()
[all …]
H A Dparallel.h25 /** @file parallel/parallel.h
28 * This file is a GNU parallel extension to the Standard C++ Library.
36 #include <parallel/features.h>
37 #include <parallel/compiletime_settings.h>
38 #include <parallel/types.h>
39 #include <parallel/tags.h>
40 #include <parallel/settings.h>
H A Domp_loop.h25 /** @file parallel/omp_loop.h
26 * @brief Parallelization of embarrassingly parallel execution by
28 * This file is a GNU parallel extension to the Standard C++ Library.
38 #include <parallel/settings.h>
39 #include <parallel/basic_iterator.h>
40 #include <parallel/base.h>
44 /** @brief Embarrassingly parallel algorithm for random access
82 # pragma omp parallel num_threads(__num_threads) in __for_each_template_random_access_omp_loop()
99 } //parallel in __for_each_template_random_access_omp_loop()
H A Dsearch.h25 /** @file parallel/search.h
26 * @brief Parallel implementation base for std::search() and
28 * This file is a GNU parallel extension to the Standard C++ Library.
38 #include <parallel/parallel.h>
39 #include <parallel/equally_split.h>
68 // Generic parallel find algorithm (requires random access iterator).
70 /** @brief Parallel std::search.
117 # pragma omp parallel num_threads(__num_threads) in __search_template()
161 } //parallel in __search_template()
H A Dpar_loop.h25 /** @file parallel/par_loop.h
26 * @brief Parallelization of embarrassingly parallel execution by
28 * This file is a GNU parallel extension to the Standard C++ Library.
37 #include <parallel/settings.h>
38 #include <parallel/base.h>
39 #include <parallel/equally_split.h>
43 /** @brief Embarrassingly parallel algorithm for random access
81 # pragma omp parallel num_threads(__num_threads) in __for_each_template_random_access_ed()
117 } //parallel in __for_each_template_random_access_ed()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dtags.h26 * @file parallel/tags.h
28 * This file is a GNU parallel extension to the Standard C++ Library.
37 #include <parallel/types.h>
44 /** @brief Recommends parallel execution at compile time,
77 /** @brief Recommends parallel execution using the
78 default parallel algorithm. */
86 /** @brief Recommends parallel execution using dynamic
90 /** @brief Recommends parallel execution using static
94 /** @brief Recommends parallel execution using OpenMP dynamic
98 /** @brief Recommends parallel execution using OpenMP static
[all …]
H A Dsort.h25 /** @file parallel/sort.h
26 * @brief Parallel sorting algorithm switch.
27 * This file is a GNU parallel extension to the Standard C++ Library.
35 #include <parallel/basic_iterator.h>
36 #include <parallel/features.h>
37 #include <parallel/parallel.h>
40 #include <parallel/checkers.h>
44 #include <parallel/multiway_mergesort.h>
48 #include <parallel/quicksort.h>
52 #include <parallel/balanced_quicksort.h>
[all …]
H A Dfind.h25 /** @file parallel/find.h
26 * @brief Parallel implementation base for std::find(), std::equal()
28 * This file is a GNU parallel extension to the Standard C++ Library.
38 #include <parallel/features.h>
39 #include <parallel/parallel.h>
40 #include <parallel/compatibility.h>
41 #include <parallel/equally_split.h>
46 * @brief Parallel std::find, switch for different algorithms.
83 * @brief Parallel std::find, equal splitting variant.
115 # pragma omp parallel num_threads(__num_threads) in __find_template()
[all …]
H A Dparallel.h25 /** @file parallel/parallel.h
28 * This file is a GNU parallel extension to the Standard C++ Library.
36 #include <parallel/features.h>
37 #include <parallel/compiletime_settings.h>
38 #include <parallel/types.h>
39 #include <parallel/tags.h>
40 #include <parallel/settings.h>
H A Domp_loop.h25 /** @file parallel/omp_loop.h
26 * @brief Parallelization of embarrassingly parallel execution by
28 * This file is a GNU parallel extension to the Standard C++ Library.
38 #include <parallel/settings.h>
39 #include <parallel/basic_iterator.h>
40 #include <parallel/base.h>
44 /** @brief Embarrassingly parallel algorithm for random access
82 # pragma omp parallel num_threads(__num_threads) in __for_each_template_random_access_omp_loop()
99 } //parallel in __for_each_template_random_access_omp_loop()
H A Dsearch.h25 /** @file parallel/search.h
26 * @brief Parallel implementation base for std::search() and
28 * This file is a GNU parallel extension to the Standard C++ Library.
38 #include <parallel/parallel.h>
39 #include <parallel/equally_split.h>
68 // Generic parallel find algorithm (requires random access iterator).
70 /** @brief Parallel std::search.
117 # pragma omp parallel num_threads(__num_threads) in __search_template()
161 } //parallel in __search_template()
H A Dpar_loop.h25 /** @file parallel/par_loop.h
26 * @brief Parallelization of embarrassingly parallel execution by
28 * This file is a GNU parallel extension to the Standard C++ Library.
37 #include <parallel/settings.h>
38 #include <parallel/base.h>
39 #include <parallel/equally_split.h>
43 /** @brief Embarrassingly parallel algorithm for random access
81 # pragma omp parallel num_threads(__num_threads) in __for_each_template_random_access_ed()
117 } //parallel in __for_each_template_random_access_ed()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A 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 "$@"
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DM32R_002dOpts.html138 <dt><code>-parallel</code></dt>
141 instructions into a single, parallel instruction, where it is legal to
145 <dt><code>-no-parallel</code></dt>
147 <p>This option disables a previously enabled <em>-parallel</em> option.
161 converting sequential instructions into parallel ones. This option
162 implies <em>-parallel</em>.
165 <dt><code>-warn-explicit-parallel-conflicts</code></dt>
168 questionable parallel instructions are encountered. This option is
180 <p>This is a shorter synonym for the <em>-warn-explicit-parallel-conflicts</em>
184 <dt><code>-no-warn-explicit-parallel-conflicts</code></dt>
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DM32R_002dOpts.html138 <dt><code>-parallel</code></dt>
141 instructions into a single, parallel instruction, where it is legal to
145 <dt><code>-no-parallel</code></dt>
147 <p>This option disables a previously enabled <em>-parallel</em> option.
161 converting sequential instructions into parallel ones. This option
162 implies <em>-parallel</em>.
165 <dt><code>-warn-explicit-parallel-conflicts</code></dt>
168 questionable parallel instructions are encountered. This option is
180 <p>This is a shorter synonym for the <em>-warn-explicit-parallel-conflicts</em>
184 <dt><code>-no-warn-explicit-parallel-conflicts</code></dt>
[all …]

12345678910>>...84