Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wan/
Dsbni.c116 static struct net_device *sbni_probe1(struct net_device *, unsigned long, int);
198 sbni_probe1( dev, dev->base_addr, dev->irq ) ) in sbni_isa_probe()
287 sbni_probe1( dev, ioaddr, 0 )) in sbni_init()
335 if( sbni_probe1( dev, pci_ioaddr, pci_irq_line ) ) { in sbni_pci_probe()
348 sbni_probe1( struct net_device *dev, unsigned long ioaddr, int irq ) in sbni_probe1() function