Searched refs:service_hndl (Results 1 – 3 of 3) sorted by relevance
58 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 …]
87 struct service_hndl { struct101 int adf_service_register(struct service_hndl *service); argument102 int adf_service_unregister(struct service_hndl *service);
59 static struct service_hndl qat_crypto;