Lines Matching refs:service_hndl
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()
317 struct service_hndl *service; in adf_dev_shutdown()
341 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_shutdown()
374 struct service_hndl *service; in adf_dev_restarting_notify()
378 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarting_notify()
389 struct service_hndl *service; in adf_dev_restarted_notify()
393 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarted_notify()