Searched defs:c_can_priv (Results 1 – 1 of 1) sorted by relevance
65 struct c_can_priv { struct72 u16 (*read_reg) (struct c_can_priv *priv, void *reg); argument73 void (*write_reg) (struct c_can_priv *priv, void *reg, u16 val); argument74 struct c_can_regs __iomem *regs;75 unsigned long irq_flags; /* for request_irq() */76 unsigned int tx_next;77 unsigned int tx_echo;78 void *priv; /* for board-specific data */