Searched refs:i2InitChannels (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.h330 static int i2InitChannels(i2eBordStrPtr, int, i2ChanStrPtr);
H A Dip2main.c915 if ( !i2InitChannels( pB, nports, pCh ) ) {
916 printk(KERN_ERR "IP2: i2InitChannels failed: %d\n",pB->i2eError);
945 if ( !i2InitChannels( pB, nports, pCh ) ) {
946 printk(KERN_ERR "IP2: i2InitChannels failed: %d\n",pB->i2eError);
H A Di2lib.c128 // Function: i2InitChannels(pB, nChannels, pCh)
147 i2InitChannels ( i2eBordStrPtr pB, int nChannels, i2ChanStrPtr pCh) function

Completed in 92 milliseconds