Home
last modified time | relevance | path

Searched refs:ctucan_probe_common (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/can/ctucanfd/
H A Dctucanfd.h57 * ctucan_probe_common - Device type independent registration call
72 int ctucan_probe_common(struct device *dev, void __iomem *addr,
H A Dctucanfd_pci.c170 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 Dctucanfd_platform.c72 ret = ctucan_probe_common(dev, addr, irq, ntxbufs, 0, in ctucan_platform_probe()
H A Dctucanfd_base.c1340 int ctucan_probe_common(struct device *dev, void __iomem *addr, int irq, unsigned int ntxbufs, in ctucan_probe_common() function
1452 EXPORT_SYMBOL(ctucan_probe_common); variable

Completed in 3 milliseconds