Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_init.c14 static void adf_service_add(struct service_hndl *service) in adf_service_add()
21 int adf_service_register(struct service_hndl *service) in adf_service_register()
29 static void adf_service_remove(struct service_hndl *service) in adf_service_remove()
36 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister()
61 struct service_hndl *service; in adf_dev_init()
120 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
150 struct service_hndl *service; in adf_dev_start()
167 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
204 struct service_hndl *service; in adf_dev_stop()
222 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()
[all …]
H A Dadf_common_drv.h43 struct service_hndl { struct
57 int adf_service_register(struct service_hndl *service); argument
58 int adf_service_unregister(struct service_hndl *service);
H A Dqat_crypto.c16 static struct service_hndl qat_crypto;