Lines Matching refs:service_hndl
14 static void adf_service_add(struct service_hndl *service) in adf_service_add()
21 int adf_service_register(struct service_hndl *service) in adf_service_register()
29 static void adf_service_remove(struct service_hndl *service) in adf_service_remove()
36 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister()
61 struct service_hndl *service; in adf_dev_init()
137 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
164 struct service_hndl *service; in adf_dev_start()
191 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
228 struct service_hndl *service; in adf_dev_stop()
246 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()
280 struct service_hndl *service; in adf_dev_shutdown()
304 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_shutdown()
339 struct service_hndl *service; in adf_dev_restarting_notify()
343 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarting_notify()
354 struct service_hndl *service; in adf_dev_restarted_notify()
358 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarted_notify()