Home
last modified time | relevance | path

Searched refs:ecus (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/can/j1939/
H A Dbus.c167 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()
H A Dmain.c140 INIT_LIST_HEAD(&priv->ecus); in j1939_priv_create()
167 WARN_ON_ONCE(!list_empty(&priv->ecus)); in __j1939_priv_release()
H A Dj1939-priv.h47 struct list_head ecus; member