Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_ioc.h687 U16 PreviousState; /* 00h */ member
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c9039 pHalData->bt_coexist.PreviousState, in btdm_BTCoexist8723AHandler()
9041 pHalData->bt_coexist.PreviousState = pHalData->bt_coexist.CurrentState; in btdm_BTCoexist8723AHandler()
10018 pHalData->bt_coexist.PreviousState = 0; in btdm_ResetFWCoexState()
10030 pHalData->bt_coexist.PreviousState = 0; in btdm_InitBtCoexistDM()
10689 pHalData->bt_coexist.PreviousState, in BTDM_UpdateCoexState()
10691 (pHalData->bt_coexist.PreviousState^pHalData->bt_coexist.CurrentState))); in BTDM_UpdateCoexState()
10692 pHalData->bt_coexist.PreviousState = pHalData->bt_coexist.CurrentState; in BTDM_UpdateCoexState()
10700 if (pHalData->bt_coexist.PreviousState == pHalData->bt_coexist.CurrentState) { in BTDM_IsSameCoexistState()
10784 if (pHalData->bt_coexist.PreviousState == pHalData->bt_coexist.CurrentState) in BTDM_IsCoexistStateChanged()
11216 pHalData->bt_coexist.PreviousState = 0; in rtl8723a_BT_init_hal_vars()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1514 u64 PreviousState; member