Home
last modified time | relevance | path

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

/linux/net/can/j1939/
H A Dbus.c19 struct j1939_ecu *ecu = container_of(kref, struct j1939_ecu, kref); in __j1939_ecu_release()
28 void j1939_ecu_put(struct j1939_ecu *ecu) in j1939_ecu_put()
33 static void j1939_ecu_get(struct j1939_ecu *ecu) in j1939_ecu_get()
38 static bool j1939_ecu_is_mapped_locked(struct j1939_ecu *ecu) in j1939_ecu_is_mapped_locked()
49 static void j1939_ecu_map_locked(struct j1939_ecu *ecu) in j1939_ecu_map_locked()
73 void j1939_ecu_unmap_locked(struct j1939_ecu *ecu) in j1939_ecu_unmap_locked()
92 void j1939_ecu_unmap(struct j1939_ecu *ecu) in j1939_ecu_unmap()
110 void j1939_ecu_timer_start(struct j1939_ecu *ecu) in j1939_ecu_timer_start()
122 void j1939_ecu_timer_cancel(struct j1939_ecu *ecu) in j1939_ecu_timer_cancel()
130 struct j1939_ecu *ecu = in j1939_ecu_timer_handler()
[all …]
H A Dj1939-priv.h32 struct j1939_ecu { struct
70 struct j1939_ecu *ecu;
98 void j1939_ecu_put(struct j1939_ecu *ecu);
126 void j1939_ecu_unmap_locked(struct j1939_ecu *ecu);
127 void j1939_ecu_unmap(struct j1939_ecu *ecu);
130 struct j1939_ecu *j1939_ecu_find_by_addr_locked(struct j1939_priv *priv,
132 struct j1939_ecu *j1939_ecu_get_by_addr(struct j1939_priv *priv, u8 addr);
133 struct j1939_ecu *j1939_ecu_get_by_addr_locked(struct j1939_priv *priv,
135 struct j1939_ecu *j1939_ecu_get_by_name(struct j1939_priv *priv, name_t name);
136 struct j1939_ecu *j1939_ecu_get_by_name_locked(struct j1939_priv *priv,
[all …]
H A Daddress-claim.c87 struct j1939_ecu *ecu; in j1939_ac_fixup()
129 struct j1939_ecu *ecu, *prev; in j1939_ac_process()
250 struct j1939_ecu *ecu; in j1939_ac_recv()