Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c872 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_SHORT_RANGE_MODE_CHANGE_COMPLETE)) { in bthci_EventShortRangeModeChangeComplete()
898 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_FLOW_SPEC_MODIFY_COMPLETE)) { in bthci_EventSendFlowSpecModifyComplete()
1011 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_CHANNEL_SELECT)) { in bthci_EventChannelSelected()
1041 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_DISCONNECT_PHY_LINK_COMPLETE)) { in bthci_EventDisconnectPhyLinkComplete()
1076 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_PHY_LINK_COMPLETE)) { in bthci_EventPhysicalLinkComplete()
1148 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_LOGICAL_LINK_COMPLETE)) { in bthci_EventLogicalLinkComplete()
1190 if (!(pBtHciInfo->BTEventMaskPage2 & EMP2_HCI_EVENT_DISCONNECT_LOGICAL_LINK_COMPLETE)) { in bthci_EventDisconnectLogicalLinkComplete()
1521 pBtHciInfo->BTEventMaskPage2 = 0; in bthci_ResetBtHciInfo()
2153 pBtHciInfo->BTEventMaskPage2 = *pu8Temp; in bthci_CmdSetEventMaskPage2()
2155 pBtHciInfo->BTEventMaskPage2)); in bthci_CmdSetEventMaskPage2()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h960 u64 BTEventMaskPage2; member