Searched refs:ctucan_probe_common (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/can/ctucanfd/ |
H A D | ctucanfd_pci.c | 170 ret = ctucan_probe_common(dev, addr, irq, ntxbufs, 100000000, in ctucan_pci_probe() 179 ret = ctucan_probe_common(dev, addr, irq, ntxbufs, 100000000, in ctucan_pci_probe()
|
H A D | ctucanfd.h | 72 int ctucan_probe_common(struct device *dev, void __iomem *addr,
|
H A D | ctucanfd_platform.c | 72 ret = ctucan_probe_common(dev, addr, irq, ntxbufs, 0, in ctucan_platform_probe()
|
H A D | ctucanfd_base.c | 1342 int ctucan_probe_common(struct device *dev, void __iomem *addr, int irq, unsigned int ntxbufs, in ctucan_probe_common() function 1454 EXPORT_SYMBOL(ctucan_probe_common);
|