Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c754 u16 OGF, in bthci_CommandCompleteHeader() argument
764 PPacketIrpEvent->Data[1] = HCIOPCODELOW(OCF, OGF); in bthci_CommandCompleteHeader()
765 PPacketIrpEvent->Data[2] = HCIOPCODEHIGHT(OCF, OGF); in bthci_CommandCompleteHeader()
767 if (OGF == OGF_EXTENSION) { in bthci_CommandCompleteHeader()
771 NumHCI_Comm, (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), status, OGF, OCF)); in bthci_CommandCompleteHeader()
775 NumHCI_Comm, (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), status, OGF, OCF)); in bthci_CommandCompleteHeader()
780 NumHCI_Comm, (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), status, OGF, OCF)); in bthci_CommandCompleteHeader()
1107 u8 OGF, in bthci_EventCommandStatus() argument
1118 (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), OGF, OCF, HciStatus, Num_Hci_Comm)); in bthci_EventCommandStatus()
1125 PPacketIrpEvent->Data[2] = HCIOPCODELOW(OCF, OGF); in bthci_EventCommandStatus()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h767 u16 OGF:6; member