Searched refs:temp_chan (Results 1 – 3 of 3) sorted by relevance
2282 struct mwifiex_chan_scan_param_set *temp_chan; in mwifiex_cmd_802_11_bg_scan_config() local2383 temp_chan = chan_list_tlv->chan_scan_param + chan_idx; in mwifiex_cmd_802_11_bg_scan_config()2390 temp_chan->chan_number = in mwifiex_cmd_802_11_bg_scan_config()2392 temp_chan->radio_type = in mwifiex_cmd_802_11_bg_scan_config()2399 temp_chan->chan_scan_mode_bitmap in mwifiex_cmd_802_11_bg_scan_config()2402 temp_chan->chan_scan_mode_bitmap in mwifiex_cmd_802_11_bg_scan_config()2415 temp_chan->min_scan_time = cpu_to_le16(scan_dur); in mwifiex_cmd_802_11_bg_scan_config()2416 temp_chan->max_scan_time = cpu_to_le16(scan_dur); in mwifiex_cmd_802_11_bg_scan_config()
2119 int temp_chan, int in_chan) in w83795_apply_temp_config() argument2127 if (temp_chan >= 4) in w83795_apply_temp_config()2129 data->temp_mode |= 1 << temp_chan; in w83795_apply_temp_config()2132 data->has_temp |= 1 << temp_chan; in w83795_apply_temp_config()
469 unsigned int temp_chan; member743 .temp_chan = AT91_SAMA7G5_ADC_TEMP_CHANNEL,