Searched refs:ctucan_probe_common (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/ctucanfd/ |
H A D | ctucanfd.h | 57 * ctucan_probe_common - Device type independent registration call 72 int ctucan_probe_common(struct device *dev, void __iomem *addr,
|
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_platform.c | 72 ret = ctucan_probe_common(dev, addr, irq, ntxbufs, 0, in ctucan_platform_probe()
|
H A D | ctucanfd_base.c | 1340 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