/Linux-v6.1/drivers/crypto/nx/ |
D | Kconfig | 4 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-v6.1/drivers/crypto/keembay/ |
D | Kconfig | 2 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-v6.1/drivers/crypto/qat/qat_common/ |
D | adf_aer.c | 19 dev_info(&pdev->dev, "Acceleration driver hardware error detected.\n"); in adf_error_detected() 21 dev_err(&pdev->dev, "Can't find acceleration device\n"); in adf_error_detected() 154 pr_err("QAT: Can't find acceleration device\n"); in adf_slot_reset() 165 dev_info(&pdev->dev, "Acceleration driver reset completed\n"); in adf_resume() 177 * adf_enable_aer() - Enable Advance Error Reporting for acceleration device 178 * @accel_dev: Pointer to acceleration device. 181 * QAT acceleration device accel_dev. 193 * adf_disable_aer() - Disable Advance Error Reporting for acceleration device 194 * @accel_dev: Pointer to acceleration device. 197 * QAT acceleration device accel_dev.
|
D | adf_dev_mgr.c | 130 * adf_devmgr_add_dev() - Add accel_dev to the acceleration framework 131 * @accel_dev: Pointer to acceleration device. 134 * Function adds acceleration device to the acceleration framework. 238 * adf_devmgr_rm_dev() - Remove accel_dev from the acceleration framework. 239 * @accel_dev: Pointer to acceleration device. 242 * Function removes acceleration device from the acceleration framework. 291 * Function returns acceleration device associated with the given PCI device. 374 * @accel_dev: Pointer to acceleration device. 388 * @accel_dev: Pointer to acceleration device. 408 * @accel_dev: Pointer to acceleration device. [all …]
|
D | adf_init.c | 52 * @accel_dev: Pointer to acceleration device. 100 "Failed to initialise Acceleration Engine\n"); in adf_dev_init() 107 "Failed to load acceleration FW\n"); in adf_dev_init() 152 * adf_dev_start() - Start acceleration service for the given accel device 153 * @accel_dev: Pointer to acceleration device. 155 * Function notifies all the registered services that the acceleration device 217 * adf_dev_stop() - Stop acceleration service for the given accel device 218 * @accel_dev: Pointer to acceleration device. 220 * Function notifies all the registered services that the acceleration device 271 * adf_dev_shutdown() - shutdown acceleration services and data strucutures [all …]
|
D | adf_cfg.c | 58 * adf_cfg_dev_add() - Create an acceleration device configuration table. 59 * @accel_dev: Pointer to acceleration device. 61 * Function creates a configuration table for the given acceleration device. 100 * adf_cfg_dev_remove() - Clears acceleration device configuration table. 101 * @accel_dev: Pointer to acceleration device. 103 * Function removes configuration table from the given acceleration device 222 * @accel_dev: Pointer to acceleration device. 229 * in the given acceleration device. If the key exists already, the value 297 * @accel_dev: Pointer to acceleration device.
|
D | adf_vf_isr.c | 220 * adf_vf_isr_resource_free() - Free IRQ for acceleration device 221 * @accel_dev: Pointer to acceleration device. 223 * Function frees interrupts for acceleration device virtual function. 240 * adf_vf_isr_resource_alloc() - Allocate IRQ for acceleration device 241 * @accel_dev: Pointer to acceleration device. 243 * Function allocates interrupts for acceleration device virtual function. 279 * @accel_dev: Pointer to acceleration device.
|
D | adf_isr.c | 299 * adf_isr_resource_free() - Free IRQ for acceleration device 300 * @accel_dev: Pointer to acceleration device. 302 * Function frees interrupts for acceleration device. 314 * adf_isr_resource_alloc() - Allocate IRQ for acceleration device 315 * @accel_dev: Pointer to acceleration device. 317 * Function allocates interrupts for acceleration device.
|
D | adf_pfvf_vf_proto.c | 26 * @accel_dev: Pointer to acceleration device 44 * @accel_dev: Pointer to acceleration device 60 * @accel_dev: Pointer to acceleration device. 210 * @accel_dev: Pointer to acceleration VF device. 345 * @accel_dev: Pointer to acceleration device virtual function.
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/ |
D | Kconfig | 70 is needed by any driver which provides HNS acceleration engine or make 79 acceleration engine support. The engine is used in Hisilicon hip05, 104 tristate "Hisilicon HNS3 HCLGE Acceleration Engine & Compatibility Layer Support" 109 This selects the HNS3_HCLGE network acceleration engine & its hardware 123 tristate "Hisilicon HNS3VF Acceleration Engine & Compatibility Layer Support" 127 This selects the HNS3 VF drivers network acceleration engine & its hardware
|
/Linux-v6.1/drivers/crypto/ |
D | Kconfig | 244 tristate "Driver for IXP4xx crypto hardware acceleration" 270 This option allows you to have support for AMCC crypto acceleration. 362 This option allows you to have support for S5P crypto acceleration. 381 bool "Support for IBM PowerPC Nest (NX) cryptographic acceleration" 387 which acceleration type (encryption and/or compression) to enable. 394 tristate "Driver for ST-Ericsson UX500 crypto hardware acceleration" 525 acceleration on Cavium's ARM based SoCs 560 prompt "Algorithms enabled for QCE acceleration" 650 bool "Support for VMX cryptographic acceleration instructions" 653 Support for VMX cryptographic acceleration instructions. [all …]
|
/Linux-v6.1/drivers/crypto/vmx/ |
D | Kconfig | 3 tristate "Encryption acceleration support on P8 CPU" 12 Support for VMX cryptographic acceleration instructions on Power8 CPU. 13 This module supports acceleration for AES and GHASH in hardware. If you
|
/Linux-v6.1/include/linux/input/ |
D | adxl34x.h | 34 * acceleration greater than tap_threshold is present during the 94 * operation. In DC coupled operation, the current acceleration is 97 * coupled operation for activity detection, the acceleration value 99 * New samples of acceleration are then compared to this 107 * acceleration with inactivity_threshold. If the difference is below 146 * amount of time that acceleration must be below the value in 234 * when inactivity (acceleration has been below inactivity_threshold 272 * When acceleration measurements are received from the ADXL34x 339 * low-pass filter the measured acceleration for stable
|
/Linux-v6.1/drivers/staging/iio/accel/ |
D | adis16240.c | 41 /* Output, x-axis acceleration peak */ 44 /* Output, y-axis acceleration peak */ 47 /* Output, z-axis acceleration peak */ 50 /* Output, sum-of-squares acceleration peak */ 53 /* Output, Capture Buffer 1, X and Y acceleration */ 56 /* Output, Capture Buffer 2, Z acceleration */ 68 /* Calibration, x-axis acceleration offset adjustment */ 71 /* Calibration, y-axis acceleration offset adjustment */ 74 /* Calibration, z-axis acceleration offset adjustment */
|
/Linux-v6.1/lib/lz4/ |
D | lz4_compress.c | 186 const U32 acceleration) in LZ4_compress_generic() argument 253 unsigned int searchMatchNb = acceleration << LZ4_SKIPTRIGGER; in LZ4_compress_generic() 464 int acceleration) in LZ4_compress_fast_extState() argument 475 if (acceleration < 1) in LZ4_compress_fast_extState() 476 acceleration = LZ4_ACCELERATION_DEFAULT; in LZ4_compress_fast_extState() 483 noDictIssue, acceleration); in LZ4_compress_fast_extState() 488 noDictIssue, acceleration); in LZ4_compress_fast_extState() 494 noDictIssue, acceleration); in LZ4_compress_fast_extState() 499 noDictIssue, acceleration); in LZ4_compress_fast_extState() 504 int maxOutputSize, int acceleration, void *wrkmem) in LZ4_compress_fast() argument [all …]
|
/Linux-v6.1/drivers/iio/dummy/ |
D | iio_simple_dummy.h | 20 * @accel_val: cache for acceleration value 21 * @accel_calibbias: cache for acceleration calibbias 22 * @accel_calibscale: cache for acceleration calibscale 101 * @DUMMY_INDEX_ACCELX: acceleration channel
|
/Linux-v6.1/Documentation/fb/ |
D | tridentfb.rst | 18 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)
|
/Linux-v6.1/drivers/iio/accel/ |
D | Kconfig | 138 acceleration sensor. 149 acceleration sensor. 165 acceleration sensor. 176 acceleration sensor. 187 BMA180, BMA250 or SMB380 triaxial acceleration sensor. 199 acceleration sensor. 213 triaxial acceleration sensor. 450 triaxial acceleration sensor. This driver also supports KXCJ9-1008,
|
D | bma400_i2c.c | 3 * I2C IIO driver for Bosch BMA400 triaxial acceleration sensor. 54 MODULE_DESCRIPTION("Bosch BMA400 triaxial acceleration sensor (I2C)");
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Kconfig | 140 MLX5 IPoIB offloads & acceleration support. 148 Build support for MACsec cryptography-offload acceleration in the NIC. 156 Build support for IPsec cryptography-offload acceleration in the NIC. 164 Build support for TLS cryptography-offload acceleration in the NIC.
|
/Linux-v6.1/drivers/media/platform/amlogic/meson-ge2d/ |
D | Kconfig | 2 tristate "Amlogic 2D Graphic Acceleration Unit" 10 GE2D is a standalone 2D graphic acceleration unit, with color converter,
|
/Linux-v6.1/drivers/media/platform/rockchip/rga/ |
D | Kconfig | 2 tristate "Rockchip Raster 2d Graphic Acceleration Unit" 10 Rockchip RGA is a separate 2D raster graphic acceleration unit.
|
/Linux-v6.1/drivers/gpu/drm/armada/ |
D | Kconfig | 11 This driver provides no built-in acceleration; acceleration is
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/accel/ |
D | bosch,bma400.yaml | 7 title: Bosch BMA400 triaxial acceleration sensor 13 Acceleration and temperature iio sensors with an i2c interface
|
/Linux-v6.1/drivers/staging/sm750fb/ |
D | readme | 5 - 2D acceleration 13 Disable MTRR,Disable 2d acceleration,Disable hardware cursor,
|