Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/linux-5.19.10/lib/crypto/
DKconfig3 menu "Crypto library routines"
15 accelerated implementation of the Blake2s library interface,
22 Blake2s library interface that require the generic code as a
31 accelerated implementation of the ChaCha library interface,
38 ChaCha library interface that require the generic code as a
44 tristate "ChaCha library interface"
49 Enable the ChaCha library interface. This interface may be fulfilled
57 accelerated implementation of the Curve25519 library interface,
64 Curve25519 library interface that require the generic code as a
70 tristate "Curve25519 scalar multiplication library"
[all …]
/linux-5.19.10/LICENSES/preferred/
DLGPL-2.154 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
88 When a program is linked with a library, whether statically or using a
[all …]
DLGPL-2.024 [This is the first released version of the library GPL. It is numbered 2
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
59 library, and (2) offer you this license which gives you legal permission to
60 copy, distribute and/or modify the library.
63 everyone understands that there is no warranty for this free library. If
64 the library is modified by someone else and passed on, we want its
[all …]
/linux-5.19.10/tools/usb/usbip/
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-5.19.10/drivers/input/misc/
Ddrv260x.c191 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()
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()
498 haptics->library != DRV260X_LIB_EMPTY && in drv260x_probe()
499 haptics->library != DRV260X_LIB_LRA) { in drv260x_probe()
505 (haptics->library == DRV260X_LIB_EMPTY || in drv260x_probe()
[all …]
/linux-5.19.10/Documentation/power/
Dopp.rst48 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
97 registering the OPPs is maintained by OPP library throughout the device
105 with the dev_pm_opp_enable/disable functions. OPP library
[all …]
/linux-5.19.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-set_flag.txt32 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.
Dlibtraceevent-event_list.txt29 The returned memory must not be freed, it is managed by the library.
48 it is managed by the library.
96 Header file to include in order to have access to the library APIs.
98 Linker switch to add when building a program that uses the library.
Dlibtraceevent-plugins.txt32 - System's plugin directory, defined at the library compile time. It
33 depends on the library installation prefix and usually is
96 Header file to include in order to have access to the library APIs.
98 Linker switch to add when building a program that uses the library.
Dlibtraceevent-strerror.txt26 It as a thread safe wrapper around strerror_r(). The library function has two
59 Header file to include in order to have access to the library APIs.
61 Linker switch to add when building a program that uses the library.
Dlibtraceevent-handle.txt26 the input parameter of most library APIs.
75 Header file to include in order to have access to the library APIs.
77 Linker switch to add when building a program that uses the library.
/linux-5.19.10/drivers/pci/endpoint/
DKconfig16 Enabling this option will build the endpoint library, which
17 includes endpoint controller library and endpoint function
18 library.
/linux-5.19.10/fs/fuse/
DKconfig9 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-5.19.10/Documentation/devicetree/bindings/input/
Dti,drv260x.txt16 - 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
44 library-sel = <DRV260X_LIB_LRA>;
Dps2keyb-mouse-apbps2.txt3 The APBPS2 PS/2 core is available in the GRLIB VHDL IP core library.
15 For further information look in the documentation for the GLIB IP core library:
/linux-5.19.10/Documentation/PCI/endpoint/
Dpci-endpoint.rst28 library, the Endpoint Function library, and the configfs layer to bind the
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
160 The EPF library provides APIs to be used by the function driver and the EPC
161 library to provide endpoint mode functionality.
200 by the PCI endpoint controller library.
204 The PCI endpoint controller library invokes pci_epf_linkup() when the
210 There are other APIs provided by the EPF library. These are used to notify
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-class-net-grcan10 core library documentation for details. The default value is 0
22 core library documentation for details. The default value is 0
33 library documentation for details. The default value is 0 or is
/linux-5.19.10/lib/
DKconfig131 the kernel tree does. Such modules that use library CRC-CCITT
139 the kernel tree does. Such modules that use library CRC16
165 the kernel tree does. Such modules that use library CRC ITU-T V.41
175 the kernel tree does. Such modules that use library CRC32/CRC32c
182 This option enables the CRC32 library functions to perform a
239 the kernel tree does. Such modules that use library CRC64
247 the kernel tree does. Such modules that use library CRC4
255 the kernel tree does. Such modules that use library CRC7
265 kernel tree does. Such modules that use library CRC32c functions
296 This option enables the 32 bit PRNG library functions to perform a
[all …]
/linux-5.19.10/tools/perf/Documentation/
DBuild.txt6 - libperf library (static)
8 - traceevent library (static)
9 - GTK ui library
/linux-5.19.10/Documentation/kbuild/
Dheaders_install.rst10 used by the system's C library (such as glibc or uClibc) to define available
12 system calls. The C library's header files include the kernel header files
19 means that a program built against a C library using older kernel headers
/linux-5.19.10/Documentation/devicetree/bindings/net/can/
Dgrcan.txt4 library.
27 For further information look in the documentation for the GLIB IP core library:
/linux-5.19.10/Documentation/devicetree/bindings/gpio/
Dgpio-grgpio.txt3 The GRGPIO GPIO core is available in the GRLIB VHDL IP core library.
25 For further information look in the documentation for the GLIB IP core library:
/linux-5.19.10/arch/arm64/boot/dts/cavium/
Dthunder-88xx.dts11 * a) This library is free software; you can redistribute it and/or
16 * This library is distributed in the hope that it will be useful,
22 * License along with this library; if not, write to the Free
/linux-5.19.10/Documentation/arm/vfp/
Drelease-notes.rst13 This release has been validated against the SoftFloat-2b library by
15 library and test suite can be found at:
/linux-5.19.10/Documentation/driver-api/pldmfw/
Dindex.rst18 Overview of the ``pldmfw`` library
21 The ``pldmfw`` library is intended to be used by device drivers for
46 library parses and extracts this data into simpler structures for ease of

12345678910>>...13