Searched defs:m_can_ops (Results 1 – 1 of 1) sorted by relevance
62 struct m_can_ops { struct64 int (*clear_interrupts)(struct m_can_classdev *cdev);65 u32 (*read_reg)(struct m_can_classdev *cdev, int reg);66 int (*write_reg)(struct m_can_classdev *cdev, int reg, int val);67 int (*read_fifo)(struct m_can_classdev *cdev, int addr_offset, void *val, size_t val_count);68 int (*write_fifo)(struct m_can_classdev *cdev, int addr_offset,70 int (*init)(struct m_can_classdev *cdev);