Home
last modified time | relevance | path

Searched refs:implemented (Results 1 – 25 of 587) sorted by relevance

12345678910>>...24

/Linux-v5.15/Documentation/arm/nwfpe/
Dnetwinder-fpe.rst28 These instructions are fully implemented.
40 These instructions are fully implemented. They store/load three words
58 FLT/FIX are fully implemented.
60 RFS/WFS are fully implemented.
62 RFC/WFC are fully implemented. RFC/WFC are supervisor only instructions, and
73 These are fully implemented.
87 These are fully implemented.
93 These are fully implemented as well. They use the same algorithm as the
103 This is fully implemented.
110 These are fully implemented.
[all …]
/Linux-v5.15/Documentation/networking/devlink/
Dmlx5.rst7 This document describes the devlink features implemented by the ``mlx5``
13 .. list-table:: Generic parameters implemented
23 .. list-table:: Driver-specific parameters implemented
54 .. list-table:: devlink info versions implemented
Dbnxt.rst7 This document describes the devlink features implemented by the ``bnxt``
13 .. list-table:: Generic parameters implemented
29 .. list-table:: Driver-specific parameters implemented
48 .. list-table:: devlink info versions implemented
Dmlxsw.rst7 This document describes the devlink features implemented by the ``mlxsw``
13 .. list-table:: Generic parameters implemented
23 .. list-table:: Driver-specific parameters implemented
45 .. list-table:: devlink info versions implemented
Dnfp.rst7 This document describes the devlink features implemented by the ``nfp``
13 .. list-table:: Generic parameters implemented
27 .. list-table:: devlink info versions implemented
Dmlx4.rst7 This document describes the devlink features implemented by the ``mlx4``
13 .. list-table:: Generic parameters implemented
27 .. list-table:: Driver-specific parameters implemented
Dhns3.rst7 This document describes the devlink features implemented by the ``hns3``
17 .. list-table:: devlink info versions implemented
Dam65-nuss-cpsw-switch.rst7 This document describes the devlink features implemented by the ``am65-cpsw-nuss``
16 .. list-table:: Driver-specific parameters implemented
Dqed.rst7 This document describes the devlink features implemented by the ``qed`` core
15 .. list-table:: Driver-specific parameters implemented
Dionic.rst7 This document describes the devlink features implemented by the ``ionic``
15 .. list-table:: devlink info versions implemented
Dti-cpsw-switch.rst7 This document describes the devlink features implemented by the ``ti-cpsw-switch``
16 .. list-table:: Driver-specific parameters implemented
Dmv88e6xxx.rst7 This document describes the devlink features implemented by the ``mv88e6xxx``
15 .. list-table:: Driver-specific parameters implemented
Dnetdevsim.rst13 .. list-table:: Generic parameters implemented
23 .. list-table:: Driver-specific parameters implemented
34 can be implemented.
/Linux-v5.15/drivers/phy/socionext/
DKconfig13 Enable this to support USB PHY implemented on USB2 controller
25 Enable this to support USB PHY implemented in USB3 controller
35 Enable this to support PHY implemented in PCIe controller
45 Enable this to support PHY implemented in AHCI controller
/Linux-v5.15/Documentation/devicetree/bindings/soundwire/
Dqcom,sdw.txt57 Value of 0xFF indicates that this option is not implemented
66 Value of 0xFF indicates that this option is not implemented
76 Value of 0xFF indicates that this option is not implemented
84 Value of 0xFF indicates that this option is not implemented
95 Value of 0xFF indicates that this option is not implemented
105 Value of 0xFF indicates that this option is not implemented
115 Value of 0xFF indicates that this option is not implemented
126 Value of 0xFF indicates that this option is not implemented
137 Value of 0xFF indicates that this option is not implemented
149 Value of 0xFF indicates that this option is not implemented
/Linux-v5.15/arch/arm/crypto/
DKconfig8 implemented using ARM specific CPU features or instructions.
17 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
27 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
37 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
46 SHA-256 secure hash standard (DFIPS 180-2) implemented
54 SHA-256 secure hash standard (DFIPS 180-2) implemented
62 SHA-512 secure hash standard (DFIPS 180-2) implemented
/Linux-v5.15/Documentation/networking/caif/
Dlinux_caif.rst33 * CAIF Link Layer, implemented as NET devices.
68 each layer described in the specification is implemented as a separate layer.
79 specification is implemented in a separate c-file.
179 The IP interface and CAIF socket API are implemented on top of the
189 The Link Layer is implemented as Linux network devices (struct net_device).
194 Therefore a flow-control mechanism is implemented where the physical
/Linux-v5.15/Documentation/i2c/busses/
Di2c-amd8111.rst35 Supported. Both PEC and block process call support is implemented. Slave
36 mode or host notification are not yet implemented.
/Linux-v5.15/Documentation/hwmon/
Dadt7475.rst82 * system acoustics optimizations (not implemented)
93 * 1 Imon input (not implemented)
94 * PECI support (not implemented)
95 * 2 GPIO pins (not implemented)
96 * system acoustics optimizations (not implemented)
/Linux-v5.15/Documentation/core-api/
Drefcount-vs-atomic.rst38 This is implemented using READ_ONCE()/WRITE_ONCE() and
47 CPU (A-cumulative property). This is implemented using smp_mb().
54 (A-cumulative property). This is implemented using
61 after the acquire operation executes. This is implemented using
68 Control dependency on stores are not implemented using any explicit
/Linux-v5.15/Documentation/security/tpm/
Dtpm_ftpm_tee.rst11 This driver is a shim for firmware implemented in ARM's TrustZone
19 implemented in firmware. The driver itself doesn't contain much logic and is
/Linux-v5.15/Documentation/devicetree/bindings/serial/
Dnvidia,tegra194-tcu.txt4 systems within the Tegra SoC. It is implemented through a mailbox-
21 the mailbox subsystem, and the specifiers implemented by the relevant
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/
Darm,nvic.txt4 Cortex-M based processor cores. The NVIC implemented on different SoCs
24 - arm,num-irq-priority-bits: The number of priority bits implemented by the
/Linux-v5.15/fs/ceph/
Dcaps.c656 cap->implemented = 0; in ceph_add_cap()
677 cap->issued = cap->implemented = CEPH_CAP_PIN; in ceph_add_cap()
748 cap->implemented |= issued; in ceph_add_cap()
787 int __ceph_caps_issued(struct ceph_inode_info *ci, int *implemented) in __ceph_caps_issued() argument
793 if (implemented) in __ceph_caps_issued()
794 *implemented = 0; in __ceph_caps_issued()
802 if (implemented) in __ceph_caps_issued()
803 *implemented |= cap->implemented; in __ceph_caps_issued()
812 have &= ~cap->implemented | cap->issued; in __ceph_caps_issued()
945 (cap->implemented & ~cap->issued & mask)) in __ceph_caps_revoking_other()
[all …]
/Linux-v5.15/Documentation/userspace-api/media/dvb/
Dca_high_level.rst15 architecture can be implemented with this style, the definitions
51 implemented by most applications. Hence this area is revisited.
111 Not all ioctl's are implemented in the driver from the API, the other
112 features of the hardware that cannot be implemented by the API are achieved

12345678910>>...24