Lines Matching refs:j1939_ecu
19 struct j1939_ecu *ecu = container_of(kref, struct j1939_ecu, kref); in __j1939_ecu_release()
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()
130 container_of(hrtimer, struct j1939_ecu, ac_timer); in j1939_ecu_timer_handler()
148 struct j1939_ecu *j1939_ecu_create_locked(struct j1939_priv *priv, name_t name) in j1939_ecu_create_locked()
150 struct j1939_ecu *ecu; in j1939_ecu_create_locked()
172 struct j1939_ecu *j1939_ecu_find_by_addr_locked(struct j1939_priv *priv, in j1939_ecu_find_by_addr_locked()
180 struct j1939_ecu *j1939_ecu_get_by_addr_locked(struct j1939_priv *priv, u8 addr) in j1939_ecu_get_by_addr_locked()
182 struct j1939_ecu *ecu; in j1939_ecu_get_by_addr_locked()
196 struct j1939_ecu *j1939_ecu_get_by_addr(struct j1939_priv *priv, u8 addr) in j1939_ecu_get_by_addr()
198 struct j1939_ecu *ecu; in j1939_ecu_get_by_addr()
208 static struct j1939_ecu *j1939_ecu_find_by_name_locked(struct j1939_priv *priv, in j1939_ecu_find_by_name_locked()
211 struct j1939_ecu *ecu; in j1939_ecu_find_by_name_locked()
223 struct j1939_ecu *j1939_ecu_get_by_name_locked(struct j1939_priv *priv, in j1939_ecu_get_by_name_locked()
226 struct j1939_ecu *ecu; in j1939_ecu_get_by_name_locked()
240 struct j1939_ecu *j1939_ecu_get_by_name(struct j1939_priv *priv, name_t name) in j1939_ecu_get_by_name()
242 struct j1939_ecu *ecu; in j1939_ecu_get_by_name()
253 struct j1939_ecu *ecu; in j1939_name_to_addr()
278 struct j1939_ecu *ecu; in j1939_local_ecu_get()
310 struct j1939_ecu *ecu; in j1939_local_ecu_put()