Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c755 u16 OGF, in bthci_CommandCompleteHeader() argument
765 PPacketIrpEvent->Data[1] = HCIOPCODELOW(OCF, OGF); in bthci_CommandCompleteHeader()
766 PPacketIrpEvent->Data[2] = HCIOPCODEHIGHT(OCF, OGF); in bthci_CommandCompleteHeader()
768 if (OGF == OGF_EXTENSION) { in bthci_CommandCompleteHeader()
772 NumHCI_Comm, (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), status, OGF, OCF)); in bthci_CommandCompleteHeader()
776 NumHCI_Comm, (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), status, OGF, OCF)); in bthci_CommandCompleteHeader()
781 NumHCI_Comm, (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), status, OGF, OCF)); in bthci_CommandCompleteHeader()
1108 u8 OGF, in bthci_EventCommandStatus() argument
1119 (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), OGF, OCF, HciStatus, Num_Hci_Comm)); in bthci_EventCommandStatus()
1126 PPacketIrpEvent->Data[2] = HCIOPCODELOW(OCF, OGF); in bthci_EventCommandStatus()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h767 u16 OGF:6; member