Home
last modified time | relevance | path

Searched defs:ecu (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/can/j1939/
Dbus.c19 struct j1939_ecu *ecu = container_of(kref, struct j1939_ecu, kref); in __j1939_ecu_release() local
27 void j1939_ecu_put(struct j1939_ecu *ecu) in j1939_ecu_put()
32 static void j1939_ecu_get(struct j1939_ecu *ecu) in j1939_ecu_get()
37 static bool j1939_ecu_is_mapped_locked(struct j1939_ecu *ecu) in j1939_ecu_is_mapped_locked()
48 static void j1939_ecu_map_locked(struct j1939_ecu *ecu) in j1939_ecu_map_locked()
72 void j1939_ecu_unmap_locked(struct j1939_ecu *ecu) in j1939_ecu_unmap_locked()
91 void j1939_ecu_unmap(struct j1939_ecu *ecu) in j1939_ecu_unmap()
109 void j1939_ecu_timer_start(struct j1939_ecu *ecu) in j1939_ecu_timer_start()
121 void j1939_ecu_timer_cancel(struct j1939_ecu *ecu) in j1939_ecu_timer_cancel()
129 struct j1939_ecu *ecu = in j1939_ecu_timer_handler() local
[all …]
Daddress-claim.c87 struct j1939_ecu *ecu; in j1939_ac_fixup() local
129 struct j1939_ecu *ecu, *prev; in j1939_ac_process() local
210 struct j1939_ecu *ecu; in j1939_ac_recv() local
Dj1939-priv.h68 struct j1939_ecu *ecu; member