Searched refs:Channels (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmaintidi.c166 pLib->Channels = SuperTraceGetNumberOfChannels (pLib->hAdapter);
174 LINE_PARSE_ENTRIES + 1) * pLib->Channels;
277 } else if ((pLib->ChannelsTraceActive < pLib->Channels) && pLib->ChannelsTraceActive) {
278 pLib->ChannelsTraceActive = pLib->Channels;
280 } else if (pLib->ModemTraceActive < pLib->Channels) {
281 pLib->ModemTraceActive = pLib->Channels;
283 } else if (pLib->FaxTraceActive < pLib->Channels) {
284 pLib->FaxTraceActive = pLib->Channels;
302 pLib->ChannelsTraceActive = pLib->Channels;
306 pLib->FaxTraceActive = pLib->Channels;
[all...]
H A Dmaintidi.h60 int Channels; member in struct:_diva_strace_context
H A Ddivasfunc.c73 d.channels = IoAdapters[card - 1]->Properties.Channels;
H A Dio.h127 dword Channels ; member in struct:_ISDN_ADAPTER
H A Dos_pri.c208 a->xdi_adapter.Channels = CardProperties[a->CardOrdinal].Channels;
310 a->xdi_adapter.Channels = 0;
H A Dcapi20.h65 word Channels; member in struct:api_profile_s
H A Ddivasproc.c302 len += sprintf(page + len, "Channels : %02d\n",
303 IoAdapter->Properties.Channels);
H A Dos_4bri.c335 diva_current->xdi_adapter.Channels =
336 CardProperties[a->CardOrdinal].Channels;
H A Dos_bri.c223 a->xdi_adapter.Channels = CardProperties[a->CardOrdinal].Channels;
H A Dcapifunc.c590 a->profile.Channels = card->d.channels;
616 a->li_pri = (a->profile.Channels > 2);
H A Dcardtype.h259 unsigned char Channels; /* # of channels per adapter */ member in struct:CARD_PROPERTIES
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c1683 Initialize the Controller Channels, Targets, Memory Size, and SAF-TE
1686 Controller->Channels = Enquiry2->ActualChannels;
1821 Initialize the Controller Channels, Targets, and Memory Size.
1823 Controller->Channels = ControllerInfo->NumberOfPhysicalChannelsPresent;
1905 DAC960_Info(" Firmware Version: %s, Channels: %d, Memory Size: %dMB\n",
1907 Controller->Channels, Controller->MemorySize);
1974 for (Channel = 0; Channel < Controller->Channels; Channel++) {
1993 for (Channel = 0; Channel < Controller->Channels; Channel++)
2035 for (Channel = 0; Channel < Controller->Channels; Channel++)
2226 for (Channel = 0; Channel < Controller->Channels; Channe
[all...]
H A DDAC960.h30 Define the maximum number of Controller Channels supported by DAC960
1888 unsigned char Channels; member in struct:DAC960_ControllerInfo
2295 unsigned char Channels; member in struct:DAC960_Controller

Completed in 207 milliseconds