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()
191 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
221 struct service_hndl *service; in adf_dev_start()
233 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
245 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
283 struct service_hndl *service; in adf_dev_stop()
300 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()
314 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()
351 struct service_hndl *service; in adf_dev_shutdown()
375 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_shutdown()
388 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_shutdown()
422 struct service_hndl *service; in adf_dev_restarting_notify()
426 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarting_notify()
435 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarting_notify()
448 struct service_hndl *service; in adf_dev_restarted_notify()
452 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarted_notify()
461 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_restarted_notify()