Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.c257 bool ap_enable = false; in halbtc_leave_lps() local
262 &ap_enable); in halbtc_leave_lps()
264 if (ap_enable) { in halbtc_leave_lps()
279 bool ap_enable = false; in halbtc_enter_lps() local
284 &ap_enable); in halbtc_enter_lps()
286 if (ap_enable) { in halbtc_enter_lps()
Dhalbtc8821a1ant.c827 bool ap_enable = false; in btc8821a1ant_set_fw_ps_tdma() local
830 &ap_enable); in btc8821a1ant_set_fw_ps_tdma()
832 if (ap_enable) { in btc8821a1ant_set_fw_ps_tdma()
1516 bool ap_enable = false; in btc8821a1ant_action_bt_inquiry() local
1522 &ap_enable); in btc8821a1ant_action_bt_inquiry()
1736 bool ap_enable = false; in btc8821a1ant_action_wifi_connected() local
1766 &ap_enable); in btc8821a1ant_action_wifi_connected()
1769 coex_dm->bt_status && !ap_enable && in btc8821a1ant_action_wifi_connected()
Dhalbtc8723b1ant.c678 bool ap_enable = false; in halbtc8723b1ant_set_fw_ps_tdma() local
681 &ap_enable); in halbtc8723b1ant_set_fw_ps_tdma()
683 if (ap_enable) { in halbtc8723b1ant_set_fw_ps_tdma()
1748 bool wifi_connected = false, ap_enable = false; in halbtc8723b1ant_action_bt_inquiry() local
1752 &ap_enable); in halbtc8723b1ant_action_bt_inquiry()
2029 bool under_4way = false, ap_enable = false; in halbtc8723b1ant_action_wifi_connected() local
2059 &ap_enable); in halbtc8723b1ant_action_wifi_connected()
2062 if (!ap_enable && in halbtc8723b1ant_action_wifi_connected()
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dcoex.c1142 bool ap_enable = false; in rtw_coex_set_tdma() local
1144 if (ap_enable && (byte1 & BIT(4) && !(byte1 & BIT(5)))) { in rtw_coex_set_tdma()
2064 bool ap_enable = false; in rtw_coex_action_bt_a2dpsink() local
2072 if (ap_enable) { in rtw_coex_action_bt_a2dpsink()
2083 if (ap_enable) { in rtw_coex_action_bt_a2dpsink()
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/
Dprestera_hw.c303 u8 ap_enable; member