Searched refs:band1 (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/sound/ |
D | max98095.h | 15 u16 band1[5]; member 26 u16 band1[5]; member
|
D | max98088.h | 15 u16 band1[5]; member
|
/linux-6.1.9/sound/soc/codecs/ |
D | max98088.c | 1460 m98088_eq_band(component, 0, 0, coef_set->band1); in max98088_setup_eq1() 1507 m98088_eq_band(component, 1, 0, coef_set->band1); in max98088_setup_eq2()
|
D | max98095.c | 1536 m98095_eq_band(component, channel, 0, coef_set->band1); in max98095_put_eq_enum() 1687 m98095_biquad_band(component, channel, 0, coef_set->band1); in max98095_put_bq_enum()
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 670 static bool ath11k_mac_band_match(enum nl80211_band band1, enum WMI_HOST_WLAN_BAND band2) in ath11k_mac_band_match() argument 672 return (((band1 == NL80211_BAND_2GHZ) && (band2 & WMI_HOST_WLAN_2G_CAP)) || in ath11k_mac_band_match() 673 (((band1 == NL80211_BAND_5GHZ) || (band1 == NL80211_BAND_6GHZ)) && in ath11k_mac_band_match()
|