Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_pwrctrl.c23 if (rf_off == pwrpriv->change_rfpwrstate) { in _ips_enter()
30 pwrpriv->rf_pwrstate = rf_off; in _ips_enter()
53 if ((pwrpriv->rf_pwrstate == rf_off) && (!pwrpriv->bips_processing)) { in _ips_leave()
168 pwrpriv->change_rfpwrstate = rf_off; in rtw_ps_processor()
521 if (pwrpriv->rf_pwrstate == rf_off) in LeaveAllPowerSaveModeDirect()
552 if (adapter_to_pwrctl(Adapter)->rf_pwrstate == rf_off) { in LeaveAllPowerSaveMode()
1064 if (rf_off == pwrpriv->rf_pwrstate) { in _rtw_pwr_wakeup()
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Drtw_pwrctrl.h67 rf_off, /* HW/SW Radio OFF or Inactive Power Save */ enumerator
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c938 if (pwrctl->rf_pwrstate == rf_off) in netdev_close()
1011 if (rtw_hal_check_ips_status(padapter) || pwrctl->rf_pwrstate == rf_off) { in rtw_dev_unload()
1084 if ((rtw_hal_check_ips_status(padapter)) || (adapter_to_pwrctl(padapter)->rf_pwrstate == rf_off)) in rtw_suspend_normal()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1599 !wl->status.map.rf_off) { in _chk_btc_report()
3108 if (wl->status.map.rf_off || bt->whql_test || in _set_bt_afh_info()
6939 if (wl->status.map.rf_off == 1 || in _run_coex()
7076 btc->cx.wl.status.map.rf_off = 1; in rtw89_btc_ntfy_poweroff()
7488 if (bt->igno_wl && !cx->wl.status.map.rf_off) in _update_bt_info()
7685 wl->status.map.rf_off = 1; in rtw89_btc_ntfy_radio_state()
7690 wl->status.map.rf_off = 0; in rtw89_btc_ntfy_radio_state()
7695 wl->status.map.rf_off = 0; in rtw89_btc_ntfy_radio_state()
7701 wl->status.map.rf_off = 0; in rtw89_btc_ntfy_radio_state()
10928 !wl->status.map.rf_off) { in _show_summary_v7()
[all …]
H A Dcore.h1370 u32 rf_off: 1; member
/linux-6.15/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-6.15/drivers/staging/rtl8723bs/hal/
H A Dsdio_halinit.c665 pwrctrlpriv->rf_pwrstate = rf_off; in rtl8723bs_hal_init()
H A Drtl8723b_hal_init.c3173 (adapter_to_pwrctl(padapter)->rf_pwrstate == rf_off) in GetHwReg8723B()