Home
last modified time | relevance | path

Searched refs:CurrentState (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c6360 pHalData->bt_coexist.CurrentState |= BT_COEX_STATE_BT_IDLE; in BTDM_1AntFwC2hBtInfo8723A()
6391 pHalData->bt_coexist.CurrentState &= in BTDM_1AntFwC2hBtInfo8723A()
9036 pHalData->bt_coexist.CurrentState)); in btdm_BTCoexist8723AHandler()
9037 pHalData->bt_coexist.PreviousState = pHalData->bt_coexist.CurrentState; in btdm_BTCoexist8723AHandler()
9040 if (pHalData->bt_coexist.CurrentState & BT_COEX_STATE_BT30) in btdm_BTCoexist8723AHandler()
9042 if (pHalData->bt_coexist.CurrentState & BT_COEX_STATE_WIFI_HT20) in btdm_BTCoexist8723AHandler()
9044 if (pHalData->bt_coexist.CurrentState & BT_COEX_STATE_WIFI_HT40) in btdm_BTCoexist8723AHandler()
9046 if (pHalData->bt_coexist.CurrentState & BT_COEX_STATE_WIFI_LEGACY) in btdm_BTCoexist8723AHandler()
9048 if (pHalData->bt_coexist.CurrentState & BT_COEX_STATE_WIFI_RSSI_LOW) in btdm_BTCoexist8723AHandler()
9050 if (pHalData->bt_coexist.CurrentState & BT_COEX_STATE_WIFI_RSSI_MEDIUM) in btdm_BTCoexist8723AHandler()
[all …]
/linux-4.4.14/drivers/video/fbdev/nvidia/
Dnv_type.h99 RIVA_HW_STATE *CurrentState; member
Dnv_hw.c75 int cur = par->CurrentState->cursor1; in NVShowHideCursor()
77 par->CurrentState->cursor1 = (par->CurrentState->cursor1 & 0xFE) | in NVShowHideCursor()
80 VGA_WR08(par->PCIO, 0x3D5, par->CurrentState->cursor1); in NVShowHideCursor()
1512 par->CurrentState = NULL; in NVLoadStateExt()
1609 par->CurrentState = state; in NVLoadStateExt()
/linux-4.4.14/drivers/video/fbdev/riva/
Driva_hw.h476 struct _riva_hw_state *CurrentState; member
Driva_hw.c126 cursor = chip->CurrentState->cursor1; in ShowHideCursor()
127 chip->CurrentState->cursor1 = (chip->CurrentState->cursor1 & 0xFE) | in ShowHideCursor()
130 VGA_WR08(chip->PCIO, 0x3D5, chip->CurrentState->cursor1); in ShowHideCursor()
1731 chip->CurrentState = state; in LoadStateExt()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1513 u64 CurrentState; member