Home
last modified time | relevance | path

Searched refs:band_list (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/platform/x86/amd/
H A Dwbrf.c29 struct freq_band_range band_list[MAX_NUM_OF_WBRF_RANGES]; member
56 for (i = 0; i < ARRAY_SIZE(in->band_list); i++) { in wbrf_record()
57 if (in->band_list[i].start && in->band_list[i].end) in wbrf_record()
94 for (i = 0; i < ARRAY_SIZE(in->band_list); i++) { in wbrf_record()
95 if (!in->band_list[i].start || !in->band_list[i].end) in wbrf_record()
99 tmp[arg_idx++].integer.value = in->band_list[i].start; in wbrf_record()
101 tmp[arg_idx++].integer.value = in->band_list[i].end; in wbrf_record()
272 memcpy(out->band_list, acpi_out.band_list, sizeof(acpi_out.band_list)); in amd_wbrf_retrieve_freq_band()
/linux/net/mac80211/
H A Dwbrf.c52 ranges_in->band_list[0].start = start_freq1; in get_ranges_from_chandef()
53 ranges_in->band_list[0].end = end_freq1; in get_ranges_from_chandef()
59 ranges_in->band_list[1].start = start_freq2; in get_ranges_from_chandef()
60 ranges_in->band_list[1].end = end_freq2; in get_ranges_from_chandef()
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8998.c161 static const u32 band_list[] = {0, 1, 2, 3}; in pll_get_post_div() local
163 u32 const sz_band = ARRAY_SIZE(band_list); in pll_get_post_div()
173 u64 freq_list[ARRAY_SIZE(ratio_list) * ARRAY_SIZE(band_list)]; in pll_get_post_div()
186 freq *= (ratio_list[i] * (1 << band_list[j])); in pll_get_post_div()
234 found_tx_band_sel = band_list[optimal_index % sz_band]; in pll_get_post_div()
/linux/include/linux/
H A Dacpi_amd_wbrf.h37 struct freq_band_range band_list[MAX_NUM_OF_WBRF_RANGES]; member
/linux/sound/pci/asihpi/
H A Dasihpi.c1821 u16 *band_list, u32 len) { in asihpi_tuner_band_query() argument
1828 h_control, i, &band_list[i]); in asihpi_tuner_band_query()
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c1389 struct freq_band_range *wifi_bands = wbrf_exclusion.band_list; in smu_wbrf_handle_exclusion_ranges()