Home
last modified time | relevance | path

Searched refs:rf_off (Results 1 – 3 of 3) 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/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()