Lines Matching refs:tuner_bands
1858 u16 tuner_bands[HPI_TUNER_BAND_LAST];
1861 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1878 u16 tuner_bands[HPI_TUNER_BAND_LAST];
1881 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1888 if (tuner_bands[idx] == band) {
1905 u16 tuner_bands[HPI_TUNER_BAND_LAST];
1908 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1912 if (idx >= ARRAY_SIZE(tuner_bands))
1913 idx = ARRAY_SIZE(tuner_bands) - 1;
1914 band = tuner_bands[idx];
1927 u16 tuner_bands[HPI_TUNER_BAND_LAST];
1931 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1941 idx, tuner_bands[band_iter],