Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhal_btc.h71 #define C2H_EVT_FW_CLOSE 0xFF macro
Dhal_btc.c1734 } else if (u1b_tmp != C2H_EVT_FW_CLOSE) { in rtl_8723e_c2h_command_handle()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtl8188e_spec.h1254 #define C2H_EVT_FW_CLOSE 0xFF macro
/Linux-v4.19/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
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com.c919 else if (trigger != C2H_EVT_FW_CLOSE) in c2h_evt_read_88xx()