Lines Matching refs:service_hndl
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()
299 struct service_hndl *service; in adf_dev_shutdown()
323 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_shutdown()
358 struct service_hndl *service; in adf_dev_restarting_notify()
362 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarting_notify()
373 struct service_hndl *service; in adf_dev_restarted_notify()
377 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarted_notify()