Searched refs:LookAhead (Results 1 – 4 of 4) sorted by relevance
218 u8 LookAhead[4]; /* 4 byte lookahead */227 u8 LookAhead[4]; /* 4 byte lookahead */
152 ((u8 *)(&pNextLookAheads[0]))[0] = pLookAhead->LookAhead[0]; in HTCProcessTrailer()153 ((u8 *)(&pNextLookAheads[0]))[1] = pLookAhead->LookAhead[1]; in HTCProcessTrailer()154 ((u8 *)(&pNextLookAheads[0]))[2] = pLookAhead->LookAhead[2]; in HTCProcessTrailer()155 ((u8 *)(&pNextLookAheads[0]))[3] = pLookAhead->LookAhead[3]; in HTCProcessTrailer()191 ((u8 *)(&pNextLookAheads[i]))[0] = pBundledLookAheadRpt->LookAhead[0]; in HTCProcessTrailer()192 ((u8 *)(&pNextLookAheads[i]))[1] = pBundledLookAheadRpt->LookAhead[1]; in HTCProcessTrailer()193 ((u8 *)(&pNextLookAheads[i]))[2] = pBundledLookAheadRpt->LookAhead[2]; in HTCProcessTrailer()194 ((u8 *)(&pNextLookAheads[i]))[3] = pBundledLookAheadRpt->LookAhead[3]; in HTCProcessTrailer()499 static INLINE void SetRxPacketIndicationFlags(u32 LookAhead, in SetRxPacketIndicationFlags() argument503 struct htc_frame_hdr *pHdr = (struct htc_frame_hdr *)&LookAhead; in SetRxPacketIndicationFlags()
97 *pLookAhead = events.LookAhead; in DevPollMboxMsgRecv()324 lookAhead = pEvents->LookAhead; in DevGetEventAsyncHandler()509 lookAhead = events.LookAhead; in ProcessPendingIRQs()
347 u32 LookAhead; member