Searched refs:m_can_pci_priv (Results 1 – 1 of 1) sorted by relevance
24 struct m_can_pci_priv { struct30 static inline struct m_can_pci_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() argument32 return container_of(cdev, struct m_can_pci_priv, cdev); in cdev_to_priv()37 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_read_reg()44 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_read_fifo()58 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_write_reg()68 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_write_fifo()91 struct m_can_pci_priv *priv; in m_can_pci_probe()113 sizeof(struct m_can_pci_priv)); in m_can_pci_probe()155 struct m_can_pci_priv *priv = cdev_to_priv(mcan_class); in m_can_pci_remove()