Searched refs:temp_chan (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | scan.c | 2271 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/hwmon/ |
| H A D | w83795.c | 2119 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/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 8087 struct ieee80211_channel **temp_chan, in ath11k_mac_get_psd_channel() argument 8102 *temp_chan = ieee80211_get_channel(ar->hw->wiphy, *center_freq); in ath11k_mac_get_psd_channel() 8103 *tx_power = (*temp_chan)->max_reg_power; in ath11k_mac_get_psd_channel() 8110 struct ieee80211_channel **temp_chan, in ath11k_mac_get_eirp_power() argument 8133 *temp_chan = ieee80211_get_channel(ar->hw->wiphy, *center_freq); in ath11k_mac_get_eirp_power() 8134 *tx_power = (*temp_chan)->max_reg_power; in ath11k_mac_get_eirp_power() 8145 struct ieee80211_channel *chan, *temp_chan; in ath11k_mac_fill_reg_tpc_info() local 8177 &temp_chan, in ath11k_mac_fill_reg_tpc_info() 8179 psd_power = temp_chan->psd; in ath11k_mac_fill_reg_tpc_info() 8191 &temp_chan, in ath11k_mac_fill_reg_tpc_info() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 11740 struct ieee80211_channel **temp_chan, in ath12k_mac_get_psd_channel() argument 11755 *temp_chan = ieee80211_get_channel(ar->ah->hw->wiphy, *center_freq); in ath12k_mac_get_psd_channel() 11756 *tx_power = (*temp_chan)->max_reg_power; in ath12k_mac_get_psd_channel() 11763 struct ieee80211_channel **temp_chan, in ath12k_mac_get_eirp_power() argument 11786 *temp_chan = ieee80211_get_channel(ar->ah->hw->wiphy, *center_freq); in ath12k_mac_get_eirp_power() 11787 *tx_power = (*temp_chan)->max_reg_power; in ath12k_mac_get_eirp_power() 11797 struct ieee80211_channel *chan, *temp_chan; in ath12k_mac_fill_reg_tpc_info() local 11829 &temp_chan, in ath12k_mac_fill_reg_tpc_info() 11831 psd_power = temp_chan->psd; in ath12k_mac_fill_reg_tpc_info() 11843 &temp_chan, in ath12k_mac_fill_reg_tpc_info() [all …]
|
| /linux/drivers/iio/adc/ |
| H A D | at91-sama5d2_adc.c | 482 unsigned int temp_chan; member 747 .temp_chan = AT91_SAMA7G5_ADC_TEMP_CHANNEL,
|