Lines Matching defs:tuner_bands
1842 u16 tuner_bands[HPI_TUNER_BAND_LAST];
1845 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1862 u16 tuner_bands[HPI_TUNER_BAND_LAST];
1865 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1872 if (tuner_bands[idx] == band) {
1889 u16 tuner_bands[HPI_TUNER_BAND_LAST];
1892 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1896 if (idx >= ARRAY_SIZE(tuner_bands))
1897 idx = ARRAY_SIZE(tuner_bands) - 1;
1898 band = tuner_bands[idx];
1911 u16 tuner_bands[HPI_TUNER_BAND_LAST];
1915 num_bands = asihpi_tuner_band_query(kcontrol, tuner_bands,
1925 idx, tuner_bands[band_iter],