Searched full:compatibility (Results 1 – 25 of 1673) sorted by relevance
12345678910>>...67
/Linux-v5.10/Documentation/devicetree/bindings/ptp/ |
D | brcm,ptp-dte.txt | 4 - compatible: should contain the core compatibility string 5 and the SoC compatibility string. The SoC 6 compatibility string is to handle SoC specific 8 Core compatibility string: 10 SoC compatibility strings:
|
/Linux-v5.10/include/uapi/linux/ |
D | route.h | 12 * for the purposes of compatibility only. 40 short rt_metric; /* +1 for binary compatibility! */ 44 #define rt_mss rt_mtu /* Compatibility :-( */ 58 #define RTF_MSS RTF_MTU /* Compatibility :-( */
|
D | if.h | 23 #include <linux/libc-compat.h> /* for compatibility with glibc */ 39 /* For glibc compatibility. An empty enum does not compile. */ 83 /* for compatibility with glibc net/if.h */ 110 /* for compatibility with glibc net/if.h */ 194 /* for compatibility with glibc net/if.h */ 232 /* for compatibility with glibc net/if.h */ 284 /* for compatibility with glibc net/if.h */
|
D | shm.h | 27 /* Obsolete, used only for backwards compatibility and libc5 compiles */ 37 unsigned short shm_unused; /* compatibility */ 92 /* Obsolete, used only for backwards compatibility */
|
/Linux-v5.10/drivers/message/fusion/lsi/ |
D | mpi_log_sas.h | 270 /* Compatibility Error : IR Disabled */ 272 /* Compatibility Error : Inquiry Command failed */ 274 /* Compatibility Error : Device not direct access device */ 276 /* Compatibility Error : Removable device found */ 278 /* Compatibility Error : Device SCSI Version not 2 or higher */ 280 /* Compatibility Error : SATA device, 48 BIT LBA not supported */ 282 /* Compatibility Error : Device does not have 512 byte block sizes */ 284 /* Compatibility Error : Volume Type check failed */ 286 /* Compatibility Error : Volume Type is unsupported by FW */ 288 /* Compatibility Error : Disk drive too small for use in volume */ [all …]
|
/Linux-v5.10/drivers/net/ethernet/hisilicon/ |
D | Kconfig | 102 tristate "Hisilicon HNS3 HCLGE Acceleration Engine & Compatibility Layer Support" 107 compatibility layer. The engine would be used in Hisilicon hip08 family of 120 tristate "Hisilicon HNS3VF Acceleration Engine & Compatibility Layer Support" 125 compatibility layer. The engine would be used in Hisilicon hip08 family of
|
/Linux-v5.10/fs/ext4/ |
D | Kconfig | 2 # Ext3 configs are here for backward compatibility with old configs which may 9 This config option is here only for backward compatibility. ext3 18 This config option is here only for backward compatibility. ext3 26 This config option is here only for backward compatibility. ext3
|
/Linux-v5.10/tools/perf/Documentation/ |
D | db-export.txt | 20 backward and forward compatibility, by following some simple rules: 30 backward compatibility by testing for the presence of new tables and columns 33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | resource.h | 8 * ( Compatibility detail: there are architectures that have 10 * to keep that order for binary compatibility. The reasons 55 * Some architectures override this (for compatibility reasons):
|
D | ioctls.h | 58 #define TIOCSBRK 0x5427 /* BSD compatibility */ 59 #define TIOCCBRK 0x5428 /* BSD compatibility */ 72 #define TCGETX 0x5432 /* SYS5 TCGETX compatibility */
|
/Linux-v5.10/tools/lib/bpf/ |
D | bpf.h | 132 size_t sz; /* size of this struct for forward/backward compatibility */ 156 size_t sz; /* size of this struct for forward/backward compatibility */ 173 size_t sz; /* size of this struct for forward/backward compatibility */ 188 size_t sz; /* size of this struct for forward/backward compatibility */ 248 size_t sz; /* size of this struct for forward/backward compatibility */ 257 size_t sz; /* size of this struct for forward/backward compatibility */
|
/Linux-v5.10/Documentation/process/ |
D | adding-syscalls.rst | 269 Compatibility System Calls (Generic) 276 However, there are a couple of situations where a compatibility layer is 290 The second situation that requires a compatibility layer is if one of the 294 32-bit values, which then need to be re-assembled in the compatibility layer. 297 does **not** need a compatibility layer; for example, :manpage:`splice(2)`'s arguments of 300 The compatibility version of the system call is called ``compat_sys_xyzzy()``, 356 Compatibility System Calls (x86) 359 To wire up the x86 architecture of a system call with a compatibility version, 375 the compatibility wrapper:: 424 If the system call needs a compatibility layer (as in the previous section) [all …]
|
/Linux-v5.10/drivers/base/ |
D | class.c | 491 * class_compat_register - register a compatibility class 494 * Compatibility class are meant as a temporary user-space compatibility 514 * class_compat_unregister - unregister a compatibility class 525 * class_compat_create_link - create a compatibility class device link to 527 * @cls: the compatibility class 543 * backwards compatibility as possible. in class_compat_create_link() 557 * class_compat_remove_link - remove a compatibility class device link to 559 * @cls: the compatibility class
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-fpga-region | 5 Description: FPGA region id for compatibility check, e.g. compatibility
|
/Linux-v5.10/Documentation/userspace-api/ |
D | iommu.rst | 54 will break backward compatibility when offset moves. A new flag must 57 ensures backward compatibility. 69 Compatibility Checking 85 the compatibility upfront, as some subsequent errors happening during 91 headers. Backward compatibility is supported per feature flags.
|
/Linux-v5.10/arch/arm/kernel/ |
D | sys_oabi-compat.c | 5 * Compatibility wrappers for syscalls that are used from 28 * Compatibility wrappers are needed for them and provided below. 33 * A compatibility wrapper is needed and provided below. 51 * structure size. Compatibility wrappers are needed and provided below. 58 * used they have to be copyed to remove the padding. Compatibility wrappers 69 * change the length argument to 110 whenever it is 112. Compatibility 424 * compatibility layer. This already has known flaws with in sys_oabi_sendmsg()
|
/Linux-v5.10/net/core/ |
D | gen_stats.c | 40 * gnet_stats_start_copy_compat - start dumping procedure in compatibility mode 43 * @tc_stats_type: TLV type for backward compatibility struct tc_stats TLV 44 * @xstats_type: TLV type for backward compatibility xstats TLV 53 * The dumping handle is marked to be in backward compatibility mode telling 96 * gnet_stats_start_copy - start dumping procedure in compatibility mode 368 * handle is in backward compatibility mode. 402 * by gnet_stats_copy_XXX() calls. Adds the backward compatibility TLVs
|
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | cavium-pip.txt | 12 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs. 23 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs. 34 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | elf.h | 70 * (as in the case of running in Power5+ compatibility mode on a 157 * AUXV is greater than 16 for glibc compatibility. 159 * - for compatibility with glibc ARCH_DLINFO must always be defined on PPC, 165 /* Handle glibc compatibility. */ \
|
/Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-octeon.txt | 5 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs. 11 Compatibility with cn78XX SOCs.
|
/Linux-v5.10/Documentation/ABI/obsolete/ |
D | sysfs-selinux-checkreqprot | 10 This was a compatibility mechanism for legacy userspace and 21 The checkreqprot selinuxfs node will remain for backward compatibility
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | hist-v4l2.rst | 78 Added a v4l to V4L2 ioctl compatibility layer to videodev.c. Driver 89 1999-03-31: Better compatibility for v4l memory capture ioctls. Requires 90 changes to drivers to fully support new compatibility features, see 116 was changed for compatibility with v4l. (1999-08-30) 209 ``videodev.h`` for compatibility with the original ``videodev.h`` file. 221 2001-01-25: A possible driver-level compatibility problem between the 233 correctly through the backward compatibility layer. [Solution?] 244 compatibility* as the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` and 262 Compatibility: Add one to the start values. Applications depending on 270 removed. This change *breaks compatibility* with earlier versions: [all …]
|
/Linux-v5.10/Documentation/networking/ |
D | openvswitch.rst | 29 Flow key compatibility 41 To support this forward and backward compatibility, whenever the 154 compatibility for applications that follow the rules listed under 155 "Flow key compatibility" above. 184 The application could, following the flow compatibility rules above, 189 across kernel versions even though it follows the compatibility rules.
|
/Linux-v5.10/tools/include/uapi/asm-generic/ |
D | ioctls.h | 58 #define TIOCSBRK 0x5427 /* BSD compatibility */ 59 #define TIOCCBRK 0x5428 /* BSD compatibility */ 72 #define TCGETX 0x5432 /* SYS5 TCGETX compatibility */
|
/Linux-v5.10/Documentation/devicetree/bindings/crypto/ |
D | inside-secure-safexcel.txt | 18 Backward compatibility: 19 Two compatibles are kept for backward compatibility, but shouldn't be used for
|
12345678910>>...67