Home
last modified time | relevance | path

Searched full:acceleration (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/kernel/linux/linux-4.19/drivers/crypto/nx/
DKconfig3 tristate "Encryption acceleration support on pSeries platform"
9 Support for PowerPC Nest (NX) encryption acceleration. This
10 module supports acceleration for AES and SHA2 algorithms on
15 tristate "Compression acceleration support"
20 Support for PowerPC Nest (NX) compression acceleration. This
21 module supports acceleration for compressing memory with the 842
29 tristate "Compression acceleration support on pSeries platform"
33 Support for PowerPC Nest (NX) compression acceleration. This
34 module supports acceleration for compressing memory with the 842
39 tristate "Compression acceleration support on PowerNV platform"
[all …]
/kernel/linux/linux-5.10/drivers/crypto/nx/
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"
34 Support for PowerPC Nest (NX) compression acceleration. This
35 module supports acceleration for compressing memory with the 842
40 tristate "Compression acceleration support on PowerNV platform"
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Datomisp_acc.h28 * Interface functions for AtomISP driver acceleration API implementation.
44 /* Load acceleration binary. DEPRECATED. */
48 /* Load acceleration binary with specified properties */
52 /* Unload specified acceleration binary */
69 * Set acceleration binary argument to a previously mapped memory region.
75 * Start acceleration.
76 * Return immediately, acceleration is left running in background.
77 * Specify either acceleration binary or pipeline which to start.
83 * Wait until acceleration finishes.
84 * This MUST be called after each acceleration has been started.
[all …]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dadf_aer.c19 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()
176 * adf_enable_aer() - Enable Advance Error Reporting for acceleration device
177 * @accel_dev: Pointer to acceleration device.
180 * QAT acceleration device accel_dev.
197 * adf_disable_aer() - Enable Advance Error Reporting for acceleration device
198 * @accel_dev: Pointer to acceleration device.
201 * QAT acceleration device accel_dev.
Dadf_dev_mgr.c130 * 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.
290 * Function returns acceleration device associated with the given pci device.
373 * @accel_dev: Pointer to acceleration device.
387 * @accel_dev: Pointer to acceleration device.
407 * @accel_dev: Pointer to acceleration device.
[all …]
Dadf_init.c52 * @accel_dev: Pointer to acceleration device.
96 "Failed to initialise Acceleration Engine\n"); in adf_dev_init()
103 "Failed to load acceleration FW\n"); in adf_dev_init()
138 * adf_dev_start() - Start acceleration service for the given accel device
139 * @accel_dev: Pointer to acceleration device.
141 * Function notifies all the registered services that the acceleration device
193 * adf_dev_stop() - Stop acceleration service for the given accel device
194 * @accel_dev: Pointer to acceleration device.
196 * Function notifies all the registered services that the acceleration device
247 * adf_dev_shutdown() - shutdown acceleration services and data strucutures
[all …]
Dadf_cfg.c58 * 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
204 * @accel_dev: Pointer to acceleration device.
211 * in the given acceleration device
258 * @accel_dev: Pointer to acceleration device.
/kernel/linux/linux-4.19/drivers/crypto/qat/qat_common/
Dadf_aer.c63 dev_info(&pdev->dev, "Acceleration driver hardware error detected.\n"); in adf_error_detected()
65 dev_err(&pdev->dev, "Can't find acceleration device\n"); in adf_error_detected()
198 pr_err("QAT: Can't find acceleration device\n"); in adf_slot_reset()
210 dev_info(&pdev->dev, "Acceleration driver reset completed\n"); in adf_resume()
221 * adf_enable_aer() - Enable Advance Error Reporting for acceleration device
222 * @accel_dev: Pointer to acceleration device.
223 * @adf: PCI device driver owning the given acceleration device.
226 * QAT acceleration device accel_dev.
242 * adf_disable_aer() - Enable Advance Error Reporting for acceleration device
243 * @accel_dev: Pointer to acceleration device.
[all …]
Dadf_dev_mgr.c174 * adf_devmgr_add_dev() - Add accel_dev to the acceleration framework
175 * @accel_dev: Pointer to acceleration device.
178 * Function adds acceleration device to the acceleration framework.
282 * adf_devmgr_rm_dev() - Remove accel_dev from the acceleration framework.
283 * @accel_dev: Pointer to acceleration device.
286 * Function removes acceleration device from the acceleration framework.
334 * Function returns acceleration device associated with the given pci device.
417 * @accel_dev: Pointer to acceleration device.
431 * @accel_dev: Pointer to acceleration device.
451 * @accel_dev: Pointer to acceleration device.
[all …]
Dadf_init.c96 * @accel_dev: Pointer to acceleration device.
139 "Failed to initialise Acceleration Engine\n"); in adf_dev_init()
146 "Failed to load acceleration FW\n"); in adf_dev_init()
181 * adf_dev_start() - Start acceleration service for the given accel device
182 * @accel_dev: Pointer to acceleration device.
184 * Function notifies all the registered services that the acceleration device
236 * adf_dev_stop() - Stop acceleration service for the given accel device
237 * @accel_dev: Pointer to acceleration device.
239 * Function notifies all the registered services that the acceleration device
290 * adf_dev_shutdown() - shutdown acceleration services and data strucutures
[all …]
Dadf_cfg.c119 * adf_cfg_dev_add() - Create an acceleration device configuration table.
120 * @accel_dev: Pointer to acceleration device.
122 * Function creates a configuration table for the given acceleration device.
168 * adf_cfg_dev_remove() - Clears acceleration device configuration table.
169 * @accel_dev: Pointer to acceleration device.
171 * Function removes configuration table from the given acceleration device
272 * @accel_dev: Pointer to acceleration device.
279 * in the given acceleration device
326 * @accel_dev: Pointer to acceleration device.
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/
DKconfig70 is needed by any driver which provides HNS acceleration engine or make
79 acceleration engine support. The engine is used in Hisilicon hip05,
102 tristate "Hisilicon HNS3 HCLGE Acceleration Engine & Compatibility Layer Support"
106 This selects the HNS3_HCLGE network acceleration engine & its hardware
120 tristate "Hisilicon HNS3VF Acceleration Engine & Compatibility Layer Support"
124 This selects the HNS3 VF drivers network acceleration engine & its hardware
/kernel/linux/linux-4.19/drivers/net/ethernet/hisilicon/
DKconfig59 is needed by any driver which provides HNS acceleration engine or make
68 acceleration engine support. The engine is used in Hisilicon hip05,
91 tristate "Hisilicon HNS3 HCLGE Acceleration Engine & Compatibility Layer Support"
95 This selects the HNS3_HCLGE network acceleration engine & its hardware
109 tristate "Hisilicon HNS3VF Acceleration Engine & Compatibility Layer Support"
113 This selects the HNS3 VF drivers network acceleration engine & its hardware
/kernel/linux/linux-4.19/drivers/crypto/vmx/
DKconfig2 tristate "Encryption acceleration support on P8 CPU"
7 Support for VMX cryptographic acceleration instructions on Power8 CPU.
8 This module supports acceleration for AES and GHASH in hardware. If you
/kernel/linux/linux-5.10/drivers/crypto/vmx/
DKconfig3 tristate "Encryption acceleration support on P8 CPU"
8 Support for VMX cryptographic acceleration instructions on Power8 CPU.
9 This module supports acceleration for AES and GHASH in hardware. If you
/kernel/linux/linux-5.10/drivers/crypto/
DKconfig326 tristate "Driver for IXP4xx crypto hardware acceleration"
347 This option allows you to have support for AMCC crypto acceleration.
457 This option allows you to have support for S5P crypto acceleration.
476 bool "Support for IBM PowerPC Nest (NX) cryptographic acceleration"
482 which acceleration type (encryption and/or compression) to enable.
489 tristate "Driver for ST-Ericsson UX500 crypto hardware acceleration"
620 acceleration on Cavium's ARM based SoCs
649 prompt "Algorithms enabled for QCE acceleration"
730 bool "Support for VMX cryptographic acceleration instructions"
733 Support for VMX cryptographic acceleration instructions.
[all …]
/kernel/linux/linux-4.19/drivers/crypto/
DKconfig289 tristate "Driver for IXP4xx crypto hardware acceleration"
309 This option allows you to have support for AMCC crypto acceleration.
427 This option allows you to have support for S5P crypto acceleration.
446 bool "Support for IBM PowerPC Nest (NX) cryptographic acceleration"
452 which acceleration type (encryption and/or compression) to enable.
459 tristate "Driver for ST-Ericsson UX500 crypto hardware acceleration"
570 acceleration on Cavium's ARM based SoCs
600 bool "Support for VMX cryptographic acceleration instructions"
603 Support for VMX cryptographic acceleration instructions.
680 tristate "Broadcom symmetric crypto/hash acceleration support"
[all …]
/kernel/linux/linux-4.19/drivers/iio/dummy/
Diio_simple_dummy.h23 * @accel_val: cache for acceleration value
24 * @accel_calibbias: cache for acceleration calibbias
25 * @accel_calibscale: cache for acceleration calibscale
104 * @DUMMY_INDEX_ACCELX: acceleration channel
/kernel/linux/linux-4.19/Documentation/fb/
Dtridentfb.txt14 The TGUI family requires a line length to be power of 2 if acceleration
16 limited comparing to the range if acceleration is disabled (see list
20 1. The driver randomly locks up on 3DImage975 chip with acceleration
38 noaccel - turns off acceleration (when it doesn't work for your card)
/kernel/linux/linux-5.10/drivers/iio/dummy/
Diio_simple_dummy.h20 * @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
/kernel/linux/linux-4.19/include/linux/input/
Dadxl34x.h35 * acceleration greater than tap_threshold is present during the
95 * operation. In DC coupled operation, the current acceleration is
98 * coupled operation for activity detection, the acceleration value
100 * New samples of acceleration are then compared to this
108 * acceleration with inactivity_threshold. If the difference is below
147 * amount of time that acceleration must be below the value in
235 * when inactivity (acceleration has been below inactivity_threshold
273 * When acceleration measurements are received from the ADXL34x
340 * low-pass filter the measured acceleration for stable
/kernel/linux/linux-4.19/drivers/staging/iio/accel/
Dadis16240.c49 /* Output, x-axis acceleration peak */
52 /* Output, y-axis acceleration peak */
55 /* Output, z-axis acceleration peak */
58 /* Output, sum-of-squares acceleration peak */
61 /* Output, Capture Buffer 1, X and Y acceleration */
64 /* Output, Capture Buffer 2, Z acceleration */
76 /* Calibration, x-axis acceleration offset adjustment */
79 /* Calibration, y-axis acceleration offset adjustment */
82 /* Calibration, z-axis acceleration offset adjustment */
/kernel/linux/linux-5.10/include/linux/input/
Dadxl34x.h34 * 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
/kernel/linux/linux-5.10/drivers/staging/iio/accel/
Dadis16240.c47 /* Output, x-axis acceleration peak */
50 /* Output, y-axis acceleration peak */
53 /* Output, z-axis acceleration peak */
56 /* Output, sum-of-squares acceleration peak */
59 /* Output, Capture Buffer 1, X and Y acceleration */
62 /* Output, Capture Buffer 2, Z acceleration */
74 /* Calibration, x-axis acceleration offset adjustment */
77 /* Calibration, y-axis acceleration offset adjustment */
80 /* Calibration, z-axis acceleration offset adjustment */
/kernel/linux/linux-5.10/lib/lz4/
Dlz4_compress.c186 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 …]

12345678910>>...23