Symbol: ti_hecc_priv
drivers/net/can/ti_hecc.c
192
static inline int get_tx_head_mb(struct ti_hecc_priv *priv)
drivers/net/can/ti_hecc.c
197
static inline int get_tx_tail_mb(struct ti_hecc_priv *priv)
drivers/net/can/ti_hecc.c
202
static inline int get_tx_head_prio(struct ti_hecc_priv *priv)
drivers/net/can/ti_hecc.c
207
static inline void hecc_write_lam(struct ti_hecc_priv *priv, u32 mbxno, u32 val)
drivers/net/can/ti_hecc.c
212
static inline u32 hecc_read_stamp(struct ti_hecc_priv *priv, u32 mbxno)
drivers/net/can/ti_hecc.c
217
static inline void hecc_write_mbx(struct ti_hecc_priv *priv, u32 mbxno,
drivers/net/can/ti_hecc.c
223
static inline u32 hecc_read_mbx(struct ti_hecc_priv *priv, u32 mbxno, u32 reg)
drivers/net/can/ti_hecc.c
228
static inline void hecc_write(struct ti_hecc_priv *priv, u32 reg, u32 val)
drivers/net/can/ti_hecc.c
233
static inline u32 hecc_read(struct ti_hecc_priv *priv, int reg)
drivers/net/can/ti_hecc.c
238
static inline void hecc_set_bit(struct ti_hecc_priv *priv, int reg,
drivers/net/can/ti_hecc.c
244
static inline void hecc_clear_bit(struct ti_hecc_priv *priv, int reg,
drivers/net/can/ti_hecc.c
250
static inline u32 hecc_get_bit(struct ti_hecc_priv *priv, int reg, u32 bit_mask)
drivers/net/can/ti_hecc.c
255
static int ti_hecc_set_btc(struct ti_hecc_priv *priv)
drivers/net/can/ti_hecc.c
281
static int ti_hecc_transceiver_switch(const struct ti_hecc_priv *priv,
drivers/net/can/ti_hecc.c
296
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
354
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
404
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
436
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
467
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
523
struct ti_hecc_priv *rx_offload_to_priv(struct can_rx_offload *offload)
drivers/net/can/ti_hecc.c
525
return container_of(offload, struct ti_hecc_priv, offload);
drivers/net/can/ti_hecc.c
532
struct ti_hecc_priv *priv = rx_offload_to_priv(offload);
drivers/net/can/ti_hecc.c
595
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
641
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
670
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
786
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
816
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
849
struct ti_hecc_priv *priv;
drivers/net/can/ti_hecc.c
863
ndev = alloc_candev(sizeof(struct ti_hecc_priv), HECC_MAX_TX_MBOX);
drivers/net/can/ti_hecc.c
967
struct ti_hecc_priv *priv = netdev_priv(ndev);
drivers/net/can/ti_hecc.c
980
struct ti_hecc_priv *priv = netdev_priv(dev);
drivers/net/can/ti_hecc.c
998
struct ti_hecc_priv *priv = netdev_priv(dev);