Home
last modified time | relevance | path

Searched defs:Length (Results 1 – 25 of 67) sorted by relevance

123

/linux-2.6.39/drivers/staging/vt6656/
Dcontrol.h39 #define CONTROLnsRequestOut(Device, Request, Value, Index, Length, Buffer) \ argument
42 #define CONTROLnsRequestOutAsyn(Device, Request, Value, Index, Length, Buffer) \ argument
45 #define CONTROLnsRequestIn(Device, Request, Value, Index, Length, Buffer) \ argument
/linux-2.6.39/drivers/staging/rt2860/
Drt_pci_rbus.c83 unsigned long Length, in RTMP_AllocateTxDescMemory()
98 unsigned long Length, in RTMP_AllocateMgmtDescMemory()
113 unsigned long Length, in RTMP_AllocateRxDescMemory()
128 unsigned long Length, in RTMP_FreeDescMemory()
141 unsigned long Length, in RTMP_AllocateFirstTxBuffer()
154 unsigned long Length, in RTMP_FreeFirstTxBuffer()
175 unsigned long Length, in RTMP_AllocateSharedMemory()
199 unsigned long Length, in RTMP_AllocateRxPacketBuffer()
Doid.h154 unsigned long Length; /* Length of structure */ member
207 unsigned long Length; /* Length of structure */ member
214 unsigned long Length; /* Length of structure */ member
222 unsigned long Length; /* Length of structure */ member
269 u32 Length; /* Length of this structure */ member
283 u32 Length; /* Length of this structure */ member
298 u32 Length; /* Length of this structure */ member
304 u32 Length; /* Length of this structure */ member
344 unsigned long Length; /* Length of this structure */ member
363 unsigned long Length; /* Length of this structure */ member
[all …]
Drt_linux.h317 #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length) argument
318 #define NdisCopyMemory(Destination, Source, Length) memcpy(Destination, Source, Length) argument
319 #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length) argument
320 #define NdisFillMemory(Destination, Length, Fill) memset(Destination, Fill, Length) argument
321 #define NdisCmpMemory(Destination, Source, Length) memcmp(Destination, Source, Length) argument
322 #define NdisEqualMemory(Source1, Source2, Length) (!memcmp(Source1, Source2, Length)) argument
323 #define RTMPEqualMemory(Source1, Source2, Length) (!memcmp(Source1, Source2, Length)) argument
Drtusb_io.h83 u16 Length; member
Drt_linux.c182 unsigned long Length) in RTMP_AllocateFragPacketBuffer()
201 unsigned long Length, in RTMP_AllocateTxPacketBuffer()
/linux-2.6.39/drivers/staging/rtl8712/
Dwlan_bssdef.h29 u32 Length; /* Length of structure */ member
40 u32 Length; /* Length of structure */ member
73 u32 Length; member
134 u32 Length; member
147 u32 Length; /* Length of this structure */ member
156 u32 Length; /* Length of this structure */ member
162 u32 Length; /* Length of this structure */ member
226 u32 Length; member
/linux-2.6.39/drivers/staging/rt2860/common/
Dee_efuse.c77 u16 Offset, u16 Length, u16 * pData) in eFuseReadRegisters()
154 u16 Length, u16 * pData) in eFusePhysicalReadRegisters()
226 u16 Length = pInBuf[1]; /*length */ in eFuseReadPhysical() local
Drtmp_init.c2389 unsigned long RTMPCompareMemory(void *pSrc1, void *pSrc2, unsigned long Length) in RTMPCompareMemory()
2429 void RTMPZeroMemory(void *pSrc, unsigned long Length) in RTMPZeroMemory()
2462 void RTMPMoveMemory(void *pDest, void *pSrc, unsigned long Length) in RTMPMoveMemory()
Dcmm_data.c108 u8 QueIdx, u8 *pData, u32 Length) in MiniportMMRequest()
976 unsigned long Length, in RTMPWriteTxWI()
/linux-2.6.39/include/linux/usb/
Dassociation.h63 __le16 Length; member
111 __le32 Length; member
129 __le32 Length; member
145 __le16 Length; member
/linux-2.6.39/drivers/usb/storage/
Dtransport.h55 __u8 Length; /* of of the CDB */ member
/linux-2.6.39/drivers/net/tokenring/
Dtms380tr.c1923 unsigned short Address, int Length) in tms380tr_read_ram()
2068 unsigned int Length, Length2; in tms380tr_rcv_status_irq() local
2237 unsigned int Length) in tms380tr_update_rcv_stats()
/linux-2.6.39/drivers/staging/keucr/
Dtransport.h15 __u8 Length; /* of of the CDB */ member
/linux-2.6.39/drivers/staging/rtl8192u/
Dr819xU_firmware.c113 u32 Length in fwSendNullPacket()
/linux-2.6.39/drivers/staging/rt2860/sta/
Dsanity.c99 unsigned long Length = 0; in PeerAssocRspSanity() local
/linux-2.6.39/drivers/staging/ath6kl/miscdrv/
Dar3kconfig.c54 int Length) in SendHCICommand()
/linux-2.6.39/drivers/usb/serial/
Dio_usbvend.h343 __u8 Length; // Descriptor Length (per USB spec) member
432 __u8 Length; // F00 Desc length for what follows, per USB (= C0h ) member
532 __u8 Length; // C0 Desc length, per USB (= 40h) member
620 __le16 Length; member
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dhci_bridge.c1023 static struct sk_buff* bt_alloc_buffer(struct ar6k_hci_bridge_info *pHcidevInfo, int Length)
1064 static struct sk_buff* bt_alloc_buffer(struct ar6k_hci_bridge_info *pHcidevInfo, int Length)
/linux-2.6.39/drivers/isdn/hardware/eicon/
Ds_4bri.c187 dword *Length, dword *code) { in qBri_check_FPGAsrc()
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k_gmbox.c480 static int ProcessCreditCounterReadBuffer(u8 *pBuffer, int Length) in ProcessCreditCounterReadBuffer()
/linux-2.6.39/drivers/staging/vt6655/
Dmib.h42 unsigned long Length; // Length of structure member
141 unsigned long Length; member
180 unsigned long Length; member
/linux-2.6.39/drivers/staging/winbond/
Dwb35reg.c644 u32 CardComputeCrc(u8 *Buffer, u32 Length) in CardComputeCrc()
/linux-2.6.39/fs/cifs/
Dntlmssp.h86 __le16 Length; member
/linux-2.6.39/drivers/staging/bcm/
DIoctl.h7 ULONG Length; member
14 ULONG Length; member

123