Home
last modified time | relevance | path

Searched refs:service_hndl (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_init.c58 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 …]
Dadf_common_drv.h80 struct service_hndl { struct
90 int adf_service_register(struct service_hndl *service); argument
91 int adf_service_unregister(struct service_hndl *service);
Dqat_crypto.c59 static struct service_hndl qat_crypto;
/linux-4.1.27/drivers/crypto/qat/qat_dh895xcc/
Dqat_admin.c52 static struct service_hndl qat_admin;
97 memset(&qat_admin, 0, sizeof(struct service_hndl)); in qat_admin_register()