/Linux-v6.1/LICENSES/preferred/ |
D | LGPL-2.1 | 27 the successor of the GNU Library Public License, version 2, hence the 54 you distribute copies of the library or if you modify it. 56 For example, if you distribute copies of the library, whether gratis or for 59 link other code with the library, you must provide complete object files to 60 the recipients, so that they can relink them with the library after making 61 changes to the library and recompiling it. And you must show them these 65 library, and (2) we offer you this license, which gives you legal 66 permission to copy, distribute and/or modify the library. 69 warranty for the free library. Also, if the library is modified by someone 78 for a version of the library must be consistent with the full freedom of [all …]
|
D | LGPL-2.0 | 8 For 'GNU Library General Public License (LGPL) version 2.0 only' use: 10 For 'GNU Library General Public License (LGPL) version 2.0 or any later 15 GNU LIBRARY GENERAL PUBLIC LICENSE 24 [This is the first released version of the library GPL. It is numbered 2 34 This license, the Library General Public License, applies to some specially 48 distribute copies of the library, or if you modify it. 50 For example, if you distribute copies of the library, whether gratis or for 53 link a program with the library, you must provide complete object files to 54 the recipients so that they can relink them with the library, after making 55 changes to the library and recompiling it. And you must show them these [all …]
|
/Linux-v6.1/lib/crypto/ |
D | Kconfig | 3 menu "Crypto library routines" 18 accelerated implementation of the Blake2s library interface, 25 Blake2s library interface that require the generic code as a 34 accelerated implementation of the ChaCha library interface, 42 ChaCha library interface that require the generic code as a 48 tristate "ChaCha library interface" 52 Enable the ChaCha library interface. This interface may be fulfilled 60 accelerated implementation of the Curve25519 library interface, 67 Curve25519 library interface that require the generic code as a 73 tristate "Curve25519 scalar multiplication library" [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | ti,drv260x.txt | 16 - library-sel - These are ROM based waveforms pre-programmed into the IC. 17 This should be set to set the library to use at power up. 19 DRV260X_LIB_EMPTY - Do not use a pre-programmed library 20 DRV260X_ERM_LIB_A - Pre-programmed Library 21 DRV260X_ERM_LIB_B - Pre-programmed Library 22 DRV260X_ERM_LIB_C - Pre-programmed Library 23 DRV260X_ERM_LIB_D - Pre-programmed Library 24 DRV260X_ERM_LIB_E - Pre-programmed Library 25 DRV260X_ERM_LIB_F - Pre-programmed Library 26 DRV260X_LIB_LRA - Pre-programmed LRA Library [all …]
|
/Linux-v6.1/Documentation/power/ |
D | opp.rst | 2 Operating Performance Points (OPP) Library 45 1.2 Operating Performance Points Library 48 OPP library provides a set of helper functions to organize and query the OPP 49 information. The library is located in drivers/opp/ directory and the header 50 is located in include/linux/pm_opp.h. OPP library can be enabled by enabling 55 Typical usage of the OPP library is as follows:: 57 (users) -> registers a set of default OPPs -> (library) 76 OPP library facilitates this concept in its implementation. The following 85 WARNING: Users of OPP library should refresh their availability count using 89 the SoC specific framework which uses the OPP library. Similar care needs [all …]
|
/Linux-v6.1/Documentation/PCI/endpoint/ |
D | pci-endpoint.rst | 28 library, the Endpoint Function library, and the configfs layer to bind the 31 PCI Endpoint Controller(EPC) Library 34 The EPC library provides APIs to be used by the controller that can operate 35 in endpoint mode. It also provides APIs to be used by function driver/library 123 There are other APIs provided by the EPC library. These are used for binding 157 PCI Endpoint Function(EPF) Library 160 The EPF library provides APIs to be used by the function driver and the EPC 161 library to provide endpoint mode functionality. 196 APIs for the PCI Endpoint Controller Library argument 200 by the PCI endpoint controller library. [all …]
|
/Linux-v6.1/lib/ |
D | Kconfig | 3 # Library configuration 9 menu "Library routines" 135 the kernel tree does. Such modules that use library CRC-CCITT 143 the kernel tree does. Such modules that use library CRC16 169 the kernel tree does. Such modules that use library CRC ITU-T V.41 179 the kernel tree does. Such modules that use library CRC32/CRC32c 186 This option enables the CRC32 library functions to perform a 243 the kernel tree does. Such modules that use library CRC64 251 the kernel tree does. Such modules that use library CRC4 259 the kernel tree does. Such modules that use library CRC7 [all …]
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | sfp-machine.h | 4 This file is part of the GNU C Library. 9 The GNU C Library is free software; you can redistribute it and/or 10 modify it under the terms of the GNU Library General Public License as 14 The GNU C Library is distributed in the hope that it will be useful, 17 Library General Public License for more details. 19 You should have received a copy of the GNU Library General Public 20 License along with the GNU C Library; see the file COPYING.LIB. If
|
/Linux-v6.1/fs/udf/ |
D | udftime.c | 2 This file is part of the GNU C Library. 5 The GNU C Library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public License as 10 The GNU C Library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with the GNU C Library; see the file COPYING.LIB. If not,
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | sfp-machine_64.h | 4 This file is part of the GNU C Library. 9 The GNU C Library is free software; you can redistribute it and/or 10 modify it under the terms of the GNU Library General Public License as 14 The GNU C Library is distributed in the hope that it will be useful, 17 Library General Public License for more details. 19 You should have received a copy of the GNU Library General Public 20 License along with the GNU C Library; see the file COPYING.LIB. If
|
/Linux-v6.1/drivers/input/misc/ |
D | drv260x.c | 60 /* Library Selection */ 178 * @library: The vibration library to be used 191 u32 library; member 394 haptics->library); in drv260x_init() 417 haptics->library); in drv260x_init() 484 error = device_property_read_u32(dev, "library-sel", &haptics->library); in drv260x_probe() 486 dev_err(dev, "Can't fetch 'library-sel' property: %d\n", error); in drv260x_probe() 490 if (haptics->library < DRV260X_LIB_EMPTY || in drv260x_probe() 491 haptics->library > DRV260X_ERM_LIB_F) { in drv260x_probe() 493 "Library value is invalid: %i\n", haptics->library); in drv260x_probe() [all …]
|
/Linux-v6.1/arch/m68k/ifpsp060/ |
D | README | 39 fplsp.sa FP Library Module - hex image 40 fplsp.s FP Library Module - source code 41 fplsp.doc FP Library Module - on-line documentation 47 ilsp.sa Integer Unimplemented Library Module - hex image 48 ilsp.s Integer Unimplemented Library Module - source code 49 ilsp.doc Integer Unimplemented Library Module - on-line doc
|
/Linux-v6.1/include/math-emu/ |
D | op-8.h | 4 This file is part of the GNU C Library. 9 The GNU C Library is free software; you can redistribute it and/or 10 modify it under the terms of the GNU Library General Public License as 14 The GNU C Library is distributed in the hope that it will be useful, 17 Library General Public License for more details. 19 You should have received a copy of the GNU Library General Public 20 License along with the GNU C Library; see the file COPYING.LIB. If
|
D | single.h | 4 This file is part of the GNU C Library. 10 The GNU C Library is free software; you can redistribute it and/or 11 modify it under the terms of the GNU Library General Public License as 15 The GNU C Library is distributed in the hope that it will be useful, 18 Library General Public License for more details. 20 You should have received a copy of the GNU Library General Public 21 License along with the GNU C Library; see the file COPYING.LIB. If
|
D | soft-fp.h | 3 This file is part of the GNU C Library. 9 The GNU C Library is free software; you can redistribute it and/or 10 modify it under the terms of the GNU Library General Public License as 14 The GNU C Library is distributed in the hope that it will be useful, 17 Library General Public License for more details. 19 You should have received a copy of the GNU Library General Public 20 License along with the GNU C Library; see the file COPYING.LIB. If
|
/Linux-v6.1/tools/usb/usbip/ |
D | configure.ac | 10 AC_SUBST([LIBUSBIP_VERSION], [$CURRENT:$REVISION:$AGE], [library version]) 42 # Checks for library functions. 50 [AC_MSG_ERROR([Missing udev library!])])], 53 # Checks for libwrap library. 54 AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library]) 57 [use the libwrap (TCP wrappers) library])],
|
/Linux-v6.1/kernel/time/ |
D | timeconv.c | 4 * This file is part of the GNU C Library. 7 * The GNU C Library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Library General Public License as 12 * The GNU C Library is distributed in the hope that it will be useful, 15 * Library General Public License for more details. 17 * You should have received a copy of the GNU Library General Public 18 * License along with the GNU C Library; see the file COPYING.LIB. If not,
|
/Linux-v6.1/arch/x86/include/uapi/asm/ |
D | mtrr.h | 6 This library is free software; you can redistribute it and/or 7 modify it under the terms of the GNU Library General Public 11 This library is distributed in the hope that it will be useful, 14 Library General Public License for more details. 16 You should have received a copy of the GNU Library General Public 17 License along with this library; if not, write to the Free
|
/Linux-v6.1/arch/x86/include/asm/ |
D | mtrr.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/Linux-v6.1/fs/fuse/ |
D | Kconfig | 9 There's also a companion library: libfuse2. This library is available 12 although chances are your distribution already has that library 16 See <file:Documentation/Changes> for needed library/utility version.
|
/Linux-v6.1/sound/core/oss/ |
D | copy.c | 6 * This library is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU Library General Public License as 14 * GNU Library General Public License for more details. 16 * You should have received a copy of the GNU Library General Public 17 * License along with this library; if not, write to the Free Software
|
D | route.c | 6 * This library is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU Library General Public License as 14 * GNU Library General Public License for more details. 16 * You should have received a copy of the GNU Library General Public 17 * License along with this library; if not, write to the Free Software
|
/Linux-v6.1/tools/lib/traceevent/Documentation/ |
D | libtraceevent-set_flag.txt | 32 directory. This directory is defined at library compile 33 time, and usually depends on library installation 35 _TEP_DISABLE_PLUGINS_ - disable all library plugins: 78 Header file to include in order to have access to the library APIs. 80 Linker switch to add when building a program that uses the library.
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | fpswa.h | 34 * floating point state to be passed to the FP emulation library by 55 * library. This function is invoked by the Floating point software 63 * This is the FPSWA library interface as defined by EFI. We need to pass a 64 * pointer to the interface itself on a call to the assist library
|
/Linux-v6.1/arch/alpha/lib/ |
D | memchr.S | 2 This file is part of the GNU C Library. 5 The GNU C Library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public License as 10 The GNU C Library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with the GNU C Library; see the file COPYING.LIB. If not,
|