linux/drivers/crypto/qat
Shashank Gupta 88fca80ec9 crypto: qat - make state machine functions static
The state machine functions adf_dev_init(), adf_dev_start(),
adf_dev_stop() adf_dev_shutdown() and adf_dev_shutdown_cache_cfg()
are only used internally within adf_init.c.
Do not export these functions and make them static as state transitions
are now performed using the safe function adf_dev_up() and
adf_dev_down().

This commit does not implement any functional change.

Signed-off-by: Shashank Gupta <shashank.gupta@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-03-14 17:06:44 +08:00
..
qat_4xxx crypto: qat - replace state machine calls 2023-03-14 17:06:44 +08:00
qat_c3xxx crypto: qat - replace state machine calls 2023-03-14 17:06:44 +08:00
qat_c3xxxvf crypto: qat - replace state machine calls 2023-03-14 17:06:44 +08:00
qat_c62x crypto: qat - replace state machine calls 2023-03-14 17:06:44 +08:00
qat_c62xvf crypto: qat - replace state machine calls 2023-03-14 17:06:44 +08:00
qat_common crypto: qat - make state machine functions static 2023-03-14 17:06:44 +08:00
qat_dh895xcc crypto: qat - replace state machine calls 2023-03-14 17:06:44 +08:00
qat_dh895xccvf crypto: qat - replace state machine calls 2023-03-14 17:06:44 +08:00
Kconfig crypto: qat - Removes the x86 dependency on the QAT drivers 2022-06-24 17:12:29 +08:00
Makefile crypto: qat - add qat_4xxx driver 2020-11-20 14:45:34 +11:00