Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: qat - export adf_init_admin_pm()

Export the function adf_init_admin_pm() as it will be used by the
qat_6xxx driver to send the power management initialization messages
to the firmware.

Signed-off-by: Suman Kumar Chakraborty <suman.kumar.chakraborty@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Suman Kumar Chakraborty and committed by
Herbert Xu
0fdc836a 7db55726

+1
+1
drivers/crypto/intel/qat/qat_common/adf_admin.c
··· 449 449 450 450 return adf_send_admin(accel_dev, &req, &resp, ae_mask); 451 451 } 452 + EXPORT_SYMBOL_GPL(adf_init_admin_pm); 452 453 453 454 int adf_get_pm_info(struct adf_accel_dev *accel_dev, dma_addr_t p_state_addr, 454 455 size_t buff_size)