Lines Matching refs:service_hndl
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()
144 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
170 struct service_hndl *service; in adf_dev_start()
216 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
266 struct service_hndl *service; in adf_dev_stop()
293 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()
329 struct service_hndl *service; in adf_dev_shutdown()
353 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_shutdown()
389 struct service_hndl *service; in adf_dev_restarting_notify()
393 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarting_notify()
404 struct service_hndl *service; in adf_dev_restarted_notify()
408 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarted_notify()