/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_rf.c | 54 void zd_rf_init(struct zd_rf *rf) in zd_rf_init() argument 56 memset(rf, 0, sizeof(*rf)); in zd_rf_init() 60 rf->update_channel_int = 1; in zd_rf_init() 63 void zd_rf_clear(struct zd_rf *rf) in zd_rf_clear() argument 65 if (rf->clear) in zd_rf_clear() 66 rf->clear(rf); in zd_rf_clear() 67 ZD_MEMCLEAR(rf, sizeof(*rf)); in zd_rf_clear() 70 int zd_rf_init_hw(struct zd_rf *rf, u8 type) in zd_rf_init_hw() argument 74 struct zd_chip *chip = zd_rf_to_chip(rf); in zd_rf_init_hw() 79 r = zd_rf_init_rf2959(rf); in zd_rf_init_hw() [all …]
|
D | zd_rf.h | 67 int (*init_hw)(struct zd_rf *rf); 68 int (*set_channel)(struct zd_rf *rf, u8 channel); 69 int (*switch_radio_on)(struct zd_rf *rf); 70 int (*switch_radio_off)(struct zd_rf *rf); 71 int (*patch_6m_band_edge)(struct zd_rf *rf, u8 channel); 72 void (*clear)(struct zd_rf *rf); 76 void zd_rf_init(struct zd_rf *rf); 77 void zd_rf_clear(struct zd_rf *rf); 78 int zd_rf_init_hw(struct zd_rf *rf, u8 type); 80 int zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size); [all …]
|
D | zd_rf_al2230.c | 26 #define IS_AL2230S(chip) ((chip)->al2230s_bit || (chip)->rf.type == AL2230S_RF) 104 static int zd1211_al2230_init_hw(struct zd_rf *rf) in zd1211_al2230_init_hw() argument 107 struct zd_chip *chip = zd_rf_to_chip(rf); in zd1211_al2230_init_hw() 217 static int zd1211b_al2230_init_hw(struct zd_rf *rf) in zd1211b_al2230_init_hw() argument 220 struct zd_chip *chip = zd_rf_to_chip(rf); in zd1211b_al2230_init_hw() 359 static int zd1211_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al2230_set_channel() argument 363 struct zd_chip *chip = zd_rf_to_chip(rf); in zd1211_al2230_set_channel() 375 static int zd1211b_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al2230_set_channel() argument 379 struct zd_chip *chip = zd_rf_to_chip(rf); in zd1211b_al2230_set_channel() 393 static int zd1211_al2230_switch_radio_on(struct zd_rf *rf) in zd1211_al2230_switch_radio_on() argument [all …]
|
D | zd_rf_al7230b.c | 99 static int zd1211_al7230b_init_hw(struct zd_rf *rf) in zd1211_al7230b_init_hw() argument 102 struct zd_chip *chip = zd_rf_to_chip(rf); in zd1211_al7230b_init_hw() 204 static int zd1211b_al7230b_init_hw(struct zd_rf *rf) in zd1211b_al7230b_init_hw() argument 207 struct zd_chip *chip = zd_rf_to_chip(rf); in zd1211b_al7230b_init_hw() 325 static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al7230b_set_channel() argument 329 struct zd_chip *chip = zd_rf_to_chip(rf); in zd1211_al7230b_set_channel() 372 static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_set_channel() argument 376 struct zd_chip *chip = zd_rf_to_chip(rf); in zd1211b_al7230b_set_channel() 419 static int zd1211_al7230b_switch_radio_on(struct zd_rf *rf) in zd1211_al7230b_switch_radio_on() argument 421 struct zd_chip *chip = zd_rf_to_chip(rf); in zd1211_al7230b_switch_radio_on() [all …]
|
D | zd_rf_uw2453.c | 252 #define UW2453_PRIV(rf) ((struct uw2453_priv *) (rf)->priv) argument 308 static int uw2453_init_hw(struct zd_rf *rf) in uw2453_init_hw() argument 313 struct zd_chip *chip = zd_rf_to_chip(rf); in uw2453_init_hw() 435 UW2453_PRIV(rf)->config = found_config + 1; in uw2453_init_hw() 440 static int uw2453_set_channel(struct zd_rf *rf, u8 channel) in uw2453_set_channel() argument 444 int config = UW2453_PRIV(rf)->config; in uw2453_set_channel() 446 struct zd_chip *chip = zd_rf_to_chip(rf); in uw2453_set_channel() 481 static int uw2453_switch_radio_on(struct zd_rf *rf) in uw2453_switch_radio_on() argument 484 struct zd_chip *chip = zd_rf_to_chip(rf); in uw2453_switch_radio_on() 500 static int uw2453_switch_radio_off(struct zd_rf *rf) in uw2453_switch_radio_off() argument [all …]
|
D | zd_rf_rf2959.c | 148 static int rf2959_init_hw(struct zd_rf *rf) in rf2959_init_hw() argument 151 struct zd_chip *chip = zd_rf_to_chip(rf); in rf2959_init_hw() 230 static int rf2959_set_channel(struct zd_rf *rf, u8 channel) in rf2959_set_channel() argument 234 struct zd_chip *chip = zd_rf_to_chip(rf); in rf2959_set_channel() 244 static int rf2959_switch_radio_on(struct zd_rf *rf) in rf2959_switch_radio_on() argument 250 struct zd_chip *chip = zd_rf_to_chip(rf); in rf2959_switch_radio_on() 255 static int rf2959_switch_radio_off(struct zd_rf *rf) in rf2959_switch_radio_off() argument 261 struct zd_chip *chip = zd_rf_to_chip(rf); in rf2959_switch_radio_off() 266 int zd_rf_init_rf2959(struct zd_rf *rf) in zd_rf_init_rf2959() argument 268 struct zd_chip *chip = zd_rf_to_chip(rf); in zd_rf_init_rf2959() [all …]
|
D | zd_chip.c | 41 zd_rf_init(&chip->rf); in zd_chip_init() 48 zd_rf_clear(&chip->rf); in zd_chip_clear() 71 i += zd_rf_scnprint_id(&chip->rf, buffer+i, size-i); in scnprint_id() 587 return zd_rf_patch_6m_band_edge(&chip->rf, channel); in patch_6m_band_edge() 1174 r = zd_rf_init_hw(&chip->rf, rf_type); in zd_chip_init_hw() 1230 if (!zd_rf_should_update_pwr_int(&chip->rf)) in update_channel_integration_and_calibration() 1263 if (!chip->patch_cck_gain || !zd_rf_should_patch_cck_gain(&chip->rf)) in patch_cck_gain() 1282 r = zd_rf_set_channel(&chip->rf, channel); in zd_chip_set_channel() 1309 channel = chip->rf.channel; in zd_chip_get_channel() 1429 r = zd_switch_radio_on(&chip->rf); in zd_chip_switch_radio_on() [all …]
|
D | zd_chip.h | 766 struct zd_rf rf; member 788 static inline struct zd_chip *zd_rf_to_chip(struct zd_rf *rf) in zd_rf_to_chip() argument 790 return container_of(rf, struct zd_chip, rf); in zd_rf_to_chip() 892 return chip->rf.channel; in _zd_chip_get_channel()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | rf.c | 202 u32 writeVal, customer_limit, rf; in _rtl92c_get_txpower_writeval_by_regulatory() local 204 for (rf = 0; rf < 2; rf++) { in _rtl92c_get_txpower_writeval_by_regulatory() 210 (rf ? 8 : 0)] in _rtl92c_get_txpower_writeval_by_regulatory() 211 + ((index < 2) ? powerBase0[rf] : powerBase1[rf]); in _rtl92c_get_txpower_writeval_by_regulatory() 215 rf == 0 ? 'A' : 'B', writeVal); in _rtl92c_get_txpower_writeval_by_regulatory() 219 writeVal = ((index < 2) ? powerBase0[rf] : in _rtl92c_get_txpower_writeval_by_regulatory() 220 powerBase1[rf]); in _rtl92c_get_txpower_writeval_by_regulatory() 224 rf == 0 ? 'A' : 'B', writeVal); in _rtl92c_get_txpower_writeval_by_regulatory() 240 [index + (rf ? 8 : 0)] + ((index < 2) ? in _rtl92c_get_txpower_writeval_by_regulatory() 241 powerBase0[rf] : in _rtl92c_get_txpower_writeval_by_regulatory() [all …]
|
D | Makefile | 6 rf.o \
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | rf.c | 203 u32 writeval, customer_limit, rf; in get_txpower_writeval_by_reg() local 205 for (rf = 0; rf < 2; rf++) { in get_txpower_writeval_by_reg() 212 (rf ? 8 : 0)] in get_txpower_writeval_by_reg() 213 + ((index < 2) ? powerbase0[rf] : powerbase1[rf]); in get_txpower_writeval_by_reg() 217 ((rf == 0) ? 'A' : 'B'), writeval); in get_txpower_writeval_by_reg() 221 writeval = ((index < 2) ? powerbase0[rf] : in get_txpower_writeval_by_reg() 222 powerbase1[rf]); in get_txpower_writeval_by_reg() 226 ((rf == 0) ? 'A' : 'B'), writeval); in get_txpower_writeval_by_reg() 246 [index + (rf ? 8 : 0)] + ((index < 2) ? in get_txpower_writeval_by_reg() 247 powerbase0[rf] : in get_txpower_writeval_by_reg() [all …]
|
D | Makefile | 10 rf.o \
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | rf.c | 193 u32 writeval, customer_limit, rf; in get_txpower_writeval_by_regulatory() local 195 for (rf = 0; rf < 2; rf++) { in get_txpower_writeval_by_regulatory() 202 (rf ? 8 : 0)] in get_txpower_writeval_by_regulatory() 203 + ((index < 2) ? powerbase0[rf] : powerbase1[rf]); in get_txpower_writeval_by_regulatory() 207 ((rf == 0) ? 'A' : 'B'), writeval); in get_txpower_writeval_by_regulatory() 229 [index + (rf ? 8 : 0)] + ((index < 2) ? in get_txpower_writeval_by_regulatory() 230 powerbase0[rf] : in get_txpower_writeval_by_regulatory() 231 powerbase1[rf]); in get_txpower_writeval_by_regulatory() 235 ((rf == 0) ? 'A' : 'B'), writeval); in get_txpower_writeval_by_regulatory() 240 ((index < 2) ? powerbase0[rf] : powerbase1[rf]); in get_txpower_writeval_by_regulatory() [all …]
|
D | Makefile | 8 rf.o \
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | rf.c | 210 u32 writeval, customer_limit, rf; in _rtl8723be_get_txpower_writeval_by_regulatory() local 212 for (rf = 0; rf < 2; rf++) { in _rtl8723be_get_txpower_writeval_by_regulatory() 219 (rf ? 8 : 0)] in _rtl8723be_get_txpower_writeval_by_regulatory() 220 + ((index < 2) ? powerbase0[rf] : powerbase1[rf]); in _rtl8723be_get_txpower_writeval_by_regulatory() 224 ((rf == 0) ? 'A' : 'B'), writeval); in _rtl8723be_get_txpower_writeval_by_regulatory() 246 [index + (rf ? 8 : 0)] + ((index < 2) ? in _rtl8723be_get_txpower_writeval_by_regulatory() 247 powerbase0[rf] : in _rtl8723be_get_txpower_writeval_by_regulatory() 248 powerbase1[rf]); in _rtl8723be_get_txpower_writeval_by_regulatory() 252 ((rf == 0) ? 'A' : 'B'), writeval); in _rtl8723be_get_txpower_writeval_by_regulatory() 257 ((index < 2) ? powerbase0[rf] : powerbase1[rf]); in _rtl8723be_get_txpower_writeval_by_regulatory() [all …]
|
D | Makefile | 8 rf.o \
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | rf.c | 209 u32 writeval, customer_limit, rf; in _rtl88e_get_txpower_writeval_by_regulatory() local 211 for (rf = 0; rf < 2; rf++) { in _rtl88e_get_txpower_writeval_by_regulatory() 218 [chnlgroup][index + (rf ? 8 : 0)] in _rtl88e_get_txpower_writeval_by_regulatory() 219 + ((index < 2) ? powerbase0[rf] : powerbase1[rf]); in _rtl88e_get_txpower_writeval_by_regulatory() 223 ((rf == 0) ? 'A' : 'B'), writeval); in _rtl88e_get_txpower_writeval_by_regulatory() 245 [index + (rf ? 8 : 0)] + ((index < 2) ? in _rtl88e_get_txpower_writeval_by_regulatory() 246 powerbase0[rf] : in _rtl88e_get_txpower_writeval_by_regulatory() 247 powerbase1[rf]); in _rtl88e_get_txpower_writeval_by_regulatory() 251 ((rf == 0) ? 'A' : 'B'), writeval); in _rtl88e_get_txpower_writeval_by_regulatory() 256 ((index < 2) ? powerbase0[rf] : powerbase1[rf]); in _rtl88e_get_txpower_writeval_by_regulatory() [all …]
|
D | Makefile | 8 rf.o \
|
D | dm.c | 894 u8 ofdm_min_index = 6, rf = 1; in dm_txpower_track_cb_therm() local 974 for (i = 0; i < rf; i++) in dm_txpower_track_cb_therm() 1043 for (i = 0; i < rf; i++) in dm_txpower_track_cb_therm() 1052 for (i = 0; i < rf; i++) in dm_txpower_track_cb_therm() 1061 for (i = 0; i < rf; i++) { in dm_txpower_track_cb_therm()
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rf.c | 167 u32 write_val, customer_limit, rf; in get_rx_power_val_by_reg() local 172 for (rf = 0; rf < 2; rf++) { in get_rx_power_val_by_reg() 173 u8 j = index + (rf ? 8 : 0); in get_rx_power_val_by_reg() 178 write_val = hal_data->MCSTxPowerLevelOriginalOffset[chnlGroup][index+(rf ? 8 : 0)] + in get_rx_power_val_by_reg() 179 ((index < 2) ? powerbase0[rf] : powerbase1[rf]); in get_rx_power_val_by_reg() 199 write_val = hal_data->MCSTxPowerLevelOriginalOffset[chnlGroup][index+(rf ? 8 : 0)] + in get_rx_power_val_by_reg() 200 ((index < 2) ? powerbase0[rf] : powerbase1[rf]); in get_rx_power_val_by_reg() 204 write_val = (index < 2) ? powerbase0[rf] : powerbase1[rf]; in get_rx_power_val_by_reg() 211 pwr_diff = hal_data->TxPwrLegacyHtDiff[rf][channel-1]; in get_rx_power_val_by_reg() 213 pwr_diff = hal_data->TxPwrHt20Diff[rf][channel-1]; in get_rx_power_val_by_reg() [all …]
|
D | phy.c | 451 u8 ofdm_min_index = 6, rf; /* OFDM BB Swing should be less than +3.0dB */ in rtl88eu_dm_txpower_tracking_callback_thermalmeter() local 477 rf = 2; in rtl88eu_dm_txpower_tracking_callback_thermalmeter() 479 rf = 1; in rtl88eu_dm_txpower_tracking_callback_thermalmeter() 521 for (i = 0; i < rf; i++) in rtl88eu_dm_txpower_tracking_callback_thermalmeter() 581 for (i = 0; i < rf; i++) { in rtl88eu_dm_txpower_tracking_callback_thermalmeter()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | rf.c | 196 u32 writeVal, customer_limit, rf; in _rtl92c_get_txpower_writeval_by_regulatory() local 198 for (rf = 0; rf < 2; rf++) { in _rtl92c_get_txpower_writeval_by_regulatory() 203 [chnlgroup][index + (rf ? 8 : 0)] in _rtl92c_get_txpower_writeval_by_regulatory() 204 + ((index < 2) ? powerBase0[rf] : powerBase1[rf]); in _rtl92c_get_txpower_writeval_by_regulatory() 207 rf == 0 ? 'A' : 'B', writeVal); in _rtl92c_get_txpower_writeval_by_regulatory() 226 (rf ? 8 : 0)] + in _rtl92c_get_txpower_writeval_by_regulatory() 227 ((index < 2) ? powerBase0[rf] : in _rtl92c_get_txpower_writeval_by_regulatory() 228 powerBase1[rf]); in _rtl92c_get_txpower_writeval_by_regulatory() 231 rf == 0 ? 'A' : 'B', writeVal); in _rtl92c_get_txpower_writeval_by_regulatory() 234 writeVal = ((index < 2) ? powerBase0[rf] : in _rtl92c_get_txpower_writeval_by_regulatory() [all …]
|
D | Makefile | 7 rf.o \
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_rf6052.c | 221 u32 writeVal, customer_limit, rf; in getTxPowerWriteValByRegulatory() local 224 for (rf = 0; rf < 2; rf++) { in getTxPowerWriteValByRegulatory() 230 writeVal = pHalData->MCSTxPowerLevelOriginalOffset[chnlGroup][index+(rf?8:0)] + in getTxPowerWriteValByRegulatory() 231 ((index < 2) ? powerBase0[rf] : powerBase1[rf]); in getTxPowerWriteValByRegulatory() 252 writeVal = pHalData->MCSTxPowerLevelOriginalOffset[chnlGroup][index+(rf?8:0)] + in getTxPowerWriteValByRegulatory() 253 ((index < 2) ? powerBase0[rf] : in getTxPowerWriteValByRegulatory() 254 powerBase1[rf]); in getTxPowerWriteValByRegulatory() 258 writeVal = (index < 2) ? powerBase0[rf] : in getTxPowerWriteValByRegulatory() 259 powerBase1[rf]; in getTxPowerWriteValByRegulatory() 266 (rf ? 8 : 0)]&(0x7f << (i*8))) >> (i*8)); in getTxPowerWriteValByRegulatory() [all …]
|
D | HalDMOutSrc8723A_CE.c | 37 u8 OFDM_min_index = 6, rf; /* OFDM BB Swing should be less than +3.0dB*/ in odm_TXPowerTrackingCallback_ThermalMeter_92C() local 62 rf = 2; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 64 rf = 1; in odm_TXPowerTrackingCallback_ThermalMeter_92C() 115 for (i = 0; i < rf; i++) { in odm_TXPowerTrackingCallback_ThermalMeter_92C() 181 for (i = 0; i < rf; i++) in odm_TXPowerTrackingCallback_ThermalMeter_92C() 185 for (i = 0; i < rf; i++) in odm_TXPowerTrackingCallback_ThermalMeter_92C() 195 for (i = 0; i < rf; i++) in odm_TXPowerTrackingCallback_ThermalMeter_92C() 199 for (i = 0; i < rf; i++) in odm_TXPowerTrackingCallback_ThermalMeter_92C() 208 for (i = 0; i < rf; i++) in odm_TXPowerTrackingCallback_ThermalMeter_92C() 212 for (i = 0; i < rf; i++) in odm_TXPowerTrackingCallback_ThermalMeter_92C() [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | rf.c | 224 u32 writeval = 0, customer_limit, rf; in _rtl92d_get_txpower_writeval_by_regulatory() local 226 for (rf = 0; rf < 2; rf++) { in _rtl92d_get_txpower_writeval_by_regulatory() 232 (rf ? 8 : 0)] + ((index < 2) ? in _rtl92d_get_txpower_writeval_by_regulatory() 233 powerbase0[rf] : in _rtl92d_get_txpower_writeval_by_regulatory() 234 powerbase1[rf]); in _rtl92d_get_txpower_writeval_by_regulatory() 237 rf == 0 ? 'A' : 'B', writeval); in _rtl92d_get_txpower_writeval_by_regulatory() 252 (rf ? 8 : 0)] + ((index < 2) ? in _rtl92d_get_txpower_writeval_by_regulatory() 253 powerbase0[rf] : in _rtl92d_get_txpower_writeval_by_regulatory() 254 powerbase1[rf]); in _rtl92d_get_txpower_writeval_by_regulatory() 257 rf == 0 ? 'A' : 'B', writeval); in _rtl92d_get_txpower_writeval_by_regulatory() [all …]
|
D | dm.c | 745 u8 rf, struct rtl_efuse *rtlefuse, in rtl92d_bandtype_5G() argument 754 for (i = 0; i < rf; i++) { in rtl92d_bandtype_5G() 761 if (rtlhal->interfaceindex == 1 || i == rf) in rtl92d_bandtype_5G() 769 if (rtlhal->interfaceindex == 1 || i == rf) in rtl92d_bandtype_5G() 823 u8 ofdm_min_index = 6, ofdm_min_index_internal_pa = 3, rf; in rtl92d_dm_txpower_tracking_callback_thermalmeter() local 867 rf = 2; in rtl92d_dm_txpower_tracking_callback_thermalmeter() 869 rf = 1; in rtl92d_dm_txpower_tracking_callback_thermalmeter() 914 for (i = 0; i < rf; i++) in rtl92d_dm_txpower_tracking_callback_thermalmeter() 919 for (i = 0; i < rf; i++) in rtl92d_dm_txpower_tracking_callback_thermalmeter() 988 for (i = 0; i < rf; i++) in rtl92d_dm_txpower_tracking_callback_thermalmeter() [all …]
|
D | Makefile | 7 rf.o \
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | hw.c | 1790 u32 rf, addr = EEPROM_TX_PWR_INX, group, i = 0; in _rtl8192ee_read_power_value_fromprom() local 1801 for (rf = 0 ; rf < MAX_RF_PATH ; rf++) { in _rtl8192ee_read_power_value_fromprom() 1804 pwr2g->index_cck_base[rf][group] = 0x2D; in _rtl8192ee_read_power_value_fromprom() 1805 pwr2g->index_bw40_base[rf][group] = 0x2D; in _rtl8192ee_read_power_value_fromprom() 1809 pwr2g->bw20_diff[rf][0] = 0x02; in _rtl8192ee_read_power_value_fromprom() 1810 pwr2g->ofdm_diff[rf][0] = 0x04; in _rtl8192ee_read_power_value_fromprom() 1812 pwr2g->bw20_diff[rf][i] = 0xFE; in _rtl8192ee_read_power_value_fromprom() 1813 pwr2g->bw40_diff[rf][i] = 0xFE; in _rtl8192ee_read_power_value_fromprom() 1814 pwr2g->cck_diff[rf][i] = 0xFE; in _rtl8192ee_read_power_value_fromprom() 1815 pwr2g->ofdm_diff[rf][i] = 0xFE; in _rtl8192ee_read_power_value_fromprom() [all …]
|
D | phy.c | 409 u8 band = BAND_ON_2_4G, rf = 0, txnum = 0, sec = 0; in _rtl92ee_phy_init_tx_power_by_rate() local 412 for (; rf < TX_PWR_BY_RATE_NUM_RF; ++rf) in _rtl92ee_phy_init_tx_power_by_rate() 416 [band][rf][txnum][sec] = 0; in _rtl92ee_phy_init_tx_power_by_rate() 575 u8 base = 0, rf = 0, band = BAND_ON_2_4G; in phy_convert_txpwr_dbm_to_rel_val() local 577 for (rf = RF90_PATH_A; rf <= RF90_PATH_B; ++rf) { in phy_convert_txpwr_dbm_to_rel_val() 578 if (rf == RF90_PATH_A) { in phy_convert_txpwr_dbm_to_rel_val() 580 rf, RF_1TX, in phy_convert_txpwr_dbm_to_rel_val() 584 [band][rf][RF_1TX][2], in phy_convert_txpwr_dbm_to_rel_val() 588 [band][rf][RF_1TX][3], in phy_convert_txpwr_dbm_to_rel_val() 590 } else if (rf == RF90_PATH_B) { in phy_convert_txpwr_dbm_to_rel_val() [all …]
|
D | Makefile | 8 rf.o \
|
/linux-4.4.14/arch/parisc/kernel/ |
D | signal32.c | 63 restore_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, in restore_sigcontext32() argument 74 DBG(2,"restore_sigcontext32: sc = 0x%p, rf = 0x%p, regs = 0x%p\n", sc, rf, regs); in restore_sigcontext32() 80 err |= __get_user(compat_regt,&rf->rf_gr[regn]); in restore_sigcontext32() 94 err |= __get_user(compat_regt, &rf->rf_iaoq[0]); in restore_sigcontext32() 102 err |= __get_user(compat_regt, &rf->rf_iaoq[1]); in restore_sigcontext32() 112 err |= __get_user(compat_regt, &rf->rf_iasq[0]); in restore_sigcontext32() 118 err |= __get_user(compat_regt, &rf->rf_iasq[1]); in restore_sigcontext32() 126 err |= __get_user(compat_regt, &rf->rf_sar); in restore_sigcontext32() 142 setup_sigcontext32(struct compat_sigcontext __user *sc, struct compat_regfile __user * rf, in setup_sigcontext32() argument 168 err |= __put_user(compat_reg, &rf->rf_iaoq[0]); in setup_sigcontext32() [all …]
|
D | signal32.h | 85 struct compat_regfile __user *rf, 88 struct compat_regfile __user *rf,
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2800lib.c | 1137 .rf = { 1875 if (libconf->rf.channel <= 14) { in rt2800_config_lna_gain() 1878 } else if (libconf->rf.channel <= 64) { in rt2800_config_lna_gain() 1881 } else if (libconf->rf.channel <= 128) { in rt2800_config_lna_gain() 1945 struct rf_channel *rf, in rt2800_config_channel_rf2xxx() argument 1948 rt2x00_set_field32(&rf->rf4, RF4_FREQ_OFFSET, rt2x00dev->freq_offset); in rt2800_config_channel_rf2xxx() 1951 rt2x00_set_field32(&rf->rf2, RF2_ANTENNA_TX1, 1); in rt2800_config_channel_rf2xxx() 1954 rt2x00_set_field32(&rf->rf2, RF2_ANTENNA_RX1, 1); in rt2800_config_channel_rf2xxx() 1955 rt2x00_set_field32(&rf->rf2, RF2_ANTENNA_RX2, 1); in rt2800_config_channel_rf2xxx() 1957 rt2x00_set_field32(&rf->rf2, RF2_ANTENNA_RX2, 1); in rt2800_config_channel_rf2xxx() [all …]
|
D | rt2x00.h | 175 u16 rf; member 429 struct rf_channel rf; member 877 u32 *rf; member 1040 *data = rt2x00dev->rf[word - 1]; in rt2x00_rf_read() 1047 rt2x00dev->rf[word - 1] = data; in rt2x00_rf_write() 1081 const u16 rt, const u16 rf, const u16 rev) in rt2x00_set_chip() argument 1084 rt2x00dev->chip.rf = rf; in rt2x00_set_chip() 1088 rt2x00dev->chip.rt, rt2x00dev->chip.rf, in rt2x00_set_chip() 1102 static inline void rt2x00_set_rf(struct rt2x00_dev *rt2x00dev, const u16 rf) in rt2x00_set_rf() argument 1104 rt2x00dev->chip.rf = rf; in rt2x00_set_rf() [all …]
|
D | rt2x00soc.c | 36 kfree(rt2x00dev->rf); in rt2x00soc_free_reg() 37 rt2x00dev->rf = NULL; in rt2x00soc_free_reg() 62 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00soc_alloc_reg() 63 if (!rt2x00dev->rf) in rt2x00soc_alloc_reg()
|
D | rt2x00pci.c | 38 kfree(rt2x00dev->rf); in rt2x00pci_free_reg() 39 rt2x00dev->rf = NULL; in rt2x00pci_free_reg() 62 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00pci_alloc_reg() 63 if (!rt2x00dev->rf) in rt2x00pci_alloc_reg()
|
D | rt2500pci.c | 191 .rf = { 474 struct rf_channel *rf, const int txpower) in rt2500pci_config_channel() argument 481 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER, TXPOWER_TO_DEV(txpower)); in rt2500pci_config_channel() 488 rt2x00_set_field32(&rf->rf1, RF1_TUNER, 1); in rt2500pci_config_channel() 489 rt2x00_set_field32(&rf->rf3, RF3_TUNER, 1); in rt2500pci_config_channel() 502 rt2500pci_rf_write(rt2x00dev, 1, rf->rf1); in rt2500pci_config_channel() 503 rt2500pci_rf_write(rt2x00dev, 2, vals[rf->channel - 1]); in rt2500pci_config_channel() 504 rt2500pci_rf_write(rt2x00dev, 3, rf->rf3); in rt2500pci_config_channel() 505 if (rf->rf4) in rt2500pci_config_channel() 506 rt2500pci_rf_write(rt2x00dev, 4, rf->rf4); in rt2500pci_config_channel() [all …]
|
D | rt73usb.c | 174 .rf = { 752 struct rf_channel *rf, const int txpower) in rt73usb_config_channel() argument 758 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER, TXPOWER_TO_DEV(txpower)); in rt73usb_config_channel() 759 rt2x00_set_field32(&rf->rf4, RF4_FREQ_OFFSET, rt2x00dev->freq_offset); in rt73usb_config_channel() 774 rt73usb_rf_write(rt2x00dev, 1, rf->rf1); in rt73usb_config_channel() 775 rt73usb_rf_write(rt2x00dev, 2, rf->rf2); in rt73usb_config_channel() 776 rt73usb_rf_write(rt2x00dev, 3, rf->rf3 & ~0x00000004); in rt73usb_config_channel() 777 rt73usb_rf_write(rt2x00dev, 4, rf->rf4); in rt73usb_config_channel() 779 rt73usb_rf_write(rt2x00dev, 1, rf->rf1); in rt73usb_config_channel() 780 rt73usb_rf_write(rt2x00dev, 2, rf->rf2); in rt73usb_config_channel() [all …]
|
D | rt2400pci.c | 191 .rf = { 449 struct rf_channel *rf) in rt2400pci_config_channel() argument 454 rt2x00_set_field32(&rf->rf1, RF1_TUNER, 1); in rt2400pci_config_channel() 455 rt2x00_set_field32(&rf->rf3, RF3_TUNER, 1); in rt2400pci_config_channel() 457 rt2400pci_rf_write(rt2x00dev, 1, rf->rf1); in rt2400pci_config_channel() 458 rt2400pci_rf_write(rt2x00dev, 2, rf->rf2); in rt2400pci_config_channel() 459 rt2400pci_rf_write(rt2x00dev, 3, rf->rf3); in rt2400pci_config_channel() 472 rt2400pci_rf_write(rt2x00dev, 1, rf->rf1); in rt2400pci_config_channel() 474 rt2400pci_rf_write(rt2x00dev, 3, rf->rf3); in rt2400pci_config_channel() 478 rt2400pci_rf_write(rt2x00dev, 1, rf->rf1); in rt2400pci_config_channel() [all …]
|
D | rt61pci.c | 229 .rf = { 865 struct rf_channel *rf, const int txpower) in rt61pci_config_channel() argument 871 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER, TXPOWER_TO_DEV(txpower)); in rt61pci_config_channel() 872 rt2x00_set_field32(&rf->rf4, RF4_FREQ_OFFSET, rt2x00dev->freq_offset); in rt61pci_config_channel() 887 rt61pci_rf_write(rt2x00dev, 1, rf->rf1); in rt61pci_config_channel() 888 rt61pci_rf_write(rt2x00dev, 2, rf->rf2); in rt61pci_config_channel() 889 rt61pci_rf_write(rt2x00dev, 3, rf->rf3 & ~0x00000004); in rt61pci_config_channel() 890 rt61pci_rf_write(rt2x00dev, 4, rf->rf4); in rt61pci_config_channel() 894 rt61pci_rf_write(rt2x00dev, 1, rf->rf1); in rt61pci_config_channel() 895 rt61pci_rf_write(rt2x00dev, 2, rf->rf2); in rt61pci_config_channel() [all …]
|
D | rt2x00config.c | 231 memcpy(&libconf.rf, in rt2x00lib_config() 233 sizeof(libconf.rf)); in rt2x00lib_config() 240 rt2x00dev->rf_channel = libconf.rf.channel; in rt2x00lib_config()
|
D | rt2x00debug.h | 65 RT2X00DEBUGFS_REGISTER_ENTRY(rf, u32);
|
D | rt2500usb.c | 266 .rf = { 601 struct rf_channel *rf, const int txpower) in rt2500usb_config_channel() argument 606 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER, TXPOWER_TO_DEV(txpower)); in rt2500usb_config_channel() 619 rt2500usb_rf_write(rt2x00dev, 2, vals[rf->channel - 1]); in rt2500usb_config_channel() 620 if (rf->rf4) in rt2500usb_config_channel() 621 rt2500usb_rf_write(rt2x00dev, 4, rf->rf4); in rt2500usb_config_channel() 624 rt2500usb_rf_write(rt2x00dev, 1, rf->rf1); in rt2500usb_config_channel() 625 rt2500usb_rf_write(rt2x00dev, 2, rf->rf2); in rt2500usb_config_channel() 626 rt2500usb_rf_write(rt2x00dev, 3, rf->rf3); in rt2500usb_config_channel() 627 if (rf->rf4) in rt2500usb_config_channel() [all …]
|
D | rt2x00debug.c | 196 dump_hdr->chip_rf = cpu_to_le16(rt2x00dev->chip.rf); in rt2x00debug_dump_frame() 529 RT2X00DEBUGFS_OPS(rf, "0x%.8x\n", u32); 626 data += sprintf(data, "rf chip:\t%04x\n", intf->rt2x00dev->chip.rf); in rt2x00debug_create_file_chipset() 642 RT2X00DEBUGFS_SPRINTF_REGISTER(rf); in rt2x00debug_create_file_chipset() 726 RT2X00DEBUGFS_CREATE_REGISTER_ENTRY(intf, rf); in rt2x00debug_register()
|
D | rt2x00usb.c | 747 kfree(rt2x00dev->rf); in rt2x00usb_free_reg() 748 rt2x00dev->rf = NULL; in rt2x00usb_free_reg() 767 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00usb_alloc_reg() 768 if (!rt2x00dev->rf) in rt2x00usb_alloc_reg()
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
D | Makefile | 29 rm -rf $(OUTPUT)centrino-decode 30 rm -rf $(OUTPUT)dump_psb 31 rm -rf $(OUTPUT)intel_gsic 32 rm -rf $(OUTPUT)powernow-k8-decode
|
/linux-4.4.14/fs/dlm/ |
D | rcom.c | 84 static void set_rcom_config(struct dlm_ls *ls, struct rcom_config *rf, in set_rcom_config() argument 87 rf->rf_lvblen = cpu_to_le32(ls->ls_lvblen); in set_rcom_config() 88 rf->rf_lsflags = cpu_to_le32(ls->ls_exflags); in set_rcom_config() 90 rf->rf_our_slot = cpu_to_le16(ls->ls_slot); in set_rcom_config() 91 rf->rf_num_slots = cpu_to_le16(num_slots); in set_rcom_config() 92 rf->rf_generation = cpu_to_le32(ls->ls_generation); in set_rcom_config() 97 struct rcom_config *rf = (struct rcom_config *) rc->rc_buf; in check_rcom_config() local 106 if (le32_to_cpu(rf->rf_lvblen) != ls->ls_lvblen || in check_rcom_config() 107 le32_to_cpu(rf->rf_lsflags) != ls->ls_exflags) { in check_rcom_config() 110 le32_to_cpu(rf->rf_lvblen), in check_rcom_config() [all …]
|
D | member.c | 32 struct rcom_config *rf = (struct rcom_config *)rc->rc_buf; in dlm_slot_save() local 37 memb->slot = le16_to_cpu(rf->rf_our_slot); in dlm_slot_save() 38 memb->generation = le32_to_cpu(rf->rf_generation); in dlm_slot_save() 102 struct rcom_config *rf = (struct rcom_config *)rc->rc_buf; in dlm_slots_copy_in() local 111 gen = le32_to_cpu(rf->rf_generation); in dlm_slots_copy_in() 118 num_slots = le16_to_cpu(rf->rf_num_slots); in dlm_slots_copy_in()
|
/linux-4.4.14/drivers/media/i2c/ |
D | tda7432.c | 276 u8 lf, lr, rf, rr; in tda7432_s_ctrl() local 282 rr = rf = -t->balance->val; in tda7432_s_ctrl() 286 rr = rf = TDA7432_ATTEN_0DB; in tda7432_s_ctrl() 290 rr = rf = TDA7432_ATTEN_0DB; in tda7432_s_ctrl() 296 rf |= TDA7432_MUTE; in tda7432_s_ctrl() 302 tda7432_write(sd, TDA7432_RF, rf); in tda7432_s_ctrl()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | lo.c | 891 static inline void b43_lo_fixup_rfatt(struct b43_rfatt *rf) in b43_lo_fixup_rfatt() argument 893 if (!rf->with_padmix) in b43_lo_fixup_rfatt() 895 if ((rf->att != 1) && (rf->att != 2) && (rf->att != 3)) in b43_lo_fixup_rfatt() 896 rf->att = 4; in b43_lo_fixup_rfatt() 903 struct b43_rfatt rf; in b43_lo_g_adjust() local 905 memcpy(&rf, &gphy->rfatt, sizeof(rf)); in b43_lo_g_adjust() 906 b43_lo_fixup_rfatt(&rf); in b43_lo_g_adjust() 908 cal = b43_get_calib_lo_settings(dev, &gphy->bbatt, &rf); in b43_lo_g_adjust() 917 struct b43_rfatt rf; in b43_lo_g_adjust_to() local 921 memset(&rf, 0, sizeof(rf)); in b43_lo_g_adjust_to() [all …]
|
D | phy_g.c | 222 u16 bb, rf; in b43_set_txpower_g() local 226 rf = rfatt->att; in b43_set_txpower_g() 243 bb, rf, tx_control, tx_bias, tx_magn); in b43_set_txpower_g() 247 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_RFATT, rf); in b43_set_txpower_g() 250 (rf & 0x000F) | (tx_control & 0x0070)); in b43_set_txpower_g() 252 b43_radio_maskset(dev, 0x43, 0xFFF0, (rf & 0x000F)); in b43_set_txpower_g() 289 u8 rf, bb; in b43_gphy_gain_lt_init() local 291 for (rf = 0; rf < lo->rfatt_list.len; rf++) { in b43_gphy_gain_lt_init() 301 tmp |= lo->rfatt_list.list[rf].att; in b43_gphy_gain_lt_init() 2135 struct b43_rfatt *rf) in default_radio_attenuation() argument [all …]
|
/linux-4.4.14/tools/power/cpupower/debug/kernel/ |
D | Makefile | 15 - rm -rf *.o *.ko .tmp-versions .*.cmd .*.mod.* *.mod.c 16 - rm -rf .tmp_versions* Module.symvers modules.order
|
/linux-4.4.14/fs/xfs/ |
D | xfs_error.h | 126 #define XFS_TEST_ERROR(expr, mp, tag, rf) \ argument 129 (rf)))) 134 #define XFS_TEST_ERROR(expr, mp, tag, rf) (expr) argument
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_oaktrail.c | 155 static inline void __oaktrail_rfkill_cleanup(struct rfkill *rf) in __oaktrail_rfkill_cleanup() argument 157 if (rf) { in __oaktrail_rfkill_cleanup() 158 rfkill_unregister(rf); in __oaktrail_rfkill_cleanup() 159 rfkill_destroy(rf); in __oaktrail_rfkill_cleanup()
|
D | classmate-laptop.c | 955 struct rfkill *rf; member 979 ipml->rf = rfkill_alloc("cmpc_rfkill", &acpi->dev, RFKILL_TYPE_WLAN, in cmpc_ipml_add() 986 if (ipml->rf) { in cmpc_ipml_add() 987 retval = rfkill_register(ipml->rf); in cmpc_ipml_add() 989 rfkill_destroy(ipml->rf); in cmpc_ipml_add() 990 ipml->rf = NULL; in cmpc_ipml_add() 1010 if (ipml->rf) { in cmpc_ipml_remove() 1011 rfkill_unregister(ipml->rf); in cmpc_ipml_remove() 1012 rfkill_destroy(ipml->rf); in cmpc_ipml_remove()
|
/linux-4.4.14/tools/perf/tests/ |
D | sample-parsing.c | 295 const u64 rf[] = {4, 5, 6, 7, 12, 13, 14, 15}; in test__sample_parsing() local 316 for (i = 0; i < ARRAY_SIZE(rf); i++) { in test__sample_parsing() 317 err = do_test(sample_type, 0, rf[i]); in test__sample_parsing() 339 for (i = 0; i < ARRAY_SIZE(rf); i++) { in test__sample_parsing() 340 err = do_test(sample_type, sample_regs, rf[i]); in test__sample_parsing()
|
D | perf-targz-src-pkg | 20 rm -rf ${TMP_DEST}
|
D | make | 246 rm -rf $@ $$TMP_DEST || (cat $@ ; false) 257 rm -rf $@ $$TMP_O $$TMP_DEST || (cat $@ ; false)
|
/linux-4.4.14/drivers/media/tuners/ |
D | tda18271-fe.c | 576 int bcal, rf, i; in tda18271_rf_tracking_filters_init() local 595 for (rf = RF1; rf <= RF3; rf++) { in tda18271_rf_tracking_filters_init() 596 if (0 == rf_default[rf]) in tda18271_rf_tracking_filters_init() 598 tda_cal("freq = %d, rf = %d\n", freq, rf); in tda18271_rf_tracking_filters_init() 601 bcal = tda18271_powerscan(fe, &rf_default[rf], &rf_freq[rf]); in tda18271_rf_tracking_filters_init() 605 tda18271_calc_rf_cal(fe, &rf_freq[rf]); in tda18271_rf_tracking_filters_init() 606 prog_tab[rf] = (s32)regs[R_EB14]; in tda18271_rf_tracking_filters_init() 609 prog_cal[rf] = in tda18271_rf_tracking_filters_init() 610 (s32)tda18271_calibrate_rf(fe, rf_freq[rf]); in tda18271_rf_tracking_filters_init() 612 prog_cal[rf] = prog_tab[rf]; in tda18271_rf_tracking_filters_init() [all …]
|
D | msi001.c | 102 u32 rf; in msi001_set_tuner() member 155 if (f_rf <= band_lut[i].rf) { in msi001_set_tuner()
|
D | tuner-simple.c | 289 u8 *config, u8 *cb, unsigned int rf) in simple_set_rf_input() argument 295 switch (rf) { in simple_set_rf_input() 305 switch (rf) { in simple_set_rf_input()
|
/linux-4.4.14/scripts/ |
D | objdiff | 128 rm -rf $TMPD/* 133 rm -rf $TMPD/$CMT
|
D | depmod.sh | 46 rm -rf "$tmp_dir"
|
D | Makefile.dtbinst | 26 $(Q)if [ -d $(INSTALL_DTBS_PATH).old ]; then rm -rf $(INSTALL_DTBS_PATH).old; fi
|
D | Makefile.clean | 64 cmd_cleandir = rm -rf $(__clean-dirs)
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
D | cmd.c | 33 struct wl12xx_conf_rf *rf = &priv->conf.rf; in wl1271_cmd_ext_radio_parms() local 46 rf->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms() 49 rf->tx_per_channel_power_compensation_5, in wl1271_cmd_ext_radio_parms()
|
D | conf.h | 46 struct wl12xx_conf_rf rf; member
|
D | main.c | 383 .rf = {
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 1575 struct carl9170_rf_init rf; in carl9170_set_channel() local 1670 rf.ht_settings = new_ht; in carl9170_set_channel() 1672 SET_VAL(CARL9170FW_PHY_HT_EXT_CHAN_OFF, rf.ht_settings, offs); in carl9170_set_channel() 1674 rf.freq = cpu_to_le32(channel->center_freq * 1000); in carl9170_set_channel() 1675 rf.delta_slope_coeff_exp = cpu_to_le32(freqpar->coeff_exp); in carl9170_set_channel() 1676 rf.delta_slope_coeff_man = cpu_to_le32(freqpar->coeff_man); in carl9170_set_channel() 1677 rf.delta_slope_coeff_exp_shgi = cpu_to_le32(freqpar->coeff_exp_shgi); in carl9170_set_channel() 1678 rf.delta_slope_coeff_man_shgi = cpu_to_le32(freqpar->coeff_man_shgi); in carl9170_set_channel() 1679 rf.finiteLoopCount = cpu_to_le32(2000); in carl9170_set_channel() 1680 err = carl9170_exec_cmd(ar, CARL9170_CMD_RF_INIT, sizeof(rf), &rf, in carl9170_set_channel()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/ |
D | trf7970a.txt | 19 - en2-rf-quirk: Specify that the trf7970a being used has the "EN2 RF" 44 en2-rf-quirk;
|
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | Makefile | 9 rm -rf logs/*
|
/linux-4.4.14/tools/testing/selftests/pstore/ |
D | Makefile | 15 rm -rf logs/* *uuid
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | Makefile | 7 rf.o \
|
/linux-4.4.14/tools/testing/selftests/ |
D | gen_kselftest_tar.sh | 52 rm -rf kselftest
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | Makefile | 15 rf.o
|
D | TODO | 6 - split rf.c
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | mb86a20s.c | 334 unsigned rf_max, rf_min, rf; in mb86a20s_read_signal_strength() local 347 rf = (rf_max + rf_min) / 2; in mb86a20s_read_signal_strength() 351 rc = mb86a20s_writereg(state, 0x05, rf >> 8); in mb86a20s_read_signal_strength() 357 rc = mb86a20s_writereg(state, 0x05, rf); in mb86a20s_read_signal_strength() 369 rf = (rf_max + rf_min) / 2; in mb86a20s_read_signal_strength() 372 rf = rf << (16 - 12); in mb86a20s_read_signal_strength() 373 if (rf) in mb86a20s_read_signal_strength() 374 rf |= (1 << 12) - 1; in mb86a20s_read_signal_strength() 378 __func__, rf, rf_min, rf >> 4, rf_max); in mb86a20s_read_signal_strength() 379 c->strength.stat[0].uvalue = rf; in mb86a20s_read_signal_strength()
|
D | dib0090.h | 88 extern void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_lim… 149 static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_g… in dib0090_get_current_gain() argument
|
D | dib0090.c | 903 static void dib0090_wbd_target(struct dib0090_state *state, u32 rf) in dib0090_wbd_target() argument 928 u16 rf, bb, ref; in dib0090_gain_apply() local 965 rf = state->rf_gain_limit >> WBD_ALPHA; in dib0090_gain_apply() 966 bb = gain - rf; in dib0090_gain_apply() 970 rf = gain; in dib0090_gain_apply() 974 state->gain[0] = rf; in dib0090_gain_apply() 980 ref = rf; in dib0090_gain_apply() 1016 …3d(bb) = %3d gain_reg[0]=%04x gain_reg[1]=%04x gain_reg[2]=%04x gain_reg[0]=%04x", rf, bb, rf + bb, in dib0090_gain_apply() 1317 void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16… in dib0090_get_current_gain() argument 1320 if (rf) in dib0090_get_current_gain() [all …]
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | Makefile | 14 rf.o \
|
D | TODO | 7 - split rf.c
|
/linux-4.4.14/tools/lguest/ |
D | Makefile | 14 rm -rf include
|
/linux-4.4.14/tools/testing/selftests/exec/ |
D | Makefile | 26 rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx*
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | Makefile | 140 rm -rf $(IOPROCINCL_FILES) *.axw 145 rm -rf *.axw
|
/linux-4.4.14/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 23 rm -rf $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode
|
/linux-4.4.14/tools/net/ |
D | Makefile | 30 rm -rf *.o bpf_jit_disasm bpf_dbg bpf_asm bpf_exp.yacc.* bpf_exp.lex.*
|
/linux-4.4.14/Documentation/DocBook/ |
D | Makefile | 142 build_main_index = rm -rf $(main_idx); \ 160 @rm -rf $@
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | dm_common.c | 741 u8 ofdm_min_index = 6, rf; in rtl92c_dm_txpower_tracking_callback_thermalmeter() local 757 rf = 2; in rtl92c_dm_txpower_tracking_callback_thermalmeter() 759 rf = 1; in rtl92c_dm_txpower_tracking_callback_thermalmeter() 836 for (i = 0; i < rf; i++) in rtl92c_dm_txpower_tracking_callback_thermalmeter() 867 for (i = 0; i < rf; i++) in rtl92c_dm_txpower_tracking_callback_thermalmeter() 871 for (i = 0; i < rf; i++) in rtl92c_dm_txpower_tracking_callback_thermalmeter() 890 for (i = 0; i < rf; i++) in rtl92c_dm_txpower_tracking_callback_thermalmeter() 896 for (i = 0; i < rf; i++) in rtl92c_dm_txpower_tracking_callback_thermalmeter() 902 for (i = 0; i < rf; i++) { in rtl92c_dm_txpower_tracking_callback_thermalmeter() 963 for (i = 0; i < rf; i++) { in rtl92c_dm_txpower_tracking_callback_thermalmeter()
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | run_vmtests | 108 rm -rf $mnt
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | dev.c | 292 signal = priv->rf->calc_rssi(agc, sq); in rtl8180_handle_rx() 976 priv->rf->init(dev); in rtl8180_init_hw() 1253 priv->rf->stop(dev); in rtl8180_stop() 1366 priv->rf->set_chan(dev, conf); in rtl8180_config() 1883 case 3: priv->rf = &sa2400_rf_ops; in rtl8180_probe() 1885 case 4: priv->rf = &max2820_rf_ops; in rtl8180_probe() 1887 case 5: priv->rf = &grf5101_rf_ops; in rtl8180_probe() 1891 priv->rf = rtl8187se_detect_rf(dev); in rtl8180_probe() 1893 priv->rf = rtl8180_detect_rf(dev); in rtl8180_probe() 1905 if (!priv->rf) { in rtl8180_probe() [all …]
|
D | rtl8180.h | 106 const struct rtl818x_rf_ops *rf; member
|
D | rtl8225.c | 725 if (priv->rf->init == rtl8225_rf_init) in rtl8225_rf_set_channel()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | sta_cmdresp.c | 782 struct host_cmd_ds_rf_reg_access *rf; in mwifiex_ret_reg_access() member 805 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access() 806 reg_rw->offset = cpu_to_le32((u32) le16_to_cpu(r.rf->offset)); in mwifiex_ret_reg_access() 815 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access() 816 reg_rw->offset = cpu_to_le32((u32) le16_to_cpu(r.rf->offset)); in mwifiex_ret_reg_access() 817 reg_rw->value = cpu_to_le32((u32) r.rf->value); in mwifiex_ret_reg_access()
|
/linux-4.4.14/Documentation/s390/ |
D | config3270.sh | 41 echo rm -rf "$D/$SUBD/*" >> $SCR
|
/linux-4.4.14/scripts/package/ |
D | buildtar | 52 rm -rf -- "${tmpdir}"
|
D | Makefile | 127 tar rf $(perf-tar).tar $(perf-tar)/HEAD $(perf-tar)/PERF-VERSION-FILE; \
|
D | builddeb | 127 rm -rf "$tmpdir" "$fwdir" "$kernel_headers_dir" "$libc_headers_dir" "$dbg_dir" $objtree/debian/files 420 rm -rf debian/*tmp debian/files
|
/linux-4.4.14/drivers/staging/rtl8188eu/ |
D | Makefile | 36 hal/rf.o \
|
/linux-4.4.14/arch/x86/boot/ |
D | Makefile | 160 -rm -rf $(obj)/isoimage 178 rm -rf $(obj)/isoimage
|
/linux-4.4.14/drivers/nfc/ |
D | port100.c | 998 static int port100_in_set_rf(struct nfc_digital_dev *ddev, u8 rf) in port100_in_set_rf() argument 1005 if (rf >= NFC_DIGITAL_RF_TECH_LAST) in port100_in_set_rf() 1013 &in_rf_settings[rf], in port100_in_set_rf() 1156 static int port100_tg_set_rf(struct nfc_digital_dev *ddev, u8 rf) in port100_tg_set_rf() argument 1163 if (rf >= NFC_DIGITAL_RF_TECH_LAST) in port100_tg_set_rf() 1171 &tg_rf_settings[rf], in port100_tg_set_rf()
|
D | pn533.c | 2364 static int pn533_rf_field(struct nfc_dev *nfc_dev, u8 rf); 3001 static int pn533_rf_field(struct nfc_dev *nfc_dev, u8 rf) in pn533_rf_field() argument 3004 u8 rf_field = !!rf; in pn533_rf_field()
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 267 $(Q)rm -rf $(objtree)/arch/i386 268 $(Q)rm -rf $(objtree)/arch/x86_64
|
/linux-4.4.14/tools/testing/selftests/zram/ |
D | zram_lib.sh | 48 rm -rf zram$i
|
/linux-4.4.14/drivers/mmc/host/ |
D | vub300.c | 1810 struct offload_registers_access *rf = &vub300->fn[Function].reg[first]; in examine_cyclic_buffer() local 1811 if (cmd0 == rf->command_byte[0] && in examine_cyclic_buffer() 1812 cmd1 == rf->command_byte[1] && in examine_cyclic_buffer() 1813 cmd2 == rf->command_byte[2] && in examine_cyclic_buffer() 1814 cmd3 == rf->command_byte[3]) { in examine_cyclic_buffer() 1817 cmd->resp[0] = (rf->Respond_Byte[0] << 24) in examine_cyclic_buffer() 1818 | (rf->Respond_Byte[1] << 16) in examine_cyclic_buffer() 1819 | (rf->Respond_Byte[2] << 8) in examine_cyclic_buffer() 1820 | (rf->Respond_Byte[3] << 0); in examine_cyclic_buffer()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 1643 struct req_format *rf = NULL; in req_layout_init() local 1646 rf = req_formats[i]; in req_layout_init() 1647 rf->rf_idx = i; in req_layout_init() 1649 LASSERT(rf->rf_fields[j].nr <= REQ_MAX_FIELD_NR); in req_layout_init() 1650 for (k = 0; k < rf->rf_fields[j].nr; ++k) { in req_layout_init() 1653 field = (typeof(field))rf->rf_fields[j].d[k]; in req_layout_init()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_bt.gif.b64 | 55 +cUnBEJ+oIXqW//62M++9rf+z/3ue//74K8+LBKChWmY//zoT7/618/+9rv//fCPv/mxkBBzkOP+ 204 4jf+4+d9KwDlTGD+5nf+54f+6Jf+6af+6rf+62d+VDZzFmCD7vf+7wf/8Bf/8Sf/8jf/80f/7mcB 205 sbWu23f/96d9XFD1QkD++rf/+8f/4w+ECNcrgUUVwAUIXgIHEixo8CDChAoXMmx4UBIASQ4nUqxo
|
D | fieldseq_tb.gif.b64 | 394 XH/2aR9jRCn0f9ohLoEeeL/3ff/3gT/4hX/4ib/4jf/4eb8PYN9XCOMZquD5oT/6pX/6qb/6rf/6
|
/linux-4.4.14/drivers/of/ |
D | address.c | 144 unsigned int af, rf; in of_bus_pci_map() local 147 rf = of_bus_pci_get_flags(range); in of_bus_pci_map() 150 if ((af ^ rf) & (IORESOURCE_MEM | IORESOURCE_IO)) in of_bus_pci_map()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | dev.c | 727 priv->rf->init(dev); in rtl8187_init_hw() 839 priv->rf->init(dev); in rtl8187b_init_hw() 1038 priv->rf->stop(dev); in rtl8187_stop() 1170 priv->rf->set_chan(dev, conf); in rtl8187_config() 1616 priv->rf = rtl8187_detect_rf(dev); in rtl8187_probe() 1634 mac_addr, chip_name, priv->asic_rev, priv->rf->name, in rtl8187_probe()
|
D | rtl8187.h | 105 const struct rtl818x_rf_ops *rf; member
|
D | rtl8225.c | 910 if (priv->rf->init == rtl8225_rf_init) in rtl8225_rf_set_channel() 912 else if (priv->rf->init == rtl8225z2_rf_init) in rtl8225_rf_set_channel()
|
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.c | 150 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_owner() local 152 return rf->rf_blkno; in ocfs2_refcount_cache_owner() 158 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_get_super() local 160 return rf->rf_sb; in ocfs2_refcount_cache_get_super() 165 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_lock() local 167 spin_lock(&rf->rf_lock); in ocfs2_refcount_cache_lock() 172 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_unlock() local 174 spin_unlock(&rf->rf_lock); in ocfs2_refcount_cache_unlock() 179 struct ocfs2_refcount_tree *rf = cache_info_to_refcount(ci); in ocfs2_refcount_cache_io_lock() local 181 mutex_lock(&rf->rf_io_mutex); in ocfs2_refcount_cache_io_lock() [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | Makefile | 185 rm -rf $(INCL_FILES) *.axw
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 486 u32 *rf; in ath5k_hw_rf_gainf_corr() local 505 rf = ah->ah_rf_banks; in ath5k_hw_rf_gainf_corr() 552 u32 *rf; in ath5k_hw_rf_check_gainf_readback() local 557 rf = ah->ah_rf_banks; in ath5k_hw_rf_check_gainf_readback()
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
D | pinctrl-nomadik-db8500.c | 879 DB8500_FUNC_GROUPS(rf, "rf_oc1_1", "rf_oc1_2"); 937 FUNCTION(rf),
|
/linux-4.4.14/Documentation/ |
D | gcov.txt | 254 rm -rf $TEMPDIR
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 3089 bool onoff, rf, ipc, vs, hs, de; in _dispc_mgr_set_lcd_timings() local 3150 rf = false; in _dispc_mgr_set_lcd_timings() 3153 rf = true; in _dispc_mgr_set_lcd_timings() 3160 FLD_VAL(rf, 16, 16) | in _dispc_mgr_set_lcd_timings() 3178 val = (rf << 0) | (ipc << 3) | (onoff << 6); in _dispc_mgr_set_lcd_timings()
|
/linux-4.4.14/ |
D | Makefile | 1123 @rm -rf $(MODLIB)/kernel 1564 cmd_rmdirs = rm -rf $(rm-dirs)
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-ds1685.c | 1466 DS1685_RTC_SYSFS_CTRL_REG_RW(rf);
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell 511 44..22.. TThhee ppiiooccttll iinntteerrffaaccee
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 693 u8 rf[0x1]; member
|