Searched refs:first_channel (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/hwtracing/stm/ |
H A D | policy.c | 42 unsigned int first_channel; member in struct:stp_policy_node 54 *cstart = policy_node->first_channel; stp_policy_node_get_ranges() 133 count = sprintf(page, "%u %u\n", policy_node->first_channel, stp_policy_node_channels_show() 164 policy_node->first_channel = first; stp_policy_node_channels_store() 223 policy_node->first_channel = 0; stp_policy_node_make()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | cmd.c | 750 u8 first_channel = 0, next_chan = 0, max_pwr = 0; lbs_set_11d_domain_info() local 795 next_chan = first_channel = (u32) ch->hw_value; lbs_set_11d_domain_info() 809 first_channel, num_parsed_chan, lbs_set_11d_domain_info() 812 t->chans.first_channel = first_channel; lbs_set_11d_domain_info() 822 lbs_deb_11d("11D triplet (%d, %d, %d)\n", first_channel, lbs_set_11d_domain_info() 825 t->chans.first_channel = first_channel; lbs_set_11d_domain_info()
|
/linux-4.4.14/drivers/edac/ |
H A D | sb_edac.c | 2061 long channel_mask, first_channel; sbridge_mce_output_error() local 2136 first_channel = find_first_bit(&channel_mask, NUM_CHANNELS); sbridge_mce_output_error() 2153 channel = first_channel; sbridge_mce_output_error()
|
/linux-4.4.14/include/linux/ |
H A D | ieee80211.h | 2166 * first_channel/reg_extension_id is >= 201 then the IE 2191 * have monotonically increasing first_channel number fields. 2200 u8 first_channel; member in struct:ieee80211_country_ie_triplet::__anon12418::__anon12419
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | cb_pcidas64.c | 3189 unsigned int first_channel, last_channel; set_dac_select_reg() local 3191 first_channel = CR_CHAN(cmd->chanlist[0]); set_dac_select_reg() 3193 if (last_channel < first_channel) set_dac_select_reg() 3197 bits = (first_channel & 0x7) | (last_channel & 0x7) << 3; set_dac_select_reg()
|
/linux-4.4.14/net/mac80211/ |
H A D | mlme.c | 1303 u8 first_channel = triplet->chans.first_channel; ieee80211_find_80211h_pwr_constr() local 1305 if (first_channel >= IEEE80211_COUNTRY_EXTENSION_ID) ieee80211_find_80211h_pwr_constr() 1309 if (first_channel + i * chan_increment == chan) { ieee80211_find_80211h_pwr_constr()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | cfg80211.c | 519 t->chans.first_channel = first_chan; mwifiex_send_domain_info_cmd_fw() 532 t->chans.first_channel = first_chan; mwifiex_send_domain_info_cmd_fw()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
H A D | ipw2200.h | 954 u8 first_channel; member in struct:ipw_country_channel_info
|
Completed in 468 milliseconds