Home
last modified time | relevance | path

Searched defs:c_can_priv (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/net/can/c_can/
Dc_can.h65 struct c_can_priv { struct
72 u16 (*read_reg) (struct c_can_priv *priv, void *reg); argument
73 void (*write_reg) (struct c_can_priv *priv, void *reg, u16 val); argument
74 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 */