Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/qat/qat_common/
Dadf_init.c58 static void adf_service_add(struct service_hndl *service) in adf_service_add()
65 int adf_service_register(struct service_hndl *service) in adf_service_register()
73 static void adf_service_remove(struct service_hndl *service) in adf_service_remove()
80 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister()
105 struct service_hndl *service; in adf_dev_init()
163 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
193 struct service_hndl *service; in adf_dev_start()
210 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
247 struct service_hndl *service; in adf_dev_stop()
265 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.c60 static struct service_hndl qat_crypto;