Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c963 u32 *pu4Temp; in bthci_EventAMPReceiverReport() local
976 pu4Temp = (u32 *)&PPacketIrpEvent->Data[2]; in bthci_EventAMPReceiverReport()
977 *pu4Temp = pBtHciInfo->TestEventType; in bthci_EventAMPReceiverReport()
985 pu4Temp = (u32 *)&PPacketIrpEvent->Data[10]; in bthci_EventAMPReceiverReport()
986 *pu4Temp = pBtHciInfo->TestNumOfBits; in bthci_EventAMPReceiverReport()
988 pu4Temp = (u32 *)&PPacketIrpEvent->Data[14]; in bthci_EventAMPReceiverReport()
989 *pu4Temp = pBtHciInfo->TestNumOfErrBits; in bthci_EventAMPReceiverReport()
2361 u32 *pu4Temp; in bthci_CmdReadBestEffortFlushTimeout() local
2373 pu4Temp = (u32 *)&pRetPar[1]; /* Best_Effort_Flush_Timeout */ in bthci_CmdReadBestEffortFlushTimeout()
2374 *pu4Temp = BestEffortFlushTimeout; in bthci_CmdReadBestEffortFlushTimeout()
[all …]