Searched refs:ec_objects (Results 1 – 2 of 2) sorted by relevance
463 list_add_tail(&eco->eo_obj_chain, &ec->ec_objects); in echo_object_init()864 list_for_each_entry(eco, &ec->ec_objects, eo_obj_chain) in echo_device_free()876 while (!list_empty(&ec->ec_objects)) { in echo_device_free()2050 INIT_LIST_HEAD(&ec->ec_objects); in echo_client_setup()
451 struct list_head ec_objects; member