Home
last modified time | relevance | path

Searched refs:C2H_EVT_FW_CLOSE (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhal_btc.h50 #define C2H_EVT_FW_CLOSE 0xFF macro
Dhal_btc.c1712 } else if (u1b_tmp != C2H_EVT_FW_CLOSE) { in rtl_8723e_c2h_command_handle()
/drivers/staging/rtl8188eu/include/
Drtl8188e_spec.h1253 #define C2H_EVT_FW_CLOSE 0xFF macro
/drivers/staging/rtl8723bs/include/
Dhal_com_reg.h1666 #define C2H_EVT_FW_CLOSE 0xFF /* Set by FW indicating that FW had set the C2H command message and… macro
/drivers/staging/rtl8723bs/hal/
Dhal_com.c915 else if (trigger != C2H_EVT_FW_CLOSE) in c2h_evt_read_88xx()