Home
last modified time | relevance | path

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

/linux-4.4.14/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()
209 struct service_hndl *service; in adf_dev_start()
226 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
263 struct service_hndl *service; in adf_dev_stop()
281 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()
[all …]
Dadf_common_drv.h87 struct service_hndl { struct
101 int adf_service_register(struct service_hndl *service); argument
102 int adf_service_unregister(struct service_hndl *service);
Dqat_crypto.c59 static struct service_hndl qat_crypto;