Searched refs:service_hndl (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_init.c | 58 static void adf_service_add(struct service_hndl *service) in adf_service_add() 74 int adf_service_register(struct service_hndl *service) in adf_service_register() 83 static void adf_service_remove(struct service_hndl *service) in adf_service_remove() 99 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister() 121 struct service_hndl *service; in adf_dev_init() 179 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init() 191 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init() 221 struct service_hndl *service; in adf_dev_start() 233 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start() 245 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start() [all …]
|
D | adf_common_drv.h | 80 struct service_hndl { struct 90 int adf_service_register(struct service_hndl *service); argument 91 int adf_service_unregister(struct service_hndl *service);
|
D | qat_crypto.c | 59 static struct service_hndl qat_crypto;
|
/linux-4.1.27/drivers/crypto/qat/qat_dh895xcc/ |
D | qat_admin.c | 52 static struct service_hndl qat_admin; 97 memset(&qat_admin, 0, sizeof(struct service_hndl)); in qat_admin_register()
|