Home
last modified time | relevance | path

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

/linux/drivers/nfc/st95hf/
H A Dcore.c901 static int rf_off(struct st95hf_context *stcontext) in rf_off() function
1030 return rf_off(stcontext); in st95hf_switch_rf()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1035 wl->status.map.rf_off == BTC_LPS_RF_OFF) || in _send_fw_cmd()
2029 !wl->status.map.rf_off) { in _chk_btc_report()
4037 if (wl_smap->rf_off || wl_smap->lps == BTC_LPS_RF_OFF) in _set_rf_trx_para_v9()
4171 if (!bt->enable.now || dm->wl_only || wl_smap->rf_off || in _set_rf_trx_para()
4461 if (btc->manual_ctrl || wl->status.map.rf_off || in _set_bt_afh_info()
5738 if (wl->status.map.rf_off || btc->dm.bt_only) in _action_wl_off()
6630 if (wl_smap->rf_off == 1 || wl_smap->lps != BTC_LPS_OFF) { in _set_fw_report_map()
8455 if (wl->status.map.rf_off_pre == wl->status.map.rf_off && in _run_coex()
8465 if (wl->status.map.rf_off == 1 || in _run_coex()
8499 if (wl->status.map.rf_off || dm->bt_only || wl->status.map.lps) { in _run_coex()
[all …]
H A Dcore.h1586 u32 rf_off: 1; member