Home
last modified time | relevance | path

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

/linux/drivers/media/tuners/
H A Dmxl301rf.c73 u16 rf_in, rf_off; in mxl301rf_get_rf_strength() local
99 rf_off = (rf_off2 & 0x0f) << 5 | (rf_off1 >> 3); in mxl301rf_get_rf_strength()
100 level = rf_in - rf_off - (113 << 3); /* x8 dBm */ in mxl301rf_get_rf_strength()
105 *out = (rf_in - rf_off + (1 << 9) - 1) * 100 / ((5 << 9) - 2); in mxl301rf_get_rf_strength()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_pwrctrl.h67 rf_off, /* HW/SW Radio OFF or Inactive Power Save */ enumerator
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c809 wl->status.map.rf_off == BTC_LPS_RF_OFF) || in _send_fw_cmd()
1590 !wl->status.map.rf_off) { in _chk_btc_report()
2441 if ((wl_smap->rf_off || wl_smap->lps != BTC_LPS_OFF) && rpt_state != 0) in rtw89_btc_fw_en_rpt()
3015 if (!bt->enable.now || dm->wl_only || wl_smap->rf_off || in _set_rf_trx_para()
3099 if (wl->status.map.rf_off || bt->whql_test || in _set_bt_afh_info()
4428 if (wl->status.map.rf_off || btc->dm.bt_only) { in _action_wl_off()
5275 if (wl_smap->rf_off == 1 || wl_smap->lps != BTC_LPS_OFF) in _action_common()
6941 if (wl->status.map.rf_off_pre == wl->status.map.rf_off && in _run_coex()
6950 if (wl->status.map.rf_off == 1 || in _run_coex()
6979 if (wl->status.map.rf_off || wl->status.map.lps || dm->bt_only) { in _run_coex()
[all …]
/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()