Searched refs:ecus (Results 1 – 3 of 3) sorted by relevance
167 list_add_tail(&ecu->list, &priv->ecus); in j1939_ecu_create_locked()215 list_for_each_entry(ecu, &priv->ecus, list) { in j1939_ecu_find_by_name_locked()
136 INIT_LIST_HEAD(&priv->ecus); in j1939_priv_create()163 WARN_ON_ONCE(!list_empty(&priv->ecus)); in __j1939_priv_release()
47 struct list_head ecus; member