Home
last modified time | relevance | path

Searched refs:pu4Temp (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c964 u32 *pu4Temp; in bthci_EventAMPReceiverReport() local
977 pu4Temp = (u32 *)&PPacketIrpEvent->Data[2]; in bthci_EventAMPReceiverReport()
978 *pu4Temp = pBtHciInfo->TestEventType; in bthci_EventAMPReceiverReport()
986 pu4Temp = (u32 *)&PPacketIrpEvent->Data[10]; in bthci_EventAMPReceiverReport()
987 *pu4Temp = pBtHciInfo->TestNumOfBits; in bthci_EventAMPReceiverReport()
989 pu4Temp = (u32 *)&PPacketIrpEvent->Data[14]; in bthci_EventAMPReceiverReport()
990 *pu4Temp = pBtHciInfo->TestNumOfErrBits; in bthci_EventAMPReceiverReport()
2362 u32 *pu4Temp; in bthci_CmdReadBestEffortFlushTimeout() local
2374 pu4Temp = (u32 *)&pRetPar[1]; /* Best_Effort_Flush_Timeout */ in bthci_CmdReadBestEffortFlushTimeout()
2375 *pu4Temp = BestEffortFlushTimeout; in bthci_CmdReadBestEffortFlushTimeout()
[all …]