Home
last modified time | relevance | path

Searched refs:acceleration (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/crypto/nx/
H A DKconfig4 tristate "Encryption acceleration support on pSeries platform"
10 Support for PowerPC Nest (NX) encryption acceleration. This
11 module supports acceleration for AES and SHA2 algorithms on
16 tristate "Compression acceleration support"
21 Support for PowerPC Nest (NX) compression acceleration. This
22 module supports acceleration for compressing memory with the 842
30 tristate "Compression acceleration support on pSeries platform"
35 Support for PowerPC Nest (NX) compression acceleration. This
36 module supports acceleration for compressing memory with the 842
41 tristate "Compression acceleration support on PowerNV platform"
[all …]
/linux/drivers/crypto/intel/keembay/
H A DKconfig2 tristate "Support for Intel Keem Bay OCS AES/SM4 HW acceleration"
10 SM4 cipher hardware acceleration for use with Crypto API.
12 Provides HW acceleration for the following transformations:
20 bool "Support for Intel Keem Bay OCS AES/SM4 ECB HW acceleration"
24 AES/SM4 ECB mode hardware acceleration for use with Crypto API.
31 bool "Support for Intel Keem Bay OCS AES/SM4 CTS HW acceleration"
35 AES/SM4 CBC with CTS mode hardware acceleration for use with
43 tristate "Support for Intel Keem Bay OCS ECC HW acceleration"
51 Elliptic Curve Cryptography (ECC) hardware acceleration for use with
54 Provides OCS acceleration for ECDH-256 and ECDH-384.
[all …]
/linux/drivers/accel/
H A DKconfig5 # This framework provides support for compute acceleration devices, such
6 # as, but not limited to, Machine-Learning and Deep-Learning acceleration
14 Framework for device drivers of compute acceleration devices, such
16 acceleration devices.
18 your acceleration device from the list below.
22 Having said that, acceleration devices will have a different
/linux/arch/powerpc/crypto/
H A DKconfig69 without hardware AES acceleration (e.g. caam crypto). It reduces the
76 tristate "Stitched AES/GCM acceleration support on P10 or later CPU (PPC)"
90 Support for cryptographic acceleration instructions on Power10 or
91 later CPU. This module supports stitched acceleration for AES/GCM.
120 bool "Support for VMX cryptographic acceleration instructions"
123 Support for VMX cryptographic acceleration instructions.
126 tristate "Encryption acceleration support on P8 CPU"
135 Support for VMX cryptographic acceleration instructions on Power8 CPU.
136 This module supports acceleration for AES and GHASH in hardware. If you
/linux/lib/lz4/
H A Dlz4_compress.c185 const U32 acceleration) in LZ4_compress_generic()
252 unsigned int searchMatchNb = acceleration << LZ4_SKIPTRIGGER; in LZ4_compress_generic()
463 int acceleration) in LZ4_compress_fast_extState()
474 if (acceleration < 1) in LZ4_compress_fast_extState()
475 acceleration = LZ4_ACCELERATION_DEFAULT; in LZ4_compress_fast_extState()
482 noDictIssue, acceleration); in LZ4_compress_fast_extState()
487 noDictIssue, acceleration); in LZ4_compress_fast_extState()
493 noDictIssue, acceleration); in LZ4_compress_fast_extState()
498 noDictIssue, acceleration); in LZ4_compress_fast_extState()
503 int maxOutputSize, int acceleration, voi
186 LZ4_compress_generic(LZ4_stream_t_internal * const dictPtr,const char * const source,char * const dest,const int inputSize,const int maxOutputSize,const limitedOutput_directive outputLimited,const tableType_t tableType,const dict_directive dict,const dictIssue_directive dictIssue,const U32 acceleration) LZ4_compress_generic() argument
464 LZ4_compress_fast_extState(void * state,const char * source,char * dest,int inputSize,int maxOutputSize,int acceleration) LZ4_compress_fast_extState() argument
504 LZ4_compress_fast(const char * source,char * dest,int inputSize,int maxOutputSize,int acceleration,void * wrkmem) LZ4_compress_fast() argument
858 LZ4_compress_fast_continue(LZ4_stream_t * LZ4_stream,const char * source,char * dest,int inputSize,int maxOutputSize,int acceleration) LZ4_compress_fast_continue() argument
[all...]
/linux/Documentation/fb/
H A Dtridentfb.rst18 The TGUI family requires a line length to be power of 2 if acceleration
20 limited comparing to the range if acceleration is disabled (see list
25 1. The driver randomly locks up on 3DImage975 chip with acceleration
45 noaccel turns off acceleration (when it doesn't work for your card)
H A Daty128fb.rst57 noaccel do not use acceleration engine. It is default.
58 accel use acceleration engine. Not finished.
H A Dtgafb.rst60 me, however this server does not do acceleration, which make certain operations
61 quite slow. Support for acceleration is being progressively integrated in
/linux/drivers/crypto/starfive/
H A DKconfig22 Support for StarFive JH7110 crypto hardware acceleration engine.
23 This module provides acceleration for public key algo,
/linux/Documentation/iio/
H A Dadxl380.rst54 | in_accel_y_calibbias | y-axis acceleration offset correction …
132 - X-axis acceleration = in_accel_x_raw * in_accel_scale = −8.683788575 m/s^2
133 - Y-axis acceleration = in_accel_y_raw * in_accel_scale = 1.38273765 m/s^2
134 - Z-axis acceleration = in_accel_z_raw * in_accel_scale = -7.467763975 m/s^2
178 All devices support retrieving the raw acceleration and temperature measurements
H A Dadis16475.rst25 characterizes each sensor for sensitivity, bias, alignment, linear acceleration
48 acceleration (gyroscopes), and point of percussion (accelerometer location)
204 - X-axis acceleration = in_accel_x_raw * in_accel_scale = −0.010209188 m/s^2
205 - Y-axis acceleration = in_accel_y_raw * in_accel_scale = −1.115262214 m/s^2
206 - Z-axis acceleration = in_accel_z_raw * in_accel_scale = 9.666833453 m/s^2
308 All devices support retrieving the raw acceleration, gyroscope and temperature
319 However, when retrieving acceleration or gyroscope data using buffers, delta
H A Dadis16480.rst267 - X-axis acceleration = in_accel_x_raw * in_accel_scale = 0.050938936 m/s^2
268 - Y-axis acceleration = in_accel_y_raw * in_accel_scale = 0.166041977 m/s^2
269 - Z-axis acceleration = in_accel_z_raw * in_accel_scale = 9.722630304 m/s^2
371 All devices support retrieving the raw acceleration, gyroscope and temperature
380 However, when retrieving acceleration or gyroscope data using buffers, delta
382 allows to read either acceleration and gyroscope data or delta velocity and
/linux/include/linux/
H A Dlz4.h201 * LZ4_compress_fast() - As LZ4_compress_default providing an acceleration param
207 * @acceleration: acceleration factor
211 * Same as LZ4_compress_default(), but allows to select an "acceleration"
212 * factor. The larger the acceleration value, the faster the algorithm,
215 * An acceleration value of "1" is the same as regular LZ4_compress_default()
222 int maxOutputSize, int acceleration, void *wrkmem);
496 * @acceleration: acceleration factor
508 char *dst, int srcSize, int maxDstSize, int acceleration);
[all...]
/linux/drivers/staging/sm750fb/
H A Dreadme5 - 2D acceleration
13 Disable MTRR,Disable 2d acceleration,Disable hardware cursor,
H A DKconfig11 with 2D acceleration and dual head support.
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dkconfig.rst44 | IPoIB offloads & acceleration support.
67 | Enables :ref:`IPSec XFRM cryptography-offload acceleration <xfrm_device>`.
72 | Build support for MACsec cryptography-offload acceleration in the NIC.
83 | TLS cryptography-offload acceleration.
/linux/drivers/iio/accel/
H A DKconfig138 acceleration sensor.
149 acceleration sensor.
165 acceleration sensor.
176 acceleration sensor.
192 acceleration sensor.
203 acceleration sensor.
214 BMA180, BMA250 or SMB380 triaxial acceleration sensor.
226 acceleration sensor.
240 triaxial acceleration sensor.
511 triaxial acceleration sensor. This driver also supports KXCJ9-1008,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DKconfig141 MLX5 IPoIB offloads & acceleration support.
149 Build support for MACsec cryptography-offload acceleration in the NIC.
157 Build support for IPsec cryptography-offload acceleration in the NIC.
165 Build support for TLS cryptography-offload acceleration in the NIC.
/linux/Documentation/input/devices/
H A Dcma3000_d0x.rst25 This mode is used to read the acceleration data on X,Y,Z
41 Driver reports acceleration data through input subsystem. It generates ABS_MISC
H A Dappletouch.rst17 to have touchpad acceleration, scrolling, etc.
32 will give additional functionalities, like acceleration, scrolling, 2 finger
/linux/drivers/crypto/intel/ixp4xx/
H A DKconfig2 tristate "Driver for IXP4xx crypto hardware acceleration"
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-accel-adxl3726 which sets the device in a mode in which it will record only the peak acceleration
/linux/drivers/media/platform/amlogic/meson-ge2d/
H A DKconfig10 GE2D is a standalone 2D graphic acceleration unit, with color converter,
/linux/drivers/net/ethernet/qlogic/
H A DKconfig44 This allows for virtual function acceleration in virtualized
96 This allows for virtual function acceleration in virtualized
/linux/drivers/media/platform/rockchip/rga/
H A DKconfig10 Rockchip RGA is a separate 2D raster graphic acceleration unit.

123