Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dsbni.c117 static struct net_device *sbni_probe1(struct net_device *, unsigned long, int);
199 sbni_probe1( dev, dev->base_addr, dev->irq ) ) in sbni_isa_probe()
288 sbni_probe1( dev, ioaddr, 0 )) in sbni_init()
336 if( sbni_probe1( dev, pci_ioaddr, pci_irq_line ) ) { in sbni_pci_probe()
349 sbni_probe1( struct net_device *dev, unsigned long ioaddr, int irq ) in sbni_probe1() function