j1939_ecu          87 net/can/j1939/address-claim.c 		struct j1939_ecu *ecu;
j1939_ecu         129 net/can/j1939/address-claim.c 	struct j1939_ecu *ecu, *prev;
j1939_ecu         210 net/can/j1939/address-claim.c 	struct j1939_ecu *ecu;
j1939_ecu          19 net/can/j1939/bus.c 	struct j1939_ecu *ecu = container_of(kref, struct j1939_ecu, kref);
j1939_ecu          27 net/can/j1939/bus.c void j1939_ecu_put(struct j1939_ecu *ecu)
j1939_ecu          32 net/can/j1939/bus.c static void j1939_ecu_get(struct j1939_ecu *ecu)
j1939_ecu          37 net/can/j1939/bus.c static bool j1939_ecu_is_mapped_locked(struct j1939_ecu *ecu)
j1939_ecu          48 net/can/j1939/bus.c static void j1939_ecu_map_locked(struct j1939_ecu *ecu)
j1939_ecu          72 net/can/j1939/bus.c void j1939_ecu_unmap_locked(struct j1939_ecu *ecu)
j1939_ecu          91 net/can/j1939/bus.c void j1939_ecu_unmap(struct j1939_ecu *ecu)
j1939_ecu         109 net/can/j1939/bus.c void j1939_ecu_timer_start(struct j1939_ecu *ecu)
j1939_ecu         121 net/can/j1939/bus.c void j1939_ecu_timer_cancel(struct j1939_ecu *ecu)
j1939_ecu         129 net/can/j1939/bus.c 	struct j1939_ecu *ecu =
j1939_ecu         130 net/can/j1939/bus.c 		container_of(hrtimer, struct j1939_ecu, ac_timer);
j1939_ecu         148 net/can/j1939/bus.c struct j1939_ecu *j1939_ecu_create_locked(struct j1939_priv *priv, name_t name)
j1939_ecu         150 net/can/j1939/bus.c 	struct j1939_ecu *ecu;
j1939_ecu         172 net/can/j1939/bus.c struct j1939_ecu *j1939_ecu_find_by_addr_locked(struct j1939_priv *priv,
j1939_ecu         180 net/can/j1939/bus.c struct j1939_ecu *j1939_ecu_get_by_addr_locked(struct j1939_priv *priv, u8 addr)
j1939_ecu         182 net/can/j1939/bus.c 	struct j1939_ecu *ecu;
j1939_ecu         196 net/can/j1939/bus.c struct j1939_ecu *j1939_ecu_get_by_addr(struct j1939_priv *priv, u8 addr)
j1939_ecu         198 net/can/j1939/bus.c 	struct j1939_ecu *ecu;
j1939_ecu         208 net/can/j1939/bus.c static struct j1939_ecu *j1939_ecu_find_by_name_locked(struct j1939_priv *priv,
j1939_ecu         211 net/can/j1939/bus.c 	struct j1939_ecu *ecu;
j1939_ecu         223 net/can/j1939/bus.c struct j1939_ecu *j1939_ecu_get_by_name_locked(struct j1939_priv *priv,
j1939_ecu         226 net/can/j1939/bus.c 	struct j1939_ecu *ecu;
j1939_ecu         240 net/can/j1939/bus.c struct j1939_ecu *j1939_ecu_get_by_name(struct j1939_priv *priv, name_t name)
j1939_ecu         242 net/can/j1939/bus.c 	struct j1939_ecu *ecu;
j1939_ecu         253 net/can/j1939/bus.c 	struct j1939_ecu *ecu;
j1939_ecu         278 net/can/j1939/bus.c 	struct j1939_ecu *ecu;
j1939_ecu         310 net/can/j1939/bus.c 	struct j1939_ecu *ecu;
j1939_ecu          65 net/can/j1939/j1939-priv.h 		struct j1939_ecu *ecu;
j1939_ecu          92 net/can/j1939/j1939-priv.h void j1939_ecu_put(struct j1939_ecu *ecu);
j1939_ecu         120 net/can/j1939/j1939-priv.h void j1939_ecu_unmap_locked(struct j1939_ecu *ecu);
j1939_ecu         121 net/can/j1939/j1939-priv.h void j1939_ecu_unmap(struct j1939_ecu *ecu);
j1939_ecu         124 net/can/j1939/j1939-priv.h struct j1939_ecu *j1939_ecu_find_by_addr_locked(struct j1939_priv *priv,
j1939_ecu         126 net/can/j1939/j1939-priv.h struct j1939_ecu *j1939_ecu_get_by_addr(struct j1939_priv *priv, u8 addr);
j1939_ecu         127 net/can/j1939/j1939-priv.h struct j1939_ecu *j1939_ecu_get_by_addr_locked(struct j1939_priv *priv,
j1939_ecu         129 net/can/j1939/j1939-priv.h struct j1939_ecu *j1939_ecu_get_by_name(struct j1939_priv *priv, name_t name);
j1939_ecu         130 net/can/j1939/j1939-priv.h struct j1939_ecu *j1939_ecu_get_by_name_locked(struct j1939_priv *priv,
j1939_ecu         197 net/can/j1939/j1939-priv.h struct j1939_ecu *j1939_ecu_create_locked(struct j1939_priv *priv, name_t name);
j1939_ecu         199 net/can/j1939/j1939-priv.h void j1939_ecu_timer_start(struct j1939_ecu *ecu);
j1939_ecu         200 net/can/j1939/j1939-priv.h void j1939_ecu_timer_cancel(struct j1939_ecu *ecu);