Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dscan.c2287 struct mwifiex_chan_scan_param_set *temp_chan; in mwifiex_cmd_802_11_bg_scan_config() local
2388 temp_chan = chan_list_tlv->chan_scan_param + chan_idx; in mwifiex_cmd_802_11_bg_scan_config()
2395 temp_chan->chan_number = in mwifiex_cmd_802_11_bg_scan_config()
2397 temp_chan->radio_type = in mwifiex_cmd_802_11_bg_scan_config()
2404 temp_chan->chan_scan_mode_bitmap in mwifiex_cmd_802_11_bg_scan_config()
2407 temp_chan->chan_scan_mode_bitmap in mwifiex_cmd_802_11_bg_scan_config()
2420 temp_chan->min_scan_time = cpu_to_le16(scan_dur); in mwifiex_cmd_802_11_bg_scan_config()
2421 temp_chan->max_scan_time = cpu_to_le16(scan_dur); in mwifiex_cmd_802_11_bg_scan_config()
/linux-6.1.9/drivers/hwmon/
Dw83795.c2119 int temp_chan, int in_chan) in w83795_apply_temp_config() argument
2127 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()
/linux-6.1.9/drivers/iio/adc/
Dat91-sama5d2_adc.c469 unsigned int temp_chan; member
743 .temp_chan = AT91_SAMA7G5_ADC_TEMP_CHANNEL,