Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/p54/
Deeprom.c216 old = priv->band_table[band]; in p54_generate_band()
217 priv->band_table[band] = tmp; in p54_generate_band()
906 priv->band_table[IEEE80211_BAND_2GHZ]; in p54_parse_eeprom()
909 priv->band_table[IEEE80211_BAND_5GHZ]; in p54_parse_eeprom()
Dp54.h226 struct ieee80211_supported_band *band_table[IEEE80211_NUM_BANDS]; member
Dmain.c833 kfree(priv->band_table[i]); in p54_free_common()
/linux-4.4.14/fs/
Dfcntl.c423 static const long band_table[NSIGPOLL] = { variable
480 si.si_band = band_table[reason - POLL_IN]; in send_sigio_to_task()