Searched refs:ec_objects (Results 1 – 2 of 2) sorted by relevance
464 list_add_tail(&eco->eo_obj_chain, &ec->ec_objects); in echo_object_init()866 list_for_each_entry(eco, &ec->ec_objects, eo_obj_chain) in echo_device_free()878 while (!list_empty(&ec->ec_objects)) { in echo_device_free()2049 INIT_LIST_HEAD(&ec->ec_objects); in echo_client_setup()
376 struct list_head ec_objects; member