Home
last modified time | relevance | path

Searched full:library (Results 1 – 25 of 878) sorted by relevance

12345678910>>...36

/linux/LICENSES/preferred/
H A DLGPL-2.131 the successor of the GNU Library Public License, version 2, hence the
58 you distribute copies of the library or if you modify it.
60 For example, if you distribute copies of the library, whether gratis or for
63 link other code with the library, you must provide complete object files to
64 the recipients, so that they can relink them with the library after making
65 changes to the library and recompiling it. And you must show them these
69 library, and (2) we offer you this license, which gives you legal
70 permission to copy, distribute and/or modify the library.
73 warranty for the free library. Also, if the library is modified by someone
82 for a version of the library must be consistent with the full freedom of
[all …]
H A DLGPL-2.08 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/Documentation/crypto/
H A Dlibcrypto.rst4 Crypto library
7 The Linux kernel's crypto library (``lib/crypto/``) provides kernel-internal
14 The crypto library functions are intended to be boring and straightforward, and
18 Note that the crypto library isn't entirely new. ``lib/`` has contained some
26 The crypto library documentation is primarily meant for kernel developers who
50 - ``include/crypto/``: crypto headers, for both the crypto library and the
58 ``CRYPTO_LIB_$(ALGORITHM)``. As is the norm for library functions in the
67 Note that the crypto library doesn't use the ``crypto/``,
70 in the traditional crypto API are implemented by calls into the library.
75 Some of the advantages of the library over the traditional crypto API are:
[all …]
/linux/lib/crypto/
H A DKconfig36 The AES-CBC and AES-CBC-CTS library functions.
42 The AES-CMAC, AES-XCBC-MAC, and AES-CBC-MAC library functions. Select
52 The AES-CCM library functions.
58 The AES-CTR and AES-XCTR library functions.
64 The AES-ECB library functions.
71 The AES-GCM library functions.
77 The AES-XTS library functions.
88 The BLAKE2b library functions. Select this if your module uses any of
108 Enable the ChaCha library interface. Select this if your module uses
127 The Curve25519 library functions. Select this if your module uses any
[all …]
/linux/Documentation/devicetree/bindings/input/
H A Dti,drv260x.yaml43 library-sel:
47 This should be set to set the library to use at power up.
50 DRV260X_LIB_EMPTY - Do not use a pre-programmed library
51 DRV260X_ERM_LIB_A - Pre-programmed Library
52 DRV260X_ERM_LIB_B - Pre-programmed Library
53 DRV260X_ERM_LIB_C - Pre-programmed Library
54 DRV260X_ERM_LIB_D - Pre-programmed Library
55 DRV260X_ERM_LIB_E - Pre-programmed Library
56 DRV260X_ERM_LIB_F - Pre-programmed Library
57 DRV260X_LIB_LRA - Pre-programmed LRA Library
[all …]
/linux/Documentation/power/
H A Dopp.rst2 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/arch/alpha/include/asm/
H A Dsfp-machine.h4 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/arch/sparc/include/asm/
H A Dsfp-machine_64.h4 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/drivers/input/misc/
H A Ddrv260x.c62 /* Library Selection */
186 * @library: The vibration library to be used
199 u32 library; member
366 haptics->library); in drv260x_init()
389 haptics->library); in drv260x_init()
467 error = device_property_read_u32(dev, "library-sel", &haptics->library); in drv260x_probe()
469 dev_err(dev, "Can't fetch 'library-sel' property: %d\n", error); in drv260x_probe()
473 if (haptics->library < DRV260X_LIB_EMPTY || in drv260x_probe()
474 haptics->library > DRV260X_ERM_LIB_F) { in drv260x_probe()
476 "Library value is invalid: %i\n", haptics->library); in drv260x_probe()
[all …]
/linux/arch/m68k/ifpsp060/
H A DREADME39 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/include/math-emu/
H A Dsingle.h4 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
H A Dop-8.h4 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
H A Dsoft-fp.h3 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
H A Ddouble.h4 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
/linux/tools/usb/usbip/
H A Dconfigure.ac10 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/kernel/time/
H A Dtimeconv.c4 * 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/arch/x86/include/uapi/asm/
H A Dmtrr.h6 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/lib/crypto/tests/
H A DKconfig71 KUnit tests for the GHASH library functions.
103 KUnit tests for the Poly1305 library functions.
111 KUnit tests for the POLYVAL library functions.
163 tristate "Enable all crypto library code for KUnit tests"
186 Enable all the crypto library code that has KUnit tests.
188 Enable this only if you'd like to test all the crypto library code,
/linux/sound/soc/sof/
H A Dipc4-loader.c17 /* The module ID includes the id of the library it is part of at offset 12 */
77 dev_info(sdev->dev, "Loaded firmware library: %s, version: %u.%u.%u.%u\n", in sof_ipc4_fw_parse_ext_man()
181 dev_err(sdev->dev, "Library loading is not supported on this platform\n"); in sof_ipc4_load_library()
193 /* optional library, override the error */ in sof_ipc4_load_library()
201 dev_err(sdev->dev, "Library file '%s' is missing\n", in sof_ipc4_load_library()
207 dev_dbg(sdev->dev, "Library file '%s' loaded\n", lib_filename); in sof_ipc4_load_library()
222 /* Fix up the module ID numbers within the library */ in sof_ipc4_load_library()
247 * sof_ipc4_complete_split_release - loads the library parts of a split firmware in sof_ipc4_load_library()
255 * debug library is present (the openmodules content is built in the basefw). in sof_ipc4_load_library()
329 "Library loadin in sof_ipc4_complete_split_release()
[all...]
H A Dipc4-priv.h44 * struct sof_ipc4_fw_library - IPC4 library information
45 * @sof_fw: SOF Firmware of the library
46 * @id: Library ID. 0 is reserved for basefw, external libraries must have unique
50 * @num_modules : Number of FW modules in the library
78 * @load_library: Callback function for platform dependent library loading
/linux/fs/fuse/
H A DKconfig10 There's also a companion library: libfuse2. This library is available
13 although chances are your distribution already has that library
17 See <file:Documentation/Changes> for needed library/utility version.
/linux/drivers/net/ethernet/intel/libeth/
H A DKconfig5 tristate "Common Ethernet library (libeth)" if COMPILE_TEST
8 libeth is a common library containing routines shared between several
12 tristate "Common XDP library (libeth_xdp)" if COMPILE_TEST
/linux/arch/alpha/lib/
H A Dmemchr.S2 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/drivers/net/ethernet/intel/libie/
H A DKconfig8 libie (Intel Ethernet library) is a common library built on top of
30 Library to support firmware logging on device that have support
/linux/rust/pin-init/
H A DREADME.md23 Library to safely and fallibly initialize pinned `struct`s using in-place constructors.
30 This library's main use-case is in [Rust-for-Linux]. Although this version can be used
40 This library allows you to do in-place initialization safely.
44 This library requires the [`allocator_api` unstable feature] when the `alloc` feature is
48 [`allocator_api` unstable feature]: https://doc.rust-lang.org/nightly/unstable-book/library-features/allocator-api.html
66 [`Box<T>`] or any other smart pointer that supports this library).
73 Aside from pinned initialization, this library also supports in-place construction without
82 requires it to be pinned to be locked and thus is a prime candidate for using this library.
119 Many types that use this library supply a function/macro that returns an initializer, because

12345678910>>...36