Home
last modified time | relevance | path

Searched refs:first_channel (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/hwtracing/stm/
H A Dpolicy.c34 unsigned int first_channel; member
56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()
137 count = sprintf(page, "%u %u\n", policy_node->first_channel, in stp_policy_node_channels_show()
168 policy_node->first_channel = first; in stp_policy_node_channels_store()
261 policy_node->first_channel = 0; in stp_policy_node_make()
/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.c642 u8 first_channel = 0, next_chan = 0, max_pwr = 0; in lbs_set_11d_domain_info() local
686 next_chan = first_channel = (u32) ch->hw_value; in lbs_set_11d_domain_info()
700 first_channel, num_parsed_chan, in lbs_set_11d_domain_info()
703 t->chans.first_channel = first_channel; in lbs_set_11d_domain_info()
713 lbs_deb_11d("11D triplet (%d, %d, %d)\n", first_channel, in lbs_set_11d_domain_info()
716 t->chans.first_channel = first_channel; in lbs_set_11d_domain_info()
/linux/drivers/edac/
H A Dsb_edac.c3090 long channel_mask, first_channel; in sbridge_mce_output_error() local
3193 first_channel = find_first_bit(&channel_mask, NUM_CHANNELS); in sbridge_mce_output_error()
3211 channel = first_channel; in sbridge_mce_output_error()
/linux/include/linux/
H A Dieee80211.h2133 u8 first_channel; member
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c531 t->chans.first_channel = first_chan; in nxpwifi_send_domain_info_cmd_fw()
544 t->chans.first_channel = first_chan; in nxpwifi_send_domain_info_cmd_fw()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c603 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw()
616 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw()
/linux/net/mac80211/
H A Dmlme.c3636 u8 first_channel = triplet->chans.first_channel; in ieee80211_find_80211h_pwr_constr() local
3638 if (first_channel >= IEEE80211_COUNTRY_EXTENSION_ID) in ieee80211_find_80211h_pwr_constr()
3642 if (first_channel + i * chan_increment == chan) { in ieee80211_find_80211h_pwr_constr()