Home
last modified time | relevance | path

Searched refs:m_can_pci_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/can/m_can/
H A Dm_can_pci.c24 struct m_can_pci_priv { struct
30 static inline struct m_can_pci_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() argument
32 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()
157 struct m_can_pci_priv *priv = cdev_to_priv(mcan_class); in m_can_pci_remove()