Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c873 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_SHORT_RANGE_MODE_CHANGE_COMPLETE)) { in bthci_EventShortRangeModeChangeComplete()
899 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_FLOW_SPEC_MODIFY_COMPLETE)) { in bthci_EventSendFlowSpecModifyComplete()
1012 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_CHANNEL_SELECT)) { in bthci_EventChannelSelected()
1042 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_DISCONNECT_PHY_LINK_COMPLETE)) { in bthci_EventDisconnectPhyLinkComplete()
1077 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_PHY_LINK_COMPLETE)) { in bthci_EventPhysicalLinkComplete()
1149 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_LOGICAL_LINK_COMPLETE)) { in bthci_EventLogicalLinkComplete()
1191 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_DISCONNECT_LOGICAL_LINK_COMPLETE)) { in bthci_EventDisconnectLogicalLinkComplete()
1522 pBtHciInfo->BTEventMaskPage2 = 0; in bthci_ResetBtHciInfo()
2154 pBtHciInfo->BTEventMaskPage2 = *pu8Temp; in bthci_CmdSetEventMaskPage2()
2156 pBtHciInfo->BTEventMaskPage2)); in bthci_CmdSetEventMaskPage2()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h960 u64 BTEventMaskPage2; member