| /linux/lib/crypto/ |
| A D | Kconfig | 3 menu "Crypto library routines" 32 accelerated implementation of the Blake2s library interface, 39 Blake2s library interface that require the generic code as a 48 accelerated implementation of the ChaCha library interface, 56 ChaCha library interface that require the generic code as a 62 tristate "ChaCha library interface" 87 tristate "Curve25519 scalar multiplication library" 92 Enable the Curve25519 library interface. This interface may be 110 accelerated implementation of the Poly1305 library interface, 117 Poly1305 library interface that require the generic code as a [all …]
|
| /linux/LICENSES/preferred/ |
| A D | LGPL-2.1 | 54 you distribute copies of the library or if you modify it. 66 permission to copy, distribute and/or modify the library. 69 warranty for the free library. Also, if the library is modified by someone 93 criteria for linking other code with the library. 106 library. A more frequent case is that a free library does the same job as 124 library" and a "work that uses the library". The former contains code 126 library in order to run. 152 installation of the library. 234 Library into a program that is not a library. 339 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/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/drivers/input/misc/ |
| A D | drv260x.c | 191 u32 library; member 357 haptics->library); in drv260x_init() 380 haptics->library); in drv260x_init() 445 error = device_property_read_u32(dev, "library-sel", &haptics->library); in drv260x_probe() 451 if (haptics->library < DRV260X_LIB_EMPTY || in drv260x_probe() 452 haptics->library > DRV260X_ERM_LIB_F) { in drv260x_probe() 454 "Library value is invalid: %i\n", haptics->library); in drv260x_probe() 459 haptics->library != DRV260X_LIB_EMPTY && in drv260x_probe() 460 haptics->library != DRV260X_LIB_LRA) { in drv260x_probe() 466 (haptics->library == DRV260X_LIB_EMPTY || in drv260x_probe() [all …]
|
| /linux/Documentation/power/ |
| A D | opp.rst | 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 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 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/Documentation/devicetree/bindings/input/ |
| A D | ti,drv260x.yaml | 43 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 86 - library-sel 105 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/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/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/net/ethernet/intel/libie/ |
| A D | Kconfig | 8 libie (Intel Ethernet library) is a common library built on top of
|
| /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/drivers/net/ethernet/microchip/vcap/ |
| A D | Kconfig | 9 bool "VCAP (Versatile Content-Aware Processor) library" 40 bool "KUnit test for VCAP library" if !KUNIT_ALL_TESTS 46 This builds unit tests for the VCAP library.
|
| /linux/lib/ |
| A D | Kconfig | 134 the kernel tree does. Such modules that use library CRC-CCITT 142 the kernel tree does. Such modules that use library CRC16 185 This option enables the CRC32 library functions to perform a 242 the kernel tree does. Such modules that use library CRC64 250 the kernel tree does. Such modules that use library CRC4 258 the kernel tree does. Such modules that use library CRC7 428 When this option is selected, the BCH library supports 602 bool "IRQ polling library" 610 Multiprecision maths library from GnuPG. 622 Implementation is done using GnuPG MPI library [all …]
|
| /linux/tools/perf/Documentation/ |
| A D | Build.txt | 6 - libperf library (static) 8 - traceevent library (static) 9 - GTK ui library 101 the library paths for cross compilation.
|
| /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/Documentation/iio/ |
| A D | iio_tools.rst | 22 LibIIO is a C/C++ library that provides generic access to IIO devices. The 23 library abstracts the low-level details of the hardware, and provides a simple
|
| /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/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/arch/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
|
| /linux/drivers/staging/media/atomisp/i2c/ |
| A D | Kconfig | 31 tristate "Helper library to load, parse and apply large register lists." 34 This is a helper library to be used from a sensor driver to load, parse
|
| /linux/arch/microblaze/ |
| A D | Kconfig.platform | 14 Allows turn on optimalized library function (memcpy and memmove). 27 Allows turn on optimalized library function (memcpy and memmove).
|