Searched refs:service_hndl (Results 1 – 4 of 4) sorted by relevance
16 static void adf_service_add(struct service_hndl *service) in adf_service_add()23 int adf_service_register(struct service_hndl *service) in adf_service_register()31 static void adf_service_remove(struct service_hndl *service) in adf_service_remove()38 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister()63 struct service_hndl *service; in adf_dev_init()141 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()167 struct service_hndl *service; in adf_dev_start()213 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()261 struct service_hndl *service; in adf_dev_stop()284 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()[all …]
43 struct service_hndl { struct52 int adf_service_register(struct service_hndl *service); argument53 int adf_service_unregister(struct service_hndl *service);
16 static struct service_hndl qat_crypto;
16 static struct service_hndl qat_compression;