Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_ioc.h687 U16 PreviousState; /* 00h */ member
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c9035 pHalData->bt_coexist.PreviousState, in btdm_BTCoexist8723AHandler()
9037 pHalData->bt_coexist.PreviousState = pHalData->bt_coexist.CurrentState; in btdm_BTCoexist8723AHandler()
10014 pHalData->bt_coexist.PreviousState = 0; in btdm_ResetFWCoexState()
10026 pHalData->bt_coexist.PreviousState = 0; in btdm_InitBtCoexistDM()
10685 pHalData->bt_coexist.PreviousState, in BTDM_UpdateCoexState()
10687 (pHalData->bt_coexist.PreviousState^pHalData->bt_coexist.CurrentState))); in BTDM_UpdateCoexState()
10688 pHalData->bt_coexist.PreviousState = pHalData->bt_coexist.CurrentState; in BTDM_UpdateCoexState()
10696 if (pHalData->bt_coexist.PreviousState == pHalData->bt_coexist.CurrentState) { in BTDM_IsSameCoexistState()
10780 if (pHalData->bt_coexist.PreviousState == pHalData->bt_coexist.CurrentState) in BTDM_IsCoexistStateChanged()
11212 pHalData->bt_coexist.PreviousState = 0; in rtl8723a_BT_init_hal_vars()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1514 u64 PreviousState; member