/linux/Documentation/sphinx/ |
A 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 "$@"
|
/linux/drivers/parport/ |
A D | Kconfig | 13 the architecture might have PC parallel port hardware. 19 If you want to use devices connected to your machine's parallel port 28 to the parallel port see <http://www.torque.net/linux-pp.html> on 47 You should say Y here if you have a PC-style parallel port. All 49 parallel ports. PA-RISC owners should only say Y here if they 50 have a SuperIO parallel port. 58 tristate "Multi-IO cards (parallel and serial)" 61 This adds support for multi-IO PCI cards that have parallel and 69 Many parallel port chipsets provide hardware that can speed up 98 Say Y here if you need support for the parallel port on [all …]
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | padata.rst | 88 void (*parallel)(struct padata_priv *padata); 93 padata来说是私有的,但是这个结构在初始化时应该被清零,并且应该提供parallel()和 107 每个提交给padata_do_parallel()的作业将依次传递给一个CPU上的上述parallel()函数 108 的一个调用,所以真正的并行是通过提交多个作业来实现的。parallel()在运行时禁用软 109 件中断,因此不能睡眠。parallel()函数把获得的padata_priv结构体指针作为其唯一的参 112 请注意,parallel()没有返回值;padata子系统假定parallel()将从此时开始负责这项工 113 作。作业不需要在这次调用中完成,但是,如果parallel()留下了未完成的工作,它应该准 119 当一个作业完成时,parallel()(或任何实际完成该工作的函数)应该通过调用通知padata此
|
/linux/drivers/block/paride/ |
A D | Kconfig | 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 32 connected through a parallel port. If you chose to build PARIDE 36 must also have at least one parallel port protocol driver in your 48 connected through a parallel port. If you chose to build PARIDE 50 parallel port ATAPI disk driver, otherwise you should answer M 62 connected through a parallel port. If you chose to build PARIDE 64 parallel port ATAPI disk driver, otherwise you should answer M 68 parallel port version of the HP 5GB drive. [all …]
|
/linux/Documentation/input/devices/ |
A D | joystick-parport.rst | 20 happen include burning your parallel port, and/or the sticks and joystick 100 each pad needs its own data pin. The parallel port pins are:: 241 parallel port like this:: 264 the parallel port:: 336 9 | o o o | o o o | o o o | 1 parallel 367 parallel port pins, and the following schematic:: 407 The Select pin goes to pin 14 on the parallel port:: 438 parallel port:: 524 more parallel ports. 545 Old parallel ports may not have this feature. [all …]
|
/linux/drivers/auxdisplay/ |
A D | Kconfig | 80 The first standard parallel port address is 0x378. 81 The second standard parallel port address is 0x278. 101 to the parallel port. 221 int "Default parallel port number (0=LPT1)" 242 1 = 2x16 parallel LCD, old keypad 244 3 = 2x16 parallel LCD (Hantronix), no keypad 283 2 : 2x16 & 2x40 parallel LCD (old wiring) 285 4 : 2x16 parallel LCD (Hantronix wiring) 286 5 : 2x16 parallel LCD (Nexcom wiring) 362 This driver now supports any serial or parallel LCD wired to a parallel [all …]
|
/linux/Documentation/admin-guide/blockdev/ |
A D | paride.rst | 2 Linux and parallel port IDE devices 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 35 The document describes the support in Linux for parallel port IDE 38 parallel port IDE subsystem, including: 57 accessing the parallel ports. The second component is a set of 183 PARPORT parallel port sharing system that is included by the 185 if you want to use chains of devices on the same parallel port. [all …]
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_context.h | 51 return !!ce->parallel.parent; in intel_context_is_child() 56 return !!ce->parallel.number_children; in intel_context_is_parent() 72 GEM_BUG_ON(!intel_context_is_pinned(ce->parallel.parent)); in intel_context_to_parent() 74 return ce->parallel.parent; in intel_context_to_parent() 89 list_for_each_entry(ce, &(parent)->parallel.child_list,\ 90 parallel.child_link) 92 list_for_each_entry_safe(ce, cn, &(parent)->parallel.child_list,\ 93 parallel.child_link) 248 ce->parallel.child_index + 1); in intel_context_timeline_lock()
|
A D | intel_context.c | 407 INIT_LIST_HEAD(&ce->parallel.child_list); in intel_context_init() 573 parent->parallel.child_index = parent->parallel.number_children++; in intel_context_bind_parent_child() 574 list_add_tail(&child->parallel.child_link, in intel_context_bind_parent_child() 575 &parent->parallel.child_list); in intel_context_bind_parent_child() 576 child->parallel.parent = parent; in intel_context_bind_parent_child()
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | img,parallel-out.txt | 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/Documentation/core-api/ |
A 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 115 exactly one call to the above-mentioned parallel() function, on one CPU, so 117 software interrupts disabled and thus cannot sleep. The parallel() 123 parallel() will take responsibility for the job from this point. The job [all …]
|
/linux/Documentation/i2c/busses/ |
A D | i2c-parport.rst | 7 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/Documentation/networking/ |
A D | plip.rst | 16 This document describes the parallel port packet pusher for Net/LGX. 18 parallel ports to appear as a IP network interface. 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. 78 the PLIP driver would constantly poll the parallel port for data waiting, 92 When in IRQ-less mode, the PLIP driver polls the parallel port HZ times 122 bi-directional parallel ports, rather than output-only ``printer`` 163 bi-directional parallel ports, rather than output-only ``printer`` 166 ``printer`` (as opposed to ``parallel``) ports or when the machine [all …]
|
/linux/Documentation/gpu/rfc/ |
A D | i915_scheduler.rst | 21 * 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/Documentation/devicetree/bindings/media/ |
A D | stih407-c8sectpfe.txt | 28 - pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num) 43 - serial-not-parallel : Bool property to configure input bus width (serial on ts_data<7>). 65 "tsin0-parallel", 75 serial-not-parallel; 83 serial-not-parallel;
|
/linux/arch/arm/boot/dts/ |
A D | gemini-wbd111.dts | 46 /* Conflict with TVC and extended parallel flash */ 52 /* Conflict with TVC and extended parallel flash */ 58 /* Conflict with TVC and extended parallel flash */ 64 /* Conflict with TVC and extended parallel flash */
|
A D | gemini-wbd222.dts | 45 /* Conflict with TVC and extended parallel flash */ 51 /* Conflict with TVC and extended parallel flash */ 57 /* Conflict with TVC and extended parallel flash */ 63 /* Conflict with TVC and extended parallel flash */
|
/linux/Documentation/admin-guide/ |
A 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. 222 the first parallel port, and /dev/lp1 to be the **third** parallel port,
|
/linux/Documentation/driver-api/ |
A D | parport-lowlevel.rst | 124 In order to be notified about parallel ports when they are detected, 291 parport_enumerate - retrieve a list of parallel ports (DEPRECATED) 307 Successive parallel ports can be found using the ``struct parport 321 This function can return NULL to indicate that there are no parallel 382 Use this function to register your device driver on a parallel port 396 non-zero if the parallel port cannot be released yet -- if zero is 436 A ``struct pardevice *``: a handle to the registered parallel port 563 claimed, and the caller now has possession of the parallel port. 582 parport_release - release the parallel port 640 When a driver has control of a parallel port, it may allow another [all …]
|
/linux/drivers/media/platform/rcar-vin/ |
A D | rcar-core.c | 514 vin->parallel.source_pad = ret; in rvin_parallel_subdevice_attach() 520 vin->parallel.subdev = subdev; in rvin_parallel_subdevice_attach() 527 code.pad = vin->parallel.source_pad; in rvin_parallel_subdevice_attach() 568 vin->parallel.subdev = subdev; in rvin_parallel_subdevice_attach() 576 vin->parallel.subdev = NULL; in rvin_parallel_subdevice_detach() 605 source = &vin->parallel.subdev->entity; in rvin_parallel_notify_complete() 609 sink, vin->parallel.sink_pad, 0); in rvin_parallel_notify_complete() 647 vin->parallel.sink_pad); in rvin_parallel_notify_bound() 687 vin->parallel.bus = vep.bus.parallel; in rvin_parallel_parse_of() 702 vin->parallel.asd = asd; in rvin_parallel_parse_of() [all …]
|
/linux/drivers/net/plip/ |
A D | Kconfig | 7 tristate "PLIP (parallel port) support" 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/Documentation/devicetree/bindings/i2c/ |
A D | i2c-pca-platform.txt | 4 parallel-bus microcontrollers/microprocessors and the serial I2C-bus 5 and allows the parallel bus system to communicate bi-directionally
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_submission.c | 409 GEM_BUG_ON(!ce->parallel.guc.parent_page); in __get_parent_scratch_offset() 456 CIRC_SPACE(ce->parallel.guc.wqi_tail, ce->parallel.guc.wqi_head, WQ_SIZE) in get_wq_pointer() 755 ce->parallel.guc.wqi_tail = (ce->parallel.guc.wqi_tail + wqi_size) & in write_wqi() 773 ce->parallel.guc.wqi_tail = 0; in guc_wq_noop_append() 1942 ce->parallel.guc.wqi_tail = 0; in guc_lrc_desc_pin() 1943 ce->parallel.guc.wqi_head = 0; in guc_lrc_desc_pin() 2964 if (ce->parallel.last_rq) in guc_parent_context_unpin() 2965 i915_request_put(ce->parallel.last_rq); in guc_parent_context_unpin() 3933 ce->parallel.number_children); in intel_guc_submission_print_context_info() 4047 ce->parallel.child_index), in emit_bb_start_child_no_preempt_mid_batch() [all …]
|
/linux/drivers/staging/fieldbus/Documentation/devicetree/bindings/fieldbus/ |
A D | arcx,anybus-controller.txt | 3 This chip communicates with the SoC over a parallel bus. It is 5 corresponding to the parallel bus used for communication. 50 This example places the bridge on top of the i.MX WEIM parallel bus, see:
|
/linux/Documentation/driver-api/mmc/ |
A D | mmc-async-req.rst | 12 preparations for the next request are done in parallel with the current 20 possible to prepare the caches for next job in parallel with an active 35 in parallel with the transfer performance won't be affected. 66 The first request in a series of requests can't be prepared in parallel
|