Home
last modified time | relevance | path

Searched refs:rf_path (Results 1 – 25 of 129) sorted by relevance

123456

/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/common/
H A Drf_path.c93 gpio_set(rf_path->gpio_tx); in switchctrl_set_hackrf_one()
94 gpio_clear(rf_path->gpio_rx); in switchctrl_set_hackrf_one()
96 gpio_clear(rf_path->gpio_tx); in switchctrl_set_hackrf_one()
97 gpio_set(rf_path->gpio_rx); in switchctrl_set_hackrf_one()
118 gpio_set(rf_path->gpio_hp); in switchctrl_set_hackrf_one()
119 gpio_clear(rf_path->gpio_lp); in switchctrl_set_hackrf_one()
122 gpio_set(rf_path->gpio_lp); in switchctrl_set_hackrf_one()
392 switchctrl_set(rf_path, rf_path->switchctrl); in rf_path_set_direction()
417 switchctrl_set(rf_path, rf_path->switchctrl); in rf_path_set_filter()
438 switchctrl_set(rf_path, rf_path->switchctrl); in rf_path_set_lna()
[all …]
H A Drf_path.h74 void rf_path_pin_setup(rf_path_t* const rf_path);
75 void rf_path_init(rf_path_t* const rf_path);
77 void rf_path_set_direction(rf_path_t* const rf_path, const rf_path_direction_t direction);
79 void rf_path_set_filter(rf_path_t* const rf_path, const rf_path_filter_t filter);
81 void rf_path_set_lna(rf_path_t* const rf_path, const uint_fast8_t enable);
82 void rf_path_set_antenna(rf_path_t* const rf_path, const uint_fast8_t enable);
/dports/comms/hackrf/hackrf-31a37bd/firmware/common/
H A Drf_path.c88 gpio_set(rf_path->gpio_tx); in switchctrl_set_hackrf_one()
89 gpio_clear(rf_path->gpio_rx); in switchctrl_set_hackrf_one()
91 gpio_clear(rf_path->gpio_tx); in switchctrl_set_hackrf_one()
92 gpio_set(rf_path->gpio_rx); in switchctrl_set_hackrf_one()
113 gpio_set(rf_path->gpio_hp); in switchctrl_set_hackrf_one()
114 gpio_clear(rf_path->gpio_lp); in switchctrl_set_hackrf_one()
117 gpio_set(rf_path->gpio_lp); in switchctrl_set_hackrf_one()
283 switchctrl_set(rf_path, rf_path->switchctrl); in rf_path_set_direction()
306 switchctrl_set(rf_path, rf_path->switchctrl); in rf_path_set_filter()
325 switchctrl_set(rf_path, rf_path->switchctrl); in rf_path_set_lna()
[all …]
H A Drf_path.h61 void rf_path_pin_setup(rf_path_t* const rf_path);
62 void rf_path_init(rf_path_t* const rf_path);
64 void rf_path_set_direction(rf_path_t* const rf_path, const rf_path_direction_t direction);
66 void rf_path_set_filter(rf_path_t* const rf_path, const rf_path_filter_t filter);
68 void rf_path_set_lna(rf_path_t* const rf_path, const uint_fast8_t enable);
69 void rf_path_set_antenna(rf_path_t* const rf_path, const uint_fast8_t enable);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Dodm_NoiseMonitor.c29 u8 max_rf_path = 0, rf_path; in odm_InbandNoise_Monitor_NSeries() local
83 for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { in odm_InbandNoise_Monitor_NSeries()
84 noise_data.sval[rf_path] = (s8)noise_data.value[rf_path]; in odm_InbandNoise_Monitor_NSeries()
85 noise_data.sval[rf_path] /= 2; in odm_InbandNoise_Monitor_NSeries()
94 for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { in odm_InbandNoise_Monitor_NSeries()
95 …if ((noise_data.valid_cnt[rf_path] < ValidCnt) && (noise_data.sval[rf_path] < Valid_Max && noise_d… in odm_InbandNoise_Monitor_NSeries()
96 noise_data.valid_cnt[rf_path]++; in odm_InbandNoise_Monitor_NSeries()
97 noise_data.sum[rf_path] += noise_data.sval[rf_path]; in odm_InbandNoise_Monitor_NSeries()
111 for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { in odm_InbandNoise_Monitor_NSeries()
114 noise_data.sum[rf_path] /= noise_data.valid_cnt[rf_path]; in odm_InbandNoise_Monitor_NSeries()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Dodm_NoiseMonitor.c29 u8 max_rf_path = 0, rf_path; in odm_InbandNoise_Monitor_NSeries() local
83 for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { in odm_InbandNoise_Monitor_NSeries()
84 noise_data.sval[rf_path] = (s8)noise_data.value[rf_path]; in odm_InbandNoise_Monitor_NSeries()
85 noise_data.sval[rf_path] /= 2; in odm_InbandNoise_Monitor_NSeries()
94 for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { in odm_InbandNoise_Monitor_NSeries()
95 …if ((noise_data.valid_cnt[rf_path] < ValidCnt) && (noise_data.sval[rf_path] < Valid_Max && noise_d… in odm_InbandNoise_Monitor_NSeries()
96 noise_data.valid_cnt[rf_path]++; in odm_InbandNoise_Monitor_NSeries()
97 noise_data.sum[rf_path] += noise_data.sval[rf_path]; in odm_InbandNoise_Monitor_NSeries()
111 for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { in odm_InbandNoise_Monitor_NSeries()
114 noise_data.sum[rf_path] /= noise_data.valid_cnt[rf_path]; in odm_InbandNoise_Monitor_NSeries()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Dodm_NoiseMonitor.c29 u8 max_rf_path = 0, rf_path; in odm_InbandNoise_Monitor_NSeries() local
83 for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { in odm_InbandNoise_Monitor_NSeries()
84 noise_data.sval[rf_path] = (s8)noise_data.value[rf_path]; in odm_InbandNoise_Monitor_NSeries()
85 noise_data.sval[rf_path] /= 2; in odm_InbandNoise_Monitor_NSeries()
94 for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { in odm_InbandNoise_Monitor_NSeries()
95 …if ((noise_data.valid_cnt[rf_path] < ValidCnt) && (noise_data.sval[rf_path] < Valid_Max && noise_d… in odm_InbandNoise_Monitor_NSeries()
96 noise_data.valid_cnt[rf_path]++; in odm_InbandNoise_Monitor_NSeries()
97 noise_data.sum[rf_path] += noise_data.sval[rf_path]; in odm_InbandNoise_Monitor_NSeries()
111 for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { in odm_InbandNoise_Monitor_NSeries()
114 noise_data.sum[rf_path] /= noise_data.valid_cnt[rf_path]; in odm_InbandNoise_Monitor_NSeries()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dlanguage.c61 char *rf_path; in read_language_prefs() local
64 rf_path = get_persconffile_path(LANGUAGE_FILE_NAME, FALSE); in read_language_prefs()
66 if ((rf = ws_fopen(rf_path, "r")) != NULL) { in read_language_prefs()
67 read_prefs_file(rf_path, rf, read_language_pref, NULL); in read_language_prefs()
72 g_free(rf_path); in read_language_prefs()
79 char *rf_path; in write_language_prefs() local
98 rf_path = get_persconffile_path(LANGUAGE_FILE_NAME, FALSE); in write_language_prefs()
99 if ((rf = ws_fopen(rf_path, "w")) == NULL) { in write_language_prefs()
101 "Can't open recent file\n\"%s\": %s.", rf_path, in write_language_prefs()
103 g_free(rf_path); in write_language_prefs()
[all …]
H A Drecent.c647 char *rf_path; in write_recent() local
672 g_free(rf_path); in write_recent()
675 g_free(rf_path); in write_recent()
789 char *rf_path; in write_profile_recent() local
814 g_free(rf_path); in write_profile_recent()
817 g_free(rf_path); in write_profile_recent()
1285 char *rf_path; in recent_read_static() local
1327 g_free(rf_path); in recent_read_static()
1421 g_free(rf_path); in recent_read_profile_static()
1429 char *rf_path; in recent_read_dynamic() local
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dlanguage.c61 char *rf_path; in read_language_prefs() local
64 rf_path = get_persconffile_path(LANGUAGE_FILE_NAME, FALSE); in read_language_prefs()
66 if ((rf = ws_fopen(rf_path, "r")) != NULL) { in read_language_prefs()
67 read_prefs_file(rf_path, rf, read_language_pref, NULL); in read_language_prefs()
72 g_free(rf_path); in read_language_prefs()
79 char *rf_path; in write_language_prefs() local
98 rf_path = get_persconffile_path(LANGUAGE_FILE_NAME, FALSE); in write_language_prefs()
99 if ((rf = ws_fopen(rf_path, "w")) == NULL) { in write_language_prefs()
101 "Can't open recent file\n\"%s\": %s.", rf_path, in write_language_prefs()
103 g_free(rf_path); in write_language_prefs()
[all …]
H A Drecent.c647 char *rf_path; in write_recent() local
672 g_free(rf_path); in write_recent()
675 g_free(rf_path); in write_recent()
789 char *rf_path; in write_profile_recent() local
814 g_free(rf_path); in write_profile_recent()
817 g_free(rf_path); in write_profile_recent()
1285 char *rf_path; in recent_read_static() local
1327 g_free(rf_path); in recent_read_static()
1421 g_free(rf_path); in recent_read_profile_static()
1429 char *rf_path; in recent_read_dynamic() local
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dlanguage.c61 char *rf_path; in read_language_prefs() local
64 rf_path = get_persconffile_path(LANGUAGE_FILE_NAME, FALSE); in read_language_prefs()
66 if ((rf = ws_fopen(rf_path, "r")) != NULL) { in read_language_prefs()
67 read_prefs_file(rf_path, rf, read_language_pref, NULL); in read_language_prefs()
72 g_free(rf_path); in read_language_prefs()
79 char *rf_path; in write_language_prefs() local
98 rf_path = get_persconffile_path(LANGUAGE_FILE_NAME, FALSE); in write_language_prefs()
99 if ((rf = ws_fopen(rf_path, "w")) == NULL) { in write_language_prefs()
101 "Can't open recent file\n\"%s\": %s.", rf_path, in write_language_prefs()
103 g_free(rf_path); in write_language_prefs()
[all …]
H A Drecent.c647 char *rf_path; in write_recent() local
672 g_free(rf_path); in write_recent()
675 g_free(rf_path); in write_recent()
789 char *rf_path; in write_profile_recent() local
814 g_free(rf_path); in write_profile_recent()
817 g_free(rf_path); in write_profile_recent()
1285 char *rf_path; in recent_read_static() local
1327 g_free(rf_path); in recent_read_static()
1421 g_free(rf_path); in recent_read_profile_static()
1429 char *rf_path; in recent_read_dynamic() local
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dlanguage.c61 char *rf_path; in read_language_prefs() local
64 rf_path = get_persconffile_path(LANGUAGE_FILE_NAME, FALSE); in read_language_prefs()
66 if ((rf = ws_fopen(rf_path, "r")) != NULL) { in read_language_prefs()
67 read_prefs_file(rf_path, rf, read_language_pref, NULL); in read_language_prefs()
72 g_free(rf_path); in read_language_prefs()
79 char *rf_path; in write_language_prefs() local
98 rf_path = get_persconffile_path(LANGUAGE_FILE_NAME, FALSE); in write_language_prefs()
99 if ((rf = ws_fopen(rf_path, "w")) == NULL) { in write_language_prefs()
101 "Can't open recent file\n\"%s\": %s.", rf_path, in write_language_prefs()
103 g_free(rf_path); in write_language_prefs()
[all …]
H A Drecent.c647 char *rf_path; in write_recent() local
672 g_free(rf_path); in write_recent()
675 g_free(rf_path); in write_recent()
789 char *rf_path; in write_profile_recent() local
814 g_free(rf_path); in write_profile_recent()
817 g_free(rf_path); in write_profile_recent()
1285 char *rf_path; in recent_read_static() local
1327 g_free(rf_path); in recent_read_static()
1421 g_free(rf_path); in recent_read_profile_static()
1429 char *rf_path; in recent_read_dynamic() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c1398 for (rf_path = 0; rf_path < 1; rf_path++) { in _rtl8723e_read_txpower_info_from_hwpg()
1425 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl8723e_read_txpower_info_from_hwpg()
1430 [rf_path][i]); in _rtl8723e_read_txpower_info_from_hwpg()
1431 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl8723e_read_txpower_info_from_hwpg()
1435 rf_path, i, in _rtl8723e_read_txpower_info_from_hwpg()
1437 [rf_path][i]); in _rtl8723e_read_txpower_info_from_hwpg()
1438 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl8723e_read_txpower_info_from_hwpg()
1442 rf_path, i, in _rtl8723e_read_txpower_info_from_hwpg()
1446 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl8723e_read_txpower_info_from_hwpg()
1474 rf_path, i, in _rtl8723e_read_txpower_info_from_hwpg()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c1429 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92ce_read_txpower_info_from_hwpg()
1461 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92ce_read_txpower_info_from_hwpg()
1465 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1468 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92ce_read_txpower_info_from_hwpg()
1472 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1475 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92ce_read_txpower_info_from_hwpg()
1479 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1483 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92ce_read_txpower_info_from_hwpg()
1513 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1532 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92ce_read_txpower_info_from_hwpg()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c107 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg()
137 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg()
141 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
144 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg()
148 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
151 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg()
155 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
158 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg()
200 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg()
220 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c107 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg()
137 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg()
141 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
144 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg()
148 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
151 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg()
155 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
158 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg()
200 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg()
220 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c1398 for (rf_path = 0; rf_path < 1; rf_path++) { in _rtl8723e_read_txpower_info_from_hwpg()
1425 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl8723e_read_txpower_info_from_hwpg()
1430 [rf_path][i]); in _rtl8723e_read_txpower_info_from_hwpg()
1431 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl8723e_read_txpower_info_from_hwpg()
1435 rf_path, i, in _rtl8723e_read_txpower_info_from_hwpg()
1437 [rf_path][i]); in _rtl8723e_read_txpower_info_from_hwpg()
1438 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl8723e_read_txpower_info_from_hwpg()
1442 rf_path, i, in _rtl8723e_read_txpower_info_from_hwpg()
1446 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl8723e_read_txpower_info_from_hwpg()
1474 rf_path, i, in _rtl8723e_read_txpower_info_from_hwpg()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c1429 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92ce_read_txpower_info_from_hwpg()
1461 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92ce_read_txpower_info_from_hwpg()
1465 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1468 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92ce_read_txpower_info_from_hwpg()
1472 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1475 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92ce_read_txpower_info_from_hwpg()
1479 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1483 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92ce_read_txpower_info_from_hwpg()
1513 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1532 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92ce_read_txpower_info_from_hwpg()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c1429 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92ce_read_txpower_info_from_hwpg()
1461 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92ce_read_txpower_info_from_hwpg()
1465 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1468 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92ce_read_txpower_info_from_hwpg()
1472 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1475 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92ce_read_txpower_info_from_hwpg()
1479 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1483 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92ce_read_txpower_info_from_hwpg()
1513 rf_path, i, in _rtl92ce_read_txpower_info_from_hwpg()
1532 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92ce_read_txpower_info_from_hwpg()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c107 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg()
137 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg()
141 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
144 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg()
148 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
151 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92cu_read_txpower_info_from_hwpg()
155 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
158 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg()
200 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92cu_read_txpower_info_from_hwpg()
220 rf_path, i, in _rtl92cu_read_txpower_info_from_hwpg()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c1398 for (rf_path = 0; rf_path < 1; rf_path++) { in _rtl8723e_read_txpower_info_from_hwpg()
1425 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl8723e_read_txpower_info_from_hwpg()
1430 [rf_path][i]); in _rtl8723e_read_txpower_info_from_hwpg()
1431 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl8723e_read_txpower_info_from_hwpg()
1435 rf_path, i, in _rtl8723e_read_txpower_info_from_hwpg()
1437 [rf_path][i]); in _rtl8723e_read_txpower_info_from_hwpg()
1438 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl8723e_read_txpower_info_from_hwpg()
1442 rf_path, i, in _rtl8723e_read_txpower_info_from_hwpg()
1446 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl8723e_read_txpower_info_from_hwpg()
1474 rf_path, i, in _rtl8723e_read_txpower_info_from_hwpg()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dhw.c1718 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92se_read_adapter_info()
1735 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92se_read_adapter_info()
1739 rf_path, i, in _rtl92se_read_adapter_info()
1742 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92se_read_adapter_info()
1746 rf_path, i, in _rtl92se_read_adapter_info()
1749 for (rf_path = 0; rf_path < 2; rf_path++) in _rtl92se_read_adapter_info()
1753 rf_path, i, in _rtl92se_read_adapter_info()
1757 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92se_read_adapter_info()
1787 rf_path, i, in _rtl92se_read_adapter_info()
1794 for (rf_path = 0; rf_path < 2; rf_path++) { in _rtl92se_read_adapter_info()
[all …]

123456