registry_par      530 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c 	struct registry_priv	*registry_par = &pAdapter->registrypriv;
registry_par      534 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c 		if (registry_par->antdiv_cfg == 2) { /*  2:By EFUSE */
registry_par      539 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c 			pHalData->AntDivCfg = registry_par->antdiv_cfg;  /*  0:OFF , 1:ON, 2:By EFUSE */
registry_par      542 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c 		if (registry_par->antdiv_type == 0) {
registry_par      548 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c 			pHalData->TRxAntDivType = registry_par->antdiv_type;
registry_par      141 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	struct registry_priv *registry_par = &padapter->registrypriv;
registry_par      145 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	memcpy(registry_par->ssid.ssid, "ANY", 3);
registry_par      146 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->ssid.ssid_length = 3;
registry_par      148 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->channel = (u8)rtw_channel;
registry_par      149 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->wireless_mode = (u8)rtw_wireless_mode;
registry_par      150 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->vrtl_carrier_sense = (u8)rtw_vrtl_carrier_sense;
registry_par      151 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->vcs_type = (u8)rtw_vcs_type;
registry_par      152 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->rts_thresh = (u16)rtw_rts_thresh;
registry_par      153 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->frag_thresh = (u16)rtw_frag_thresh;
registry_par      154 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->preamble = (u8)rtw_preamble;
registry_par      155 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->smart_ps =  (u8)rtw_smart_ps;
registry_par      156 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->power_mgnt = (u8)rtw_power_mgnt;
registry_par      157 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->ips_mode = (u8)rtw_ips_mode;
registry_par      158 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->mp_mode = 0;
registry_par      159 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->acm_method = (u8)rtw_acm_method;
registry_par      162 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->wmm_enable = (u8)rtw_wmm_enable;
registry_par      163 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->uapsd_enable = (u8)rtw_uapsd_enable;
registry_par      165 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->ht_enable = (u8)rtw_ht_enable;
registry_par      166 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->cbw40_enable = (u8)rtw_cbw40_enable;
registry_par      167 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->ampdu_enable = (u8)rtw_ampdu_enable;
registry_par      168 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->rx_stbc = (u8)rtw_rx_stbc;
registry_par      169 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->ampdu_amsdu = (u8)rtw_ampdu_amsdu;
registry_par      170 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->wifi_spec = (u8)rtw_wifi_spec;
registry_par      171 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->channel_plan = (u8)rtw_channel_plan;
registry_par      172 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->accept_addba_req = true;
registry_par      173 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->antdiv_cfg = (u8)rtw_antdiv_cfg;
registry_par      174 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->antdiv_type = (u8)rtw_antdiv_type;
registry_par      175 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->hwpdn_mode = (u8)rtw_hwpdn_mode;
registry_par      177 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->max_roaming_times = (u8)rtw_max_roaming_times;
registry_par      179 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->fw_iol = rtw_fw_iol;
registry_par      181 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->enable80211d = (u8)rtw_80211d;
registry_par      182 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	snprintf(registry_par->ifname, 16, "%s", ifname);
registry_par      183 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	snprintf(registry_par->if2name, 16, "%s", if2name);
registry_par      184 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->notch_filter = (u8)rtw_notch_filter;
registry_par      185 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	registry_par->monitor_enable = rtw_monitor_enable;
registry_par      118 drivers/staging/rtl8712/os_intfs.c 	struct registry_priv  *registry_par = &padapter->registrypriv;
registry_par      120 drivers/staging/rtl8712/os_intfs.c 	registry_par->chip_version = (u8)chip_version;
registry_par      121 drivers/staging/rtl8712/os_intfs.c 	registry_par->rfintfs = (u8)rfintfs;
registry_par      122 drivers/staging/rtl8712/os_intfs.c 	registry_par->lbkmode = (u8)lbkmode;
registry_par      123 drivers/staging/rtl8712/os_intfs.c 	registry_par->hci = (u8)hci;
registry_par      124 drivers/staging/rtl8712/os_intfs.c 	registry_par->network_mode  = (u8)network_mode;
registry_par      125 drivers/staging/rtl8712/os_intfs.c 	memcpy(registry_par->ssid.Ssid, "ANY", 3);
registry_par      126 drivers/staging/rtl8712/os_intfs.c 	registry_par->ssid.SsidLength = 3;
registry_par      127 drivers/staging/rtl8712/os_intfs.c 	registry_par->channel = (u8)channel;
registry_par      128 drivers/staging/rtl8712/os_intfs.c 	registry_par->wireless_mode = (u8)wireless_mode;
registry_par      129 drivers/staging/rtl8712/os_intfs.c 	registry_par->vrtl_carrier_sense = (u8)vrtl_carrier_sense;
registry_par      130 drivers/staging/rtl8712/os_intfs.c 	registry_par->vcs_type = (u8)vcs_type;
registry_par      131 drivers/staging/rtl8712/os_intfs.c 	registry_par->frag_thresh = (u16)frag_thresh;
registry_par      132 drivers/staging/rtl8712/os_intfs.c 	registry_par->preamble = (u8)preamble;
registry_par      133 drivers/staging/rtl8712/os_intfs.c 	registry_par->scan_mode = (u8)scan_mode;
registry_par      134 drivers/staging/rtl8712/os_intfs.c 	registry_par->adhoc_tx_pwr = (u8)adhoc_tx_pwr;
registry_par      135 drivers/staging/rtl8712/os_intfs.c 	registry_par->soft_ap = (u8)soft_ap;
registry_par      136 drivers/staging/rtl8712/os_intfs.c 	registry_par->smart_ps = (u8)smart_ps;
registry_par      137 drivers/staging/rtl8712/os_intfs.c 	registry_par->power_mgnt = (u8)power_mgnt;
registry_par      138 drivers/staging/rtl8712/os_intfs.c 	registry_par->radio_enable = (u8)radio_enable;
registry_par      139 drivers/staging/rtl8712/os_intfs.c 	registry_par->long_retry_lmt = (u8)long_retry_lmt;
registry_par      140 drivers/staging/rtl8712/os_intfs.c 	registry_par->short_retry_lmt = (u8)short_retry_lmt;
registry_par      141 drivers/staging/rtl8712/os_intfs.c 	registry_par->busy_thresh = (u16)busy_thresh;
registry_par      142 drivers/staging/rtl8712/os_intfs.c 	registry_par->ack_policy = (u8)ack_policy;
registry_par      143 drivers/staging/rtl8712/os_intfs.c 	registry_par->mp_mode = (u8)mp_mode;
registry_par      144 drivers/staging/rtl8712/os_intfs.c 	registry_par->software_encrypt = (u8)software_encrypt;
registry_par      145 drivers/staging/rtl8712/os_intfs.c 	registry_par->software_decrypt = (u8)software_decrypt;
registry_par      147 drivers/staging/rtl8712/os_intfs.c 	registry_par->wmm_enable = (u8)wmm_enable;
registry_par      148 drivers/staging/rtl8712/os_intfs.c 	registry_par->uapsd_enable = (u8)uapsd_enable;
registry_par      149 drivers/staging/rtl8712/os_intfs.c 	registry_par->uapsd_max_sp = (u8)uapsd_max_sp;
registry_par      150 drivers/staging/rtl8712/os_intfs.c 	registry_par->uapsd_acbk_en = (u8)uapsd_acbk_en;
registry_par      151 drivers/staging/rtl8712/os_intfs.c 	registry_par->uapsd_acbe_en = (u8)uapsd_acbe_en;
registry_par      152 drivers/staging/rtl8712/os_intfs.c 	registry_par->uapsd_acvi_en = (u8)uapsd_acvi_en;
registry_par      153 drivers/staging/rtl8712/os_intfs.c 	registry_par->uapsd_acvo_en = (u8)uapsd_acvo_en;
registry_par      154 drivers/staging/rtl8712/os_intfs.c 	registry_par->ht_enable = (u8)ht_enable;
registry_par      155 drivers/staging/rtl8712/os_intfs.c 	registry_par->cbw40_enable = (u8)cbw40_enable;
registry_par      156 drivers/staging/rtl8712/os_intfs.c 	registry_par->ampdu_enable = (u8)ampdu_enable;
registry_par      157 drivers/staging/rtl8712/os_intfs.c 	registry_par->rf_config = (u8)rf_config;
registry_par      158 drivers/staging/rtl8712/os_intfs.c 	registry_par->low_power = (u8)low_power;
registry_par      159 drivers/staging/rtl8712/os_intfs.c 	registry_par->wifi_test = (u8)wifi_test;
registry_par      228 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	struct registry_priv  *registry_par = &padapter->registrypriv;
registry_par      230 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->chip_version = (u8)rtw_chip_version;
registry_par      231 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->rfintfs = (u8)rtw_rfintfs;
registry_par      232 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->lbkmode = (u8)rtw_lbkmode;
registry_par      234 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->network_mode  = (u8)rtw_network_mode;
registry_par      236 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	memcpy(registry_par->ssid.Ssid, "ANY", 3);
registry_par      237 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->ssid.SsidLength = 3;
registry_par      239 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->channel = (u8)rtw_channel;
registry_par      240 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->wireless_mode = (u8)rtw_wireless_mode;
registry_par      242 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->vrtl_carrier_sense = (u8)rtw_vrtl_carrier_sense ;
registry_par      243 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->vcs_type = (u8)rtw_vcs_type;
registry_par      244 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->rts_thresh = (u16)rtw_rts_thresh;
registry_par      245 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->frag_thresh = (u16)rtw_frag_thresh;
registry_par      246 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->preamble = (u8)rtw_preamble;
registry_par      247 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->scan_mode = (u8)rtw_scan_mode;
registry_par      248 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->adhoc_tx_pwr = (u8)rtw_adhoc_tx_pwr;
registry_par      249 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->soft_ap =  (u8)rtw_soft_ap;
registry_par      250 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->smart_ps =  (u8)rtw_smart_ps;
registry_par      251 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->check_fw_ps = (u8)rtw_check_fw_ps;
registry_par      252 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->power_mgnt = (u8)rtw_power_mgnt;
registry_par      253 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->ips_mode = (u8)rtw_ips_mode;
registry_par      254 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->radio_enable = (u8)rtw_radio_enable;
registry_par      255 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->long_retry_lmt = (u8)rtw_long_retry_lmt;
registry_par      256 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->short_retry_lmt = (u8)rtw_short_retry_lmt;
registry_par      257 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->busy_thresh = (u16)rtw_busy_thresh;
registry_par      259 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->ack_policy = (u8)rtw_ack_policy;
registry_par      260 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->software_encrypt = (u8)rtw_software_encrypt;
registry_par      261 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->software_decrypt = (u8)rtw_software_decrypt;
registry_par      263 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->acm_method = (u8)rtw_acm_method;
registry_par      264 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->usb_rxagg_mode = (u8)rtw_usb_rxagg_mode;
registry_par      267 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->wmm_enable = (u8)rtw_wmm_enable;
registry_par      268 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->uapsd_enable = (u8)rtw_uapsd_enable;
registry_par      269 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->uapsd_max_sp = (u8)rtw_uapsd_max_sp;
registry_par      270 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->uapsd_acbk_en = (u8)rtw_uapsd_acbk_en;
registry_par      271 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->uapsd_acbe_en = (u8)rtw_uapsd_acbe_en;
registry_par      272 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->uapsd_acvi_en = (u8)rtw_uapsd_acvi_en;
registry_par      273 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->uapsd_acvo_en = (u8)rtw_uapsd_acvo_en;
registry_par      275 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->ht_enable = (u8)rtw_ht_enable;
registry_par      276 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->bw_mode = (u8)rtw_bw_mode;
registry_par      277 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->ampdu_enable = (u8)rtw_ampdu_enable;
registry_par      278 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->rx_stbc = (u8)rtw_rx_stbc;
registry_par      279 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->ampdu_amsdu = (u8)rtw_ampdu_amsdu;
registry_par      280 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->short_gi = (u8)rtw_short_gi;
registry_par      281 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->ldpc_cap = (u8)rtw_ldpc_cap;
registry_par      282 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->stbc_cap = (u8)rtw_stbc_cap;
registry_par      283 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->beamform_cap = (u8)rtw_beamform_cap;
registry_par      285 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->lowrate_two_xmit = (u8)rtw_lowrate_two_xmit;
registry_par      286 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->rf_config = (u8)rtw_rf_config;
registry_par      287 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->low_power = (u8)rtw_low_power;
registry_par      290 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->wifi_spec = (u8)rtw_wifi_spec;
registry_par      292 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->channel_plan = (u8)rtw_channel_plan;
registry_par      294 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->btcoex = (u8)rtw_btcoex_enable;
registry_par      295 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->bt_iso = (u8)rtw_bt_iso;
registry_par      296 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->bt_sco = (u8)rtw_bt_sco;
registry_par      297 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->bt_ampdu = (u8)rtw_bt_ampdu;
registry_par      298 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->ant_num = (s8)rtw_ant_num;
registry_par      300 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->accept_addba_req = true;
registry_par      302 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->antdiv_cfg = (u8)rtw_antdiv_cfg;
registry_par      303 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->antdiv_type = (u8)rtw_antdiv_type;
registry_par      305 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->hw_wps_pbc = (u8)rtw_hw_wps_pbc;
registry_par      307 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->max_roaming_times = (u8)rtw_max_roaming_times;
registry_par      309 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->enable80211d = (u8)rtw_80211d;
registry_par      311 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	snprintf(registry_par->ifname, 16, "%s", ifname);
registry_par      313 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->notch_filter = (u8)rtw_notch_filter;
registry_par      315 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->RegEnableTxPowerLimit = (u8)rtw_tx_pwr_lmt_enable;
registry_par      316 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->RegEnableTxPowerByRate = (u8)rtw_tx_pwr_by_rate;
registry_par      318 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->RegPowerBase = 14;
registry_par      319 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->TxBBSwing_2G = 0xFF;
registry_par      320 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->TxBBSwing_5G = 0xFF;
registry_par      321 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->bEn_RFE = 1;
registry_par      322 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->RFE_Type = 64;
registry_par      324 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->load_phy_file = (u8)rtw_load_phy_file;
registry_par      325 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->RegDecryptCustomFile = (u8)rtw_decrypt_phy_file;
registry_par      326 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->qos_opt_enable = (u8)rtw_qos_opt_enable;
registry_par      328 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	registry_par->hiq_filter = (u8)rtw_hiq_filter;