Home
last modified time | relevance | path

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

12345678910>>...24

/linux/Documentation/arch/arm/nwfpe/
H A 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/Documentation/networking/devlink/
H A Docteontx2.rst7 This document describes the devlink features implemented by the ``octeontx2 AF, PF and VF``
15 .. list-table:: Driver-specific parameters implemented
31 .. list-table:: Driver-specific parameters implemented
46 .. list-table:: Driver-specific parameters implemented
H A 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
66 .. list-table:: devlink info versions implemented
H A Dbnxt.rst7 This document describes the devlink features implemented by the ``bnxt``
13 .. list-table:: Generic parameters implemented
31 .. list-table:: Driver-specific parameters implemented
50 .. list-table:: devlink info versions implemented
H A 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
H A 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
H A Dam65-nuss-cpsw-switch.rst7 This document describes the devlink features implemented by the ``am65-cpsw-nuss``
16 .. list-table:: Driver-specific parameters implemented
H A Dqed.rst7 This document describes the devlink features implemented by the ``qed`` core
15 .. list-table:: Driver-specific parameters implemented
H A Dionic.rst7 This document describes the devlink features implemented by the ``ionic``
15 .. list-table:: devlink info versions implemented
H A Dti-cpsw-switch.rst7 This document describes the devlink features implemented by the ``ti-cpsw-switch``
16 .. list-table:: Driver-specific parameters implemented
H A Dhns3.rst7 This document describes the devlink features implemented by the ``hns3``
17 .. list-table:: devlink info versions implemented
H A Dmv88e6xxx.rst7 This document describes the devlink features implemented by the ``mv88e6xxx``
15 .. list-table:: Driver-specific parameters implemented
H A Detas_es58x.rst7 This document describes the devlink features implemented by the
15 .. list-table:: devlink info versions implemented
H A Dnetdevsim.rst13 .. list-table:: Generic parameters implemented
23 .. list-table:: Driver-specific parameters implemented
34 can be implemented.
/linux/drivers/phy/socionext/
H A 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/Documentation/crypto/device_drivers/
H A Docteontx2.rst7 This document describes the devlink features implemented by the ``octeontx2 CPT``
15 .. list-table:: Driver-specific parameters implemented
/linux/Documentation/networking/caif/
H A 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/Documentation/core-api/
H A 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/arch/arm64/boot/dts/exynos/google/
H A Dgs101-oriole.dts57 /* TODO: Remove this once PMIC is implemented */
63 /* TODO: Remove this once S2MPG11 slave PMIC is implemented */
148 /* TODO: Update these once PMIC is implemented */
/linux/Documentation/i2c/busses/
H A Di2c-amd8111.rst35 Supported. Both PEC and block process call support is implemented. Slave
36 mode or host notification are not yet implemented.
/linux/Documentation/security/tpm/
H A 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/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteon_ep.rst37 implemented through a reserved region in BAR4.
41 implemented as part of mailbox interface.
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A 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/Documentation/userspace-api/media/dvb/
H A 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
/linux/fs/ceph/
H A Dcaps.c678 cap->implemented = 0; in ceph_add_cap()
699 cap->issued = cap->implemented = CEPH_CAP_PIN; in ceph_add_cap()
770 cap->implemented |= issued; in ceph_add_cap()
812 int __ceph_caps_issued(struct ceph_inode_info *ci, int *implemented) in __ceph_caps_issued() argument
820 if (implemented) in __ceph_caps_issued()
821 *implemented = 0; in __ceph_caps_issued()
829 if (implemented) in __ceph_caps_issued()
830 *implemented |= cap->implemented; in __ceph_caps_issued()
839 have &= ~cap->implemented | cap->issued; in __ceph_caps_issued()
975 (cap->implemented & ~cap->issued & mask)) in __ceph_caps_revoking_other()
[all …]

12345678910>>...24