/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_dev_mgr.c | 129 * adf_devmgr_add_dev() - Add accel_dev to the acceleration framework 130 * @accel_dev: Pointer to acceleration device. 133 * Function adds acceleration device to the acceleration framework. 201 * adf_devmgr_rm_dev() - Remove accel_dev from the acceleration framework. 202 * @accel_dev: Pointer to acceleration device. 205 * Function removes acceleration device from the acceleration framework. 237 * Function returns acceleration device associated with the given pci device. 331 * @accel_dev: Pointer to acceleration device. 345 * @accel_dev: Pointer to acceleration device. 363 * @accel_dev: Pointer to acceleration device. [all …]
|
H A D | adf_init.c | 254 * @accel_dev: Pointer to acceleration device. 322 "Failed to initialise Acceleration Engine\n"); in adf_dev_init() 330 "Failed to load acceleration FW\n"); in adf_dev_init() 401 * adf_dev_start() - Start acceleration service for the given accel device 402 * @accel_dev: Pointer to acceleration device. 404 * Function notifies all the registered services that the acceleration device 496 * adf_dev_stop() - Stop acceleration service for the given accel device 497 * @accel_dev: Pointer to acceleration device. 499 * Function notifies all the registered services that the acceleration device 560 * adf_dev_shutdown() - shutdown acceleration services and data strucutures [all …]
|
H A D | adf_cfg.c | 15 * adf_cfg_dev_add() - Create an acceleration device configuration table. 16 * @accel_dev: Pointer to acceleration device. 18 * Function creates a configuration table for the given acceleration device. 123 * adf_cfg_dev_remove() - Clears acceleration device configuration table. 124 * @accel_dev: Pointer to acceleration device. 126 * Function removes configuration table from the given acceleration device 237 * @accel_dev: Pointer to acceleration device. 336 * @accel_dev: Pointer to acceleration device. 343 * in the given acceleration device 477 * @accel_dev: Pointer to acceleration device. [all …]
|
H A D | adf_vf_isr.c | 286 * adf_vf_isr_resource_free() - Free IRQ for acceleration device 287 * @accel_dev: Pointer to acceleration device. 289 * Function frees interrupts for acceleration device virtual function. 308 * adf_vf_isr_resource_alloc() - Allocate IRQ for acceleration device 309 * @accel_dev: Pointer to acceleration device. 311 * Function allocates interrupts for acceleration device virtual function. 341 * @accel_dev: Pointer to acceleration device.
|
H A D | adf_fw_counters.c | 197 * adf_fw_counters_add() - Create an acceleration device FW counters table. 198 * @accel_dev: Pointer to acceleration device. 201 * acceleration device. 352 * @accel_dev: Pointer to acceleration device. 387 * adf_fw_counters_remove() - Clears acceleration device FW counters table. 388 * @accel_dev: Pointer to acceleration device. 390 * Function removes FW counters table from the given acceleration device
|
H A D | adf_isr.c | 311 * adf_vf_isr_resource_free() - Free IRQ for acceleration device 312 * @accel_dev: Pointer to acceleration device. 314 * Function frees interrupts for acceleration device. 325 * adf_vf_isr_resource_alloc() - Allocate IRQ for acceleration device 326 * @accel_dev: Pointer to acceleration device. 328 * Function allocates interrupts for acceleration device.
|
H A D | adf_pfvf_vf_proto.c | 23 * @accel_dev: Pointer to acceleration device 45 * @accel_dev: Pointer to acceleration device 63 * @accel_dev: Pointer to acceleration device. 233 * @accel_dev: Pointer to acceleration VF device. 382 * @accel_dev: Pointer to acceleration device virtual function.
|
H A D | adf_transport.c | 652 * adf_init_etr_data() - Initialize transport rings for acceleration device 653 * @accel_dev: Pointer to acceleration device. 656 * acceleration device accel_dev. 755 * adf_cleanup_etr_data() - Clear transport rings for acceleration device 756 * @accel_dev: Pointer to acceleration device. 759 * acceleration device accel_dev.
|
H A D | adf_clock.c | 52 * @accel_dev: Pointer to acceleration device. 136 * @accel_dev: Pointer to acceleration device.
|
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
H A D | adf_c4xxx_misc_error_stats.c | 44 * acceleration device Freq counters. 45 * @accel_dev: Pointer to acceleration device. 90 * acceleration device misc error counter. 91 * @accel_dev: Pointer to acceleration device.
|
H A D | adf_c4xxx_pke_replay_stats.c | 48 * acceleration device Freq counters. 49 * @accel_dev: Pointer to acceleration device. 87 * acceleration device Freq counters. 88 * @accel_dev: Pointer to acceleration device.
|
/freebsd/usr.sbin/moused/ |
H A D | moused.8 | 236 Apply exponential (dynamic) acceleration to mouse movements: 245 the amount of acceleration. 248 A value of 1.0 means no exponential acceleration. 249 A value of 2.0 means squared acceleration (i.e. if 257 value specifies the distance at which the acceleration begins. 258 The default is 1.0, which means that the acceleration is applied 261 the acceleration to kick in, i.e. the speed range for 268 option interacts badly with the X server's own acceleration, 274 This is a linear acceleration only. 277 Specifying only one value sets the acceleration fo [all...] |
/freebsd/share/man/man4/ |
H A D | padlock.4 | 47 The C3 and Eden processor series from VIA include hardware acceleration for 49 The C7 series includes hardware acceleration for AES, SHA1, SHA256 and RSA. 58 there is no hardware acceleration for those algorithms.
|
H A D | qat_c2xxx.4 | 53 support for some of the cryptographic acceleration functions of the Intel 96 Some Atom C2000 QAT devices have two acceleration engines instead of one. 100 the second acceleration engine if one is present.
|
H A D | psm.4 | 171 .Ss Acceleration 178 the acceleration. 251 .It bit 4..7 ACCELERATION 252 This flag controls the amount of acceleration effect. 257 acceleration effect. 500 int accelfactor; /* acceleration factor */ 547 field holds a value to control acceleration feature 549 .Sx Acceleration ) . 551 If it is zero, acceleration is disabled. 706 and the acceleration factor to 2.
|
H A D | qat.4 | 39 driver supports cryptography and compression acceleration of the 63 driver supports cryptography and compression acceleration.
|
H A D | mouse.4 | 218 int accelfactor; /* acceleration factor */ 248 field holds a value to control acceleration feature. 250 If it is zero, acceleration is disabled.
|
H A D | sysmouse.4 | 111 .\" .Ss Acceleration 118 .\" the acceleration. Its value can be modified via the driver flag 201 int accelfactor; /* acceleration factor */
|
/freebsd/sys/dev/qat/qat_api/common/include/ |
H A D | sal_statistics.h | 73 * are enabled for the acceleration device. 75 * @param[in] device Pointer to an acceleration device structure 91 * are enabled for the acceleration device. 93 * @param[in] device Pointer to an acceleration device structure
|
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/ |
H A D | bosch,bma400.yaml | 7 title: Bosch BMA400 triaxial acceleration sensor 13 Acceleration and temperature iio sensors with an i2c interface
|
/freebsd/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_cfg.h | 6 * @defgroup icp_AdfCfg Acceleration Driver Framework Configuration Interface. 59 /* Number of Acceleration Engines */ 63 /* Max Number of Acceleration Engines */
|
/freebsd/share/man/man4/man4.i386/ |
H A D | glxsb.4 | 52 also supports acceleration of AES-128-CBC operations for 55 there is no hardware acceleration for those algorithms.
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | rockchip-rga.yaml | 7 title: Rockchip 2D raster graphic acceleration controller (RGA) 10 RGA is a standalone 2D raster graphic acceleration unit. It accelerates 2D
|
/freebsd/share/man/man4/man4.powerpc/ |
H A D | dtsec.4 | 31 .Nd "Freescale Datapath Acceleration Architecture-based Three-Speed Ethernet Controller device driv… 73 Normal mode, utilizing the full datapath acceleration, Buffer Manager, and Queue
|
/freebsd/sys/dev/qat/qat_api/include/ |
H A D | icp_sal_versions.h | 43 /**< Number of acceleration device for which this structure holds 68 * @param[in] accelId ID of the acceleration device for which version
|