Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c2274 struct mwifiex_chan_scan_param_set *temp_chan; in mwifiex_cmd_802_11_bg_scan_config() local
2375 temp_chan = &chan_list_tlv->chan_scan_param[chan_idx]; in mwifiex_cmd_802_11_bg_scan_config()
2381 temp_chan->chan_number = in mwifiex_cmd_802_11_bg_scan_config()
2383 temp_chan->radio_type = in mwifiex_cmd_802_11_bg_scan_config()
2390 temp_chan->chan_scan_mode_bitmap in mwifiex_cmd_802_11_bg_scan_config()
2393 temp_chan->chan_scan_mode_bitmap in mwifiex_cmd_802_11_bg_scan_config()
2406 temp_chan->min_scan_time = cpu_to_le16(scan_dur); in mwifiex_cmd_802_11_bg_scan_config()
2407 temp_chan->max_scan_time = cpu_to_le16(scan_dur); in mwifiex_cmd_802_11_bg_scan_config()
/linux-6.15/drivers/hwmon/
H A 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.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c7692 *tx_power = (*temp_chan)->max_reg_power; in ath11k_mac_get_psd_channel()
7723 *tx_power = (*temp_chan)->max_reg_power; in ath11k_mac_get_eirp_power()
7766 &temp_chan, in ath11k_mac_fill_reg_tpc_info()
7768 psd_power = temp_chan->psd; in ath11k_mac_fill_reg_tpc_info()
7780 &temp_chan, in ath11k_mac_fill_reg_tpc_info()
7783 psd_power = temp_chan->psd; in ath11k_mac_fill_reg_tpc_info()
7804 &temp_chan, in ath11k_mac_fill_reg_tpc_info()
7815 &temp_chan, in ath11k_mac_fill_reg_tpc_info()
7833 &temp_chan, in ath11k_mac_fill_reg_tpc_info()
7835 psd_power = temp_chan->psd; in ath11k_mac_fill_reg_tpc_info()
[all …]
/linux-6.15/drivers/iio/adc/
H A Dat91-sama5d2_adc.c482 unsigned int temp_chan; member
756 .temp_chan = AT91_SAMA7G5_ADC_TEMP_CHANNEL,