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()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 …]
87 struct service_hndl { struct101 int adf_service_register(struct service_hndl *service); argument102 int adf_service_unregister(struct service_hndl *service);
60 static struct service_hndl qat_crypto;