Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_init.c19 static void adf_service_add(struct service_hndl *service) in adf_service_add()
26 int adf_service_register(struct service_hndl *service) in adf_service_register()
34 static void adf_service_remove(struct service_hndl *service) in adf_service_remove()
41 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister()
66 struct service_hndl *service; in adf_dev_init()
181 struct service_hndl *service; in adf_dev_start()
283 struct service_hndl *service; in adf_dev_stop()
349 struct service_hndl *service; in adf_dev_shutdown()
412 struct service_hndl *service; in adf_dev_restarting_notify()
425 struct service_hndl *service; in adf_dev_restarted_notify()
[all …]
H A Dadf_common_drv.h46 struct service_hndl { struct
55 int adf_service_register(struct service_hndl *service); argument
56 int adf_service_unregister(struct service_hndl *service);
H A Dqat_crypto.c16 static struct service_hndl qat_crypto;
H A Dqat_compression.c16 static struct service_hndl qat_compression;