Home
last modified time | relevance | path

Searched refs:band_table (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intersil/p54/
Deeprom.c214 old = priv->band_table[band]; in p54_generate_band()
215 priv->band_table[band] = tmp; in p54_generate_band()
905 priv->band_table[NL80211_BAND_2GHZ]; in p54_parse_eeprom()
908 priv->band_table[NL80211_BAND_5GHZ]; in p54_parse_eeprom()
Dp54.h223 struct ieee80211_supported_band *band_table[NUM_NL80211_BANDS]; member
Dmain.c828 kfree(priv->band_table[i]); in p54_free_common()
/linux-6.1.9/fs/
Dfcntl.c690 static const __poll_t band_table[NSIGPOLL] = { variable
760 si.si_band = mangle_poll(band_table[reason - POLL_IN]); in send_sigio_to_task()