service_hndl      101 drivers/crypto/qat/qat_common/adf_common_drv.h int adf_service_register(struct service_hndl *service);
service_hndl      102 drivers/crypto/qat/qat_common/adf_common_drv.h int adf_service_unregister(struct service_hndl *service);
service_hndl       58 drivers/crypto/qat/qat_common/adf_init.c static void adf_service_add(struct service_hndl *service)
service_hndl       65 drivers/crypto/qat/qat_common/adf_init.c int adf_service_register(struct service_hndl *service)
service_hndl       73 drivers/crypto/qat/qat_common/adf_init.c static void adf_service_remove(struct service_hndl *service)
service_hndl       80 drivers/crypto/qat/qat_common/adf_init.c int adf_service_unregister(struct service_hndl *service)
service_hndl      105 drivers/crypto/qat/qat_common/adf_init.c 	struct service_hndl *service;
service_hndl      163 drivers/crypto/qat/qat_common/adf_init.c 		service = list_entry(list_itr, struct service_hndl, list);
service_hndl      193 drivers/crypto/qat/qat_common/adf_init.c 	struct service_hndl *service;
service_hndl      210 drivers/crypto/qat/qat_common/adf_init.c 		service = list_entry(list_itr, struct service_hndl, list);
service_hndl      247 drivers/crypto/qat/qat_common/adf_init.c 	struct service_hndl *service;
service_hndl      265 drivers/crypto/qat/qat_common/adf_init.c 		service = list_entry(list_itr, struct service_hndl, list);
service_hndl      299 drivers/crypto/qat/qat_common/adf_init.c 	struct service_hndl *service;
service_hndl      323 drivers/crypto/qat/qat_common/adf_init.c 		service = list_entry(list_itr, struct service_hndl, list);
service_hndl      358 drivers/crypto/qat/qat_common/adf_init.c 	struct service_hndl *service;
service_hndl      362 drivers/crypto/qat/qat_common/adf_init.c 		service = list_entry(list_itr, struct service_hndl, list);
service_hndl      373 drivers/crypto/qat/qat_common/adf_init.c 	struct service_hndl *service;
service_hndl      377 drivers/crypto/qat/qat_common/adf_init.c 		service = list_entry(list_itr, struct service_hndl, list);
service_hndl       60 drivers/crypto/qat/qat_common/qat_crypto.c static struct service_hndl qat_crypto;