/linux/lib/crypto/ |
A D | Kconfig | 3 comment "Crypto library routines" 15 accelerated implementation of the Blake2s library interface, 22 Blake2s library interface that require the generic code as a 28 tristate "BLAKE2s hash function library" 40 accelerated implementation of the ChaCha library interface, 48 ChaCha library interface that require the generic code as a 54 tristate "ChaCha library interface" 79 tristate "Curve25519 scalar multiplication library" 101 accelerated implementation of the Poly1305 library interface, 108 Poly1305 library interface that require the generic code as a [all …]
|
/linux/LICENSES/preferred/ |
A D | LGPL-2.1 | 52 you distribute copies of the library or if you modify it. 64 permission to copy, distribute and/or modify the library. 67 warranty for the free library. Also, if the library is modified by someone 91 criteria for linking other code with the library. 104 library. A more frequent case is that a free library does the same job as 122 library" and a "work that uses the library". The former contains code 124 library in order to run. 150 installation of the library. 232 Library into a program that is not a library. 337 side-by-side in a single library together with other library facilities [all …]
|
A D | LGPL-2.0 | 48 distribute copies of the library, or if you modify it. 60 copy, distribute and/or modify the library. 64 the library is modified by someone else and passed on, we want its 86 changing the library, is in some sense simply using the library, and is 109 library" and a "work that uses the library". The former contains code 111 library. 140 installation of the library. 165 a) The modified work must itself be a software library. 222 Library into a program that is not a library. 319 side-by-side in a single library together with other library facilities [all …]
|
/linux/drivers/input/misc/ |
A D | drv260x.c | 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() 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/Documentation/power/ |
A D | opp.rst | 51 CONFIG_PM_OPP from power management menuconfig menu. OPP library depends on 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 97 registering the OPPs is maintained by OPP library throughout the device 105 with the dev_pm_opp_enable/disable functions. OPP library 132 to search the OPP list that OPP library internally manages. These search 204 situation. The OPP library provides a set of functions to modify the 344 The internal data structure of OPP library which is used to 347 for the OPP library to operate on. Pointer to this structure is [all …]
|
/linux/tools/usb/usbip/ |
A 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/tools/lib/traceevent/Documentation/ |
A 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.
|
A D | libtraceevent-event_list.txt | 29 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.
|
A D | libtraceevent-plugins.txt | 32 - 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.
|
A D | libtraceevent-strerror.txt | 26 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.
|
A D | libtraceevent-handle.txt | 26 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/Documentation/PCI/endpoint/ |
A D | pci-endpoint.rst | 28 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/fs/fuse/ |
A 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/drivers/pci/endpoint/ |
A D | Kconfig | 16 Enabling this option will build the endpoint library, which 17 includes endpoint controller library and endpoint function 18 library.
|
/linux/Documentation/devicetree/bindings/input/ |
A 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 44 library-sel = <DRV260X_LIB_LRA>;
|
A D | ps2keyb-mouse-apbps2.txt | 3 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/lib/ |
A D | Kconfig | 130 the kernel tree does. Such modules that use library CRC-CCITT 138 the kernel tree does. Such modules that use library CRC16 172 This option enables the CRC32 library functions to perform a 229 the kernel tree does. Such modules that use library CRC64 237 the kernel tree does. Such modules that use library CRC4 245 the kernel tree does. Such modules that use library CRC7 410 When this option is selected, the BCH library supports 571 bool "IRQ polling library" 579 Multiprecision maths library from GnuPG. 591 Implementation is done using GnuPG MPI library [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-net-grcan | 10 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/tools/perf/Documentation/ |
A D | Build.txt | 6 - libperf library (static) 8 - traceevent library (static) 9 - GTK ui library
|
/linux/Documentation/kbuild/ |
A D | headers_install.rst | 10 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/arch/arm64/boot/dts/cavium/ |
A D | thunder-88xx.dts | 11 * 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/Documentation/devicetree/bindings/gpio/ |
A D | gpio-grgpio.txt | 3 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/Documentation/devicetree/bindings/net/can/ |
A D | grcan.txt | 4 library. 27 For further information look in the documentation for the GLIB IP core library:
|
/linux/Documentation/arm/vfp/ |
A D | release-notes.rst | 13 This release has been validated against the SoftFloat-2b library by 15 library and test suite can be found at:
|
/linux/Documentation/driver-api/pldmfw/ |
A D | index.rst | 18 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
|