Searched refs:channelOptions (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.h198 USHORT channelOptions; // See below member in struct:_i2ChanStr
293 // channelOptions
319 #define i2SetOption(pCh, option) pCh->channelOptions |= option
320 #define i2ClrOption(pCh, option) pCh->channelOptions &= ~option
H A Di2lib.c235 pCh->channelOptions = 0;
905 // room for all the data? If pCh->channelOptions & CO_NBLOCK_WRITE is set, then
H A Dip2main.c1581 pCh->channelOptions |= CO_NBLOCK_WRITE;

Completed in 32 milliseconds