Searched refs:channelId (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dida.cpp51 unsigned int RawIDA::InsertInputChannel(word32 channelId) argument
55 if (m_lastMapPosition->first == channelId)
58 if (m_lastMapPosition != m_inputChannelMap.end() && m_lastMapPosition->first == channelId)
61 m_lastMapPosition = m_inputChannelMap.find(channelId);
69 m_lastMapPosition = m_inputChannelMap.insert(InputChannelMap::value_type(channelId, (unsigned int)m_inputChannelIds.size())).first;
71 m_inputChannelIds.push_back(channelId);
79 unsigned int RawIDA::LookupInputChannel(word32 channelId) const
81 map<word32, unsigned int>::const_iterator it = m_inputChannelMap.find(channelId);
88 void RawIDA::ChannelData(word32 channelId, const byte *inString, size_t length, bool messageEnd) argument
90 int i = InsertInputChannel(channelId);
142 AddOutputChannel(word32 channelId) argument
[all...]
H A Dida.h20 void AddOutputChannel(word32 channelId);
21 void ChannelData(word32 channelId, const byte *inString, size_t length, bool messageEnd);
22 lword InputBuffered(word32 channelId) const;
37 unsigned int InsertInputChannel(word32 channelId);
38 unsigned int LookupInputChannel(word32 channelId) const;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/csp/dmac/
H A DdmacHw.c282 dmacHw_HANDLE_t dmacHw_getChannelHandle(dmacHw_ID_t channelId /* [ IN ] DMA Channel Id */
286 switch ((channelId >> 8)) {
288 dmacHw_ASSERT((channelId & 0xff) < dmaChannelCount_0);
289 idx = (channelId & 0xff);
292 dmacHw_ASSERT((channelId & 0xff) < dmaChannelCount_1);
293 idx = dmaChannelCount_0 + (channelId & 0xff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/csp/
H A DdmacHw.h217 dmacHw_HANDLE_t dmacHw_getChannelHandle(dmacHw_ID_t channelId /* [ IN ] DMA Channel Id */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_fw_if.h224 uint32_t channelId; member in struct:c011_pib

Completed in 109 milliseconds