Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/drivers/comedi/drivers/
H A Dcb_pcidas64.c3168 unsigned int first_channel, last_channel; in set_dac_select_reg() local
3170 first_channel = CR_CHAN(cmd->chanlist[0]); in set_dac_select_reg()
3172 if (last_channel < first_channel) in set_dac_select_reg()
3176 bits = (first_channel & 0x7) | (last_channel & 0x7) << 3; in set_dac_select_reg()
/linux-6.15/drivers/edac/
H A Dsb_edac.c3100 long channel_mask, first_channel; in sbridge_mce_output_error() local
3203 first_channel = find_first_bit(&channel_mask, NUM_CHANNELS); in sbridge_mce_output_error()
3221 channel = first_channel; in sbridge_mce_output_error()
/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h938 u8 first_channel; member
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c602 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw()
615 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw()
/linux-6.15/net/mac80211/
H A Dmlme.c3050 u8 first_channel = triplet->chans.first_channel; in ieee80211_find_80211h_pwr_constr() local
3052 if (first_channel >= IEEE80211_COUNTRY_EXTENSION_ID) in ieee80211_find_80211h_pwr_constr()
3056 if (first_channel + i * chan_increment == chan) { in ieee80211_find_80211h_pwr_constr()
/linux-6.15/include/linux/
H A Dieee80211.h4208 u8 first_channel; member