Searched refs:band_list (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/platform/x86/amd/ |
| H A D | wbrf.c | 29 struct freq_band_range band_list[MAX_NUM_OF_WBRF_RANGES]; member 54 for (i = 0; i < ARRAY_SIZE(in->band_list); i++) { in wbrf_record() 55 if (in->band_list[i].start && in->band_list[i].end) in wbrf_record() 93 for (i = 0; i < ARRAY_SIZE(in->band_list); i++) { in wbrf_record() 94 if (!in->band_list[i].start || !in->band_list[i].end) in wbrf_record() 98 tmp[arg_idx++].integer.value = in->band_list[i].start; in wbrf_record() 100 tmp[arg_idx++].integer.value = in->band_list[i].end; in wbrf_record() 266 memcpy(out->band_list, acpi_out.band_list, sizeof(acpi_out.band_list)); in amd_wbrf_retrieve_freq_band()
|
| /linux/net/mac80211/ |
| H A D | wbrf.c | 53 ranges_in->band_list[0].start = start_freq1; in get_ranges_from_chandef() 54 ranges_in->band_list[0].end = end_freq1; in get_ranges_from_chandef() 60 ranges_in->band_list[1].start = start_freq2; in get_ranges_from_chandef() 61 ranges_in->band_list[1].end = end_freq2; in get_ranges_from_chandef()
|
| /linux/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi_phy_8998.c | 161 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 D | acpi_amd_wbrf.h | 37 struct freq_band_range band_list[MAX_NUM_OF_WBRF_RANGES]; member
|
| /linux/sound/pci/asihpi/ |
| H A D | asihpi.c | 1829 u16 *band_list, u32 len) { in asihpi_tuner_band_query() 1836 h_control, i, &band_list[i]); in asihpi_tuner_band_query() 1821 asihpi_tuner_band_query(struct snd_kcontrol * kcontrol,u16 * band_list,u32 len) asihpi_tuner_band_query() argument
|