Searched refs:Value (Results 1 - 25 of 134) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dcontrol.h39 #define CONTROLnsRequestOut(Device, Request, Value, Index, Length, Buffer) \
40 PIPEnsControlOut(Device, Request, Value, Index, Length, Buffer)
42 #define CONTROLnsRequestOutAsyn(Device, Request, Value, Index, Length, Buffer) \
43 PIPEnsControlOutAsyn(Device, Request, Value, Index, Length, Buffer)
45 #define CONTROLnsRequestIn(Device, Request, Value, Index, Length, Buffer) \
46 PIPEnsControlIn(Device, Request, Value, Index, Length, Buffer)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_type.h60 unsigned long Value; member in struct:rt_rtmp_reg_pair
65 u8 Value; member in struct:rt_reg_pair
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dbitfield.h83 * Value Bit-field value.
90 #define FInsrt(Value, Field) \
91 (UData (Value) << FShft (Field))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Dbitfield.h83 * Value Bit-field value.
90 #define FInsrt(Value, Field) \
91 (UData (Value) << FShft (Field))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dargmatch.h61 # define invalid_arg(Context, Value, Problem) \
62 argmatch_invalid (Context, Value, Problem)
98 # define ARGMATCH_TO_ARGUMENT(Value, Arglist, Vallist) \
99 argmatch_to_argument (Value, Arglist, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dreader.py46 reader.Value() != "content of c":
127 if reader.Value() != "urn:1":
136 if reader.Value() != "urn:2":
145 if reader.Value() != "b":
154 if reader.Value() != "a:b":
166 if reader.Value() != "urn:1":
172 if reader.Value() != "urn:2":
178 if reader.Value() != "b":
184 if reader.Value() != "a:b":
190 if reader.Value() !
[all...]
H A Dreader4.py19 reader.Value(), reader.IsEmptyElement())
23 reader.Name(),reader.Value())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dreader.py46 reader.Value() != "content of c":
127 if reader.Value() != "urn:1":
136 if reader.Value() != "urn:2":
145 if reader.Value() != "b":
154 if reader.Value() != "a:b":
166 if reader.Value() != "urn:1":
172 if reader.Value() != "urn:2":
178 if reader.Value() != "b":
184 if reader.Value() != "a:b":
190 if reader.Value() !
[all...]
H A Dreader4.py19 reader.Value(), reader.IsEmptyElement())
23 reader.Name(),reader.Value())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DUnitTests.cs88 Assert.AreEqual( 0, crc32.Value );
91 Assert.AreEqual( 1, crc32.Value );
94 Assert.AreEqual( 556, crc32.Value );
103 Assert.AreEqual( 0x70e46888, crc32.Value );
107 Assert.AreEqual( 0x0e5c1a120, crc32.Value );
111 Assert.AreEqual(0x43b6aa94, crc32.Value);
122 Assert.AreEqual(0, adler.Value);
125 Assert.AreEqual( 1, adler.Value );
128 Assert.AreEqual( 556, adler.Value );
137 Assert.AreEqual( 0x5b001d, adler.Value );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192S_Efuse.h58 EFUSE_Write1Byte(struct net_device* dev,u16 Address,u8 Value);
68 EFUSE_ShadowRead(struct net_device* dev,unsigned char Type,unsigned short Offset,u32 *Value);
70 EFUSE_ShadowWrite(struct net_device* dev,unsigned char Type,unsigned short Offset,u32 Value);
H A Dr8192S_Efuse.c118 EFUSE_Write1Byte(struct net_device* dev, u16 Address,u8 Value);
124 efuse_ShadowRead1Byte(struct net_device* dev,u16 Offset,u8 *Value);
126 efuse_ShadowRead2Byte(struct net_device* dev, u16 Offset,u16 *Value );
128 efuse_ShadowRead4Byte(struct net_device* dev, u16 Offset,u32 *Value );
130 efuse_ShadowWrite1Byte(struct net_device* dev, u16 Offset, u8 Value);
132 efuse_ShadowWrite2Byte(struct net_device* dev, u16 Offset,u16 Value);
134 efuse_ShadowWrite4Byte(struct net_device* dev, u16 Offset,u32 Value);
304 EFUSE_Write1Byte(struct net_device* dev, u16 Address,u8 Value) argument
312 write_nic_byte(dev, EFUSE_CTRL, Value);
658 EFUSE_ShadowRead( struct net_device* dev, u8 Type, u16 Offset, u32 *Value) argument
686 EFUSE_ShadowWrite( struct net_device* dev, u8 Type, u16 Offset,u32 Value) argument
868 efuse_ShadowRead1Byte(struct net_device* dev, u16 Offset, u8 *Value) argument
878 efuse_ShadowRead2Byte(struct net_device* dev, u16 Offset, u16 *Value) argument
889 efuse_ShadowRead4Byte(struct net_device* dev, u16 Offset, u32 *Value) argument
921 efuse_ShadowWrite1Byte(struct net_device* dev, u16 Offset, u8 Value) argument
931 efuse_ShadowWrite2Byte(struct net_device* dev, u16 Offset, u16 Value) argument
942 efuse_ShadowWrite4Byte(struct net_device* dev, u16 Offset, u32 Value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DUnitTests.cs88 Assert.AreEqual( 0, crc32.Value );
91 Assert.AreEqual( 1, crc32.Value );
94 Assert.AreEqual( 556, crc32.Value );
103 Assert.AreEqual( 0x70e46888, crc32.Value );
107 Assert.AreEqual( 0x0e5c1a120, crc32.Value );
111 Assert.AreEqual(0x43b6aa94, crc32.Value);
122 Assert.AreEqual(0, adler.Value);
125 Assert.AreEqual( 1, adler.Value );
128 Assert.AreEqual( 556, adler.Value );
137 Assert.AreEqual( 0x5b001d, adler.Value );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DUnitTests.cs88 Assert.AreEqual( 0, crc32.Value );
91 Assert.AreEqual( 1, crc32.Value );
94 Assert.AreEqual( 556, crc32.Value );
103 Assert.AreEqual( 0x70e46888, crc32.Value );
107 Assert.AreEqual( 0x0e5c1a120, crc32.Value );
111 Assert.AreEqual(0x43b6aa94, crc32.Value);
122 Assert.AreEqual(0, adler.Value);
125 Assert.AreEqual( 1, adler.Value );
128 Assert.AreEqual( 556, adler.Value );
137 Assert.AreEqual( 0x5b001d, adler.Value );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DUnitTests.cs88 Assert.AreEqual( 0, crc32.Value );
91 Assert.AreEqual( 1, crc32.Value );
94 Assert.AreEqual( 556, crc32.Value );
103 Assert.AreEqual( 0x70e46888, crc32.Value );
107 Assert.AreEqual( 0x0e5c1a120, crc32.Value );
111 Assert.AreEqual(0x43b6aa94, crc32.Value);
122 Assert.AreEqual(0, adler.Value);
125 Assert.AreEqual( 1, adler.Value );
128 Assert.AreEqual( 556, adler.Value );
137 Assert.AreEqual( 0x5b001d, adler.Value );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusbus428ctldefs.h68 Value; member in struct:us428_setByte
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chips/
H A Drt30xx.c100 u32 Value; local
123 RTMP_IO_READ32(pAd, GPIO_CTRL_CFG, &Value);
124 Value &= ~(0x0808);
125 RTMP_IO_WRITE32(pAd, GPIO_CTRL_CFG, Value);
137 RTMP_IO_READ32(pAd, GPIO_CTRL_CFG, &Value);
138 Value &= ~(0x0808);
139 Value |= 0x08;
140 RTMP_IO_WRITE32(pAd, GPIO_CTRL_CFG, Value);
155 Return Value:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Ddrv_libxml2.py191 value = _d(reader.Value())
220 attrs[attName] = _d(reader.Value())
238 self._cont_handler.characters(_d(reader.Value()))
241 self._cont_handler.ignorableWhitespace(_d(reader.Value()))
244 self._cont_handler.characters(_d(reader.Value()))
249 self._cont_handler.characters(_d(reader.Value()))
264 _d(reader.Name()),_d(reader.Value()))
268 self.__lex_handler.comment(_d(reader.Value()))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Ddrv_libxml2.py191 value = _d(reader.Value())
220 attrs[attName] = _d(reader.Value())
238 self._cont_handler.characters(_d(reader.Value()))
241 self._cont_handler.ignorableWhitespace(_d(reader.Value()))
244 self._cont_handler.characters(_d(reader.Value()))
249 self._cont_handler.characters(_d(reader.Value()))
264 _d(reader.Name()),_d(reader.Value()))
268 self.__lex_handler.comment(_d(reader.Value()))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_io.c50 Return Value:
78 Return Value:
132 Return Value:
161 Return Value:
188 u16 index = 0, Value; local
195 Value = (u16)(*pSrc | (*(pSrc + 1) << 8));
196 Status = RTUSBSingleWrite(pAd, Offset + index, Value);
206 u16 Offset, u16 Value)
213 0x2, Value, Offset, NULL, 0);
226 Return Value
205 RTUSBSingleWrite(struct rt_rtmp_adapter *pAd, u16 Offset, u16 Value) argument
269 RTUSBWriteMACRegister(struct rt_rtmp_adapter *pAd, u16 Offset, u32 Value) argument
386 RTUSBWriteBBPRegister(struct rt_rtmp_adapter *pAd, u8 Id, u8 Value) argument
440 RTUSBWriteRFRegister(struct rt_rtmp_adapter *pAd, u32 Value) argument
834 RTUSB_VendorRequest(struct rt_rtmp_adapter *pAd, u32 TransferFlags, u8 RequestType, u8 Request, u16 Value, u16 Index, void *TransferBuffer, u32 TransferBufferLength) argument
1968 u32 WCIDAttri, Value; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dnsp_io.h22 unsigned char Value);
56 unsigned char Value)
59 outb(Value, BaseAddr + DATAREG);
54 nsp_index_write(unsigned int BaseAddr, unsigned int Register, unsigned char Value) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Dledctrl.cpp130 void wxLEDNumberCtrl::SetValue(wxString const &Value, bool Redraw) argument
132 if (Value != m_Value)
135 if (!Value.empty())
137 for(size_t i=0; i<Value.Length(); i++) {
138 wxChar ch = Value[i];
145 m_Value = Value;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtwinhnd.tex28 Value of this attribute is identical to value of m\_Parser. The only different
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dconnect.c1170 u8 Value = 0, idx = 0, HashIdx = 0; local
1202 RTMP_BBP_IO_READ8_BY_REG_ID(pAd, BBP_R3, &Value);
1204 Value |= (0x10);
1206 Value |= (0x8);
1208 Value |= (0x0);
1210 RTMP_BBP_IO_WRITE8_BY_REG_ID(pAd, BBP_R3, Value);
1211 pAd->StaCfg.BBPR3 = Value;
1231 RTMP_BBP_IO_READ8_BY_REG_ID(pAd, BBP_R4, &Value);
1232 Value &= (~0x01);
1233 Value |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/gizmos/
H A Dledctrl.h54 void SetValue(const wxString &Value, bool Redraw = true);

Completed in 787 milliseconds

123456