Searched refs:i2ChanStr (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.h33 // i2ChanStr -- Channel Structure:
232 } i2ChanStr, *i2ChanStrPtr; typedef in typeref:struct:_i2ChanStr
235 // Manifests and bit-maps for elements in i2ChanStr
H A Dip2main.c910 kmalloc( sizeof(i2ChanStr) * nports, GFP_KERNEL );
938 kmalloc ( sizeof (i2ChanStr) * nports, GFP_KERNEL );
1303 i2ChanStrPtr pCh = container_of(work, i2ChanStr, tqueue_input);
1337 i2ChanStrPtr pCh = container_of(work, i2ChanStr, tqueue_status);
2925 rc = copy_to_user(argp, pCh, sizeof(i2ChanStr));
H A Di2lib.c176 memset ( pCh, 0, sizeof (i2ChanStr) * nChannels );

Completed in 50 milliseconds