Home
last modified time | relevance | path

Searched refs:implementation (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/Linux-v4.19/Documentation/arm/Samsung/
DGPIO.txt1 Samsung GPIO implementation
7 This outlines the Samsung GPIO implementation and the architecture
15 about these devices. Their implementation has been brought into line
16 with the core samsung implementation described in this document.
22 The gpio implementation uses gpiolib as much as possible, only providing
34 implementation to configure pins as necessary.
/Linux-v4.19/Documentation/crypto/
Darchitecture.rst103 the following implementations: AES-NI, assembler implementation, or
105 which cipher implementation is used? The answer to that question is the
106 priority number assigned to each cipher implementation by the kernel
109 implementations providing an implementation with that name and selects
110 the implementation with the highest priority.
113 implementation and thus does not want to rely on the priority-based
115 the cipher implementation to register a unique name in addition to
117 sure to refer to the intended cipher implementation.
133 - module: the kernel module providing the cipher implementation (or
136 - priority: the priority value of the cipher implementation
[all …]
Dintro.rst43 The transformation implementation is an actual code or interface to
48 implementation. There can be multiple transformation objects associated
49 with a single transformation implementation. Each of those
52 consumer requests a transformation implementation. The consumer is then
/Linux-v4.19/Documentation/cgroup-v1/
D00-INDEX4 - Description for Block IO Controller, implementation and usage details.
6 - Control Groups definition, implementation details, examples and API.
16 - HugeTLB Controller implementation and usage details.
18 - Memory Resource Controller; implementation details.
/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnv_setup.c257 u32 implementation = par->Chipset & 0x0ff0; in nv10GetConfig() local
288 if (par->twoHeads && (implementation != 0x0110)) { in nv10GetConfig()
302 u16 implementation = par->Chipset & 0x0ff0; in NVCommonSetup() local
339 (implementation != 0x0100) && in NVCommonSetup()
340 (implementation != 0x0150) && in NVCommonSetup()
341 (implementation != 0x01A0) && (implementation != 0x0200); in NVCommonSetup()
344 (implementation != 0x0110)); in NVCommonSetup()
346 par->twoStagePLL = (implementation == 0x0310) || in NVCommonSetup()
347 (implementation == 0x0340) || (par->Architecture >= NV_ARCH_40); in NVCommonSetup()
350 (implementation != 0x0100); in NVCommonSetup()
[all …]
/Linux-v4.19/drivers/mailbox/
DKconfig22 Mailbox implementation for i.MX Messaging Unit (MU).
38 An implementation of the ARM PL320 Interprocessor Communication
48 Mailbox implementation for OMAP family chips with hardware for
87 An implementation of the Altera Mailbox soft core. It is used
95 An implementation of the BCM2385 Mailbox. It is used to invoke
103 Mailbox implementation for STMicroelectonics family chips with
110 An implementation of Message Manager slave driver for Keystone
123 An implementation of the hi3660 mailbox. It is used to send message
133 An implementation of the hi6220 mailbox. It is used to send message
166 An implementation of the APM X-Gene Interprocessor Communication
[all …]
/Linux-v4.19/Documentation/networking/
Dx25.txt4 write an X.25 implementation for Linux. My aim is to provide a complete X.25
11 I therefore decided to write the implementation such that as far as the
14 implementation of LAPB. Therefore the LAPB modules would be called by
18 To confuse matters a little, an 802.2 LLC implementation for Linux is being
23 implementation is being done as part of another protocol project (SNA) and
Dsctp.txt4 implementation.
17 The initial project goal is to create an Linux kernel reference implementation
28 implementation and testing lksctp on IPv4.
/Linux-v4.19/Documentation/core-api/
Dgenericirq.rst28 The original implementation of interrupt handling in Linux uses the
33 a quite universal set for the ARM interrupt handler implementation in
42 During the implementation we identified another type:
51 This split implementation of high-level IRQ handlers allows us to
56 The original general IRQ implementation used hw_interrupt_type
76 flow handler implementation also makes it simple to provide
82 IRQ-flow implementation for 'level type' interrupts and add a
83 (sub)architecture specific 'edge type' implementation.
223 handle_level_irq provides a generic implementation for level-triggered
236 handle_fasteoi_irq provides a generic implementation for interrupts,
[all …]
/Linux-v4.19/net/nsh/
DKconfig5 Network Service Header is an implementation of Service Function
6 Chaining (RFC 7665). The current implementation in Linux supports
/Linux-v4.19/Documentation/scheduler/
D00-INDEX4 - CPU Scheduler implementation hints for architecture specific code.
8 - goals, design and implementation of the Completely Fair Scheduler.
/Linux-v4.19/Documentation/
Dmen-chameleon-bus.txt9 1.2 Limitations of the current implementation
26 This document describes the architecture and implementation of the MEN
33 implementation and does by no means describe the complete possibilities of MCB
36 Limitations of the current implementation
39 The current implementation is limited to PCI and PCIe based carrier devices
68 not handled by the MCB implementation.
97 The current implementation assigns exactly one memory and one IRQ resource
Dfutex-requeue-pi.txt16 Without requeue_pi, the glibc implementation of
20 implementation would wake the highest-priority waiter, and leave the
56 user space already holding the PI futex. The glibc implementation
81 The actual glibc implementation will likely test for PI and make the
106 to be requeued to a PI-aware futex. The implementation is the
/Linux-v4.19/net/nfc/hci/
DKconfig3 tristate "NFC HCI implementation"
7 implementation. This is mostly needed for devices that only process
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
DKconfig32 tristate "PCI bus implementation for Mellanox Technologies Switch ASICs"
36 This is PCI bus implementation for Mellanox Technologies Switch ASICs.
42 tristate "I2C bus implementation for Mellanox Technologies Switch ASICs"
46 This is I2C bus implementation for Mellanox Technologies Switch ASICs.
/Linux-v4.19/arch/openrisc/
DKconfig91 Select this if your implementation features write through data caches.
108 Select this if your implementation has the Class II instruction l.ff1
114 Select this if your implementation has the Class II instruction l.fl1
120 Select this if your implementation has a hardware multiply instruction
126 Select this if your implementation has a hardware divide instruction
/Linux-v4.19/drivers/staging/iio/Documentation/
Dring.txt5 specific information on a given buffer implementation, see the
7 implementation to be selected at compile time via Kconfig options.
9 A given buffer implementation typically embeds a struct
/Linux-v4.19/Documentation/media/uapi/dvb/
Dlegacy_dvb_apis.rst22 code implementation, as this section of the document was written
24 implementation.
/Linux-v4.19/arch/arm/crypto/
DKconfig79 Use a faster and more secure NEON based implementation of AES in CBC,
85 This implementation does not rely on any lookup tables so it is
94 Use an implementation of AES in CBC, CTR and XTS modes that uses
103 Use an implementation of GHASH (used by the GCM AEAD chaining mode)
/Linux-v4.19/Documentation/devicetree/bindings/nios2/
Dnios2.txt35 - altr,implementation: Nios II core implementation, this should be "fast";
50 altr,implementation = "fast";
/Linux-v4.19/Documentation/filesystems/nfs/
Dnfs41-server.txt19 The NFSv4 minorversion 1 (NFSv4.1) implementation in nfsd is based
22 From the many new features in NFSv4.1 the current implementation
31 are not supported yet by the linux server implementation.
38 The following abbreviations indicate the linux server implementation status.
159 * implementation ids are ignored
/Linux-v4.19/Documentation/virtual/kvm/devices/
Darm-vgic.txt53 GICD_IIDR.Revision is updated when the KVM implementation of an emulated
56 confirm its expected behavior is aligned with the KVM implementation.
78 The Active Priorities Registers APRn are implementation defined, so we set a
79 fixed format for our implementation that fits with the model of a "GICv2
80 implementation without the security extensions" which we present to the
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Dsifive,plic-1.0.0.txt4 SiFive SOCs include an implementation of the Platform-Level Interrupt Controller
26 "sifive,plic-1.0.0" device is a concrete implementation of the PLIC that
32 detailed implementation in case that specific bugs need to be worked around.
/Linux-v4.19/Documentation/driver-api/iio/
Dhw-consumer.rst7 software buffer for data. The implementation can be found under
21 As standard IIO device the implementation is based on IIO provider/consumer.
/Linux-v4.19/Documentation/arm/
Dvlocks.txt118 ARM implementation
121 The current ARM implementation [2] contains some optimisations beyond
129 In the ARM implementation, this means that we can use a single load
158 implementation uses a simple loop of word-sized loads for this
165 implementation.
170 implementation removes many of the barriers which would be required

12345678910>>...23