Lines Matching refs:m_can_classdev
120 struct m_can_classdev *mcan_dev;
258 static u32 tcan4x5x_read_reg(struct m_can_classdev *cdev, int reg) in tcan4x5x_read_reg()
268 static u32 tcan4x5x_read_fifo(struct m_can_classdev *cdev, int addr_offset) in tcan4x5x_read_fifo()
278 static int tcan4x5x_write_reg(struct m_can_classdev *cdev, int reg, int val) in tcan4x5x_write_reg()
285 static int tcan4x5x_write_fifo(struct m_can_classdev *cdev, in tcan4x5x_write_fifo()
304 static int tcan4x5x_write_tcan_reg(struct m_can_classdev *cdev, in tcan4x5x_write_tcan_reg()
312 static int tcan4x5x_clear_interrupts(struct m_can_classdev *cdev) in tcan4x5x_clear_interrupts()
339 static int tcan4x5x_init(struct m_can_classdev *cdev) in tcan4x5x_init()
366 static int tcan4x5x_disable_wake(struct m_can_classdev *cdev) in tcan4x5x_disable_wake()
374 static int tcan4x5x_disable_state(struct m_can_classdev *cdev) in tcan4x5x_disable_state()
382 static int tcan4x5x_parse_config(struct m_can_classdev *cdev) in tcan4x5x_parse_config()
435 struct m_can_classdev *mcan_class; in tcan4x5x_can_probe()