Home
last modified time | relevance | path

Searched refs:temp_chan (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c2271 struct mwifiex_chan_scan_param_set *temp_chan; in mwifiex_cmd_802_11_bg_scan_config() local
2372 temp_chan = &chan_list_tlv->chan_scan_param[chan_idx]; in mwifiex_cmd_802_11_bg_scan_config()
2378 temp_chan->chan_number = in mwifiex_cmd_802_11_bg_scan_config()
2380 temp_chan->radio_type = in mwifiex_cmd_802_11_bg_scan_config()
2387 temp_chan->chan_scan_mode_bitmap in mwifiex_cmd_802_11_bg_scan_config()
2390 temp_chan->chan_scan_mode_bitmap in mwifiex_cmd_802_11_bg_scan_config()
2403 temp_chan->min_scan_time = cpu_to_le16(scan_dur); in mwifiex_cmd_802_11_bg_scan_config()
2404 temp_chan->max_scan_time = cpu_to_le16(scan_dur); in mwifiex_cmd_802_11_bg_scan_config()
/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c482 unsigned int temp_chan; member
747 .temp_chan = AT91_SAMA7G5_ADC_TEMP_CHANNEL,