Symbol: j1939_ecu
net/can/j1939/address-claim.c
129
struct j1939_ecu *ecu, *prev;
net/can/j1939/address-claim.c
250
struct j1939_ecu *ecu;
net/can/j1939/address-claim.c
87
struct j1939_ecu *ecu;
net/can/j1939/bus.c
109
void j1939_ecu_timer_start(struct j1939_ecu *ecu)
net/can/j1939/bus.c
121
void j1939_ecu_timer_cancel(struct j1939_ecu *ecu)
net/can/j1939/bus.c
129
struct j1939_ecu *ecu =
net/can/j1939/bus.c
130
container_of(hrtimer, struct j1939_ecu, ac_timer);
net/can/j1939/bus.c
148
struct j1939_ecu *j1939_ecu_create_locked(struct j1939_priv *priv, name_t name)
net/can/j1939/bus.c
150
struct j1939_ecu *ecu;
net/can/j1939/bus.c
172
struct j1939_ecu *j1939_ecu_find_by_addr_locked(struct j1939_priv *priv,
net/can/j1939/bus.c
180
struct j1939_ecu *j1939_ecu_get_by_addr_locked(struct j1939_priv *priv, u8 addr)
net/can/j1939/bus.c
182
struct j1939_ecu *ecu;
net/can/j1939/bus.c
19
struct j1939_ecu *ecu = container_of(kref, struct j1939_ecu, kref);
net/can/j1939/bus.c
196
struct j1939_ecu *j1939_ecu_get_by_addr(struct j1939_priv *priv, u8 addr)
net/can/j1939/bus.c
198
struct j1939_ecu *ecu;
net/can/j1939/bus.c
208
static struct j1939_ecu *j1939_ecu_find_by_name_locked(struct j1939_priv *priv,
net/can/j1939/bus.c
211
struct j1939_ecu *ecu;
net/can/j1939/bus.c
223
struct j1939_ecu *j1939_ecu_get_by_name_locked(struct j1939_priv *priv,
net/can/j1939/bus.c
226
struct j1939_ecu *ecu;
net/can/j1939/bus.c
240
struct j1939_ecu *j1939_ecu_get_by_name(struct j1939_priv *priv, name_t name)
net/can/j1939/bus.c
242
struct j1939_ecu *ecu;
net/can/j1939/bus.c
253
struct j1939_ecu *ecu;
net/can/j1939/bus.c
27
void j1939_ecu_put(struct j1939_ecu *ecu)
net/can/j1939/bus.c
278
struct j1939_ecu *ecu;
net/can/j1939/bus.c
313
struct j1939_ecu *ecu;
net/can/j1939/bus.c
32
static void j1939_ecu_get(struct j1939_ecu *ecu)
net/can/j1939/bus.c
37
static bool j1939_ecu_is_mapped_locked(struct j1939_ecu *ecu)
net/can/j1939/bus.c
48
static void j1939_ecu_map_locked(struct j1939_ecu *ecu)
net/can/j1939/bus.c
72
void j1939_ecu_unmap_locked(struct j1939_ecu *ecu)
net/can/j1939/bus.c
91
void j1939_ecu_unmap(struct j1939_ecu *ecu)
net/can/j1939/j1939-priv.h
124
void j1939_ecu_unmap_locked(struct j1939_ecu *ecu);
net/can/j1939/j1939-priv.h
125
void j1939_ecu_unmap(struct j1939_ecu *ecu);
net/can/j1939/j1939-priv.h
128
struct j1939_ecu *j1939_ecu_find_by_addr_locked(struct j1939_priv *priv,
net/can/j1939/j1939-priv.h
130
struct j1939_ecu *j1939_ecu_get_by_addr(struct j1939_priv *priv, u8 addr);
net/can/j1939/j1939-priv.h
131
struct j1939_ecu *j1939_ecu_get_by_addr_locked(struct j1939_priv *priv,
net/can/j1939/j1939-priv.h
133
struct j1939_ecu *j1939_ecu_get_by_name(struct j1939_priv *priv, name_t name);
net/can/j1939/j1939-priv.h
134
struct j1939_ecu *j1939_ecu_get_by_name_locked(struct j1939_priv *priv,
net/can/j1939/j1939-priv.h
201
struct j1939_ecu *j1939_ecu_create_locked(struct j1939_priv *priv, name_t name);
net/can/j1939/j1939-priv.h
203
void j1939_ecu_timer_start(struct j1939_ecu *ecu);
net/can/j1939/j1939-priv.h
204
void j1939_ecu_timer_cancel(struct j1939_ecu *ecu);
net/can/j1939/j1939-priv.h
68
struct j1939_ecu *ecu;
net/can/j1939/j1939-priv.h
96
void j1939_ecu_put(struct j1939_ecu *ecu);