Home
last modified time | relevance | path

Searched refs:max_power (Results 51 – 75 of 109) sorted by relevance

12345

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h701 u8 max_power; /* in dBm */ member
H A Dipw2200.c2436 s8 max_power; in ipw_set_tx_power() local
2445 max_power = geo->bg[i].max_power; in ipw_set_tx_power()
2448 tx_power.channels_tx_power[i].tx_power = max_power ? in ipw_set_tx_power()
2449 min(max_power, priv->tx_power) : priv->tx_power; in ipw_set_tx_power()
2464 max_power = geo->a[i].max_power; in ipw_set_tx_power()
2467 tx_power.channels_tx_power[i].tx_power = max_power ? in ipw_set_tx_power()
2468 min(max_power, priv->tx_power) : priv->tx_power; in ipw_set_tx_power()
11286 bg_band->channels[i].max_power = geo->bg[i].max_power; in ipw_wdev_init()
11325 a_band->channels[i].max_power = geo->a[i].max_power; in ipw_wdev_init()
/linux/drivers/sh/maple/
H A Dmaple.c346 memcpy(&mdev->devinfo.max_power, recvbuf + 114, 2); in maple_attach_driver()
/linux/drivers/net/wireless/ath/ath12k/
H A Dreg.c161 ch->maxpower = channel->max_power * 2; in ath12k_reg_update_chan_list()
H A Dmac.c25 .max_power = 30, \
34 .max_power = 30, \
43 .max_power = 30, \
898 arg.max_power = channel->max_power; in ath12k_mac_monitor_vdev_start()
6844 arg.max_power = chandef->chan->max_power * 2; in ath12k_mac_vdev_start_restart()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c57 .max_power = 19, \
66 .max_power = 21, \
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c40 .max_power = 25, \
47 .max_power = 25, \
H A Dsmd.c975 if (min_power > req->channels[i]->max_power) in wcn36xx_smd_update_channel_list()
976 min_power = req->channels[i]->max_power; in wcn36xx_smd_update_channel_list()
983 u32p_replace_bits(&param->reg_info_1, req->channels[i]->max_power, in wcn36xx_smd_update_channel_list()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h168 u8 max_power; member
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h200 short max_power; member
H A Drt2500usb.c1731 info[i].max_power = MAX_TXPOWER; in rt2500usb_probe_hw_mode()
1737 info[i].max_power = MAX_TXPOWER; in rt2500usb_probe_hw_mode()
H A Drt2500pci.c1918 info[i].max_power = MAX_TXPOWER; in rt2500pci_probe_hw_mode()
1924 info[i].max_power = MAX_TXPOWER; in rt2500pci_probe_hw_mode()
H A Drt73usb.c2147 info[i].max_power = MAX_TXPOWER; in rt73usb_probe_hw_mode()
2154 info[i].max_power = MAX_TXPOWER; in rt73usb_probe_hw_mode()
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-habanalabs126 What: /sys/class/accel/accel<n>/device/max_power
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c530 channels[i].max_power, in il_dbgfs_channels_read()
557 channels[i].max_power, in il_dbgfs_channels_read()
/linux/include/net/
H A Dcfg80211.h197 int max_power; member
1136 chandef->chan->max_power); in ieee80211_chandef_max_power()
1139 chandef->chan->max_power); in ieee80211_chandef_max_power()
1143 return chandef->chan->max_power; in ieee80211_chandef_max_power()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c474 channel->max_power = IWL_DEFAULT_MAX_TX_POWER; in iwl_init_channel_map()
491 channel->hw_value, channel->max_power); in iwl_init_channel_map()
/linux/drivers/net/wireless/ath/ath11k/
H A Dreg.c196 ch->maxpower = channel->max_power * 2; in ath11k_reg_update_chan_list()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c1154 if (common->tx_power < channel->max_power) in rsi_set_channel()
1157 chan_cfg->tx_power = cpu_to_le16(channel->max_power); in rsi_set_channel()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c2969 chan_pwr = min_t(int, channel->max_power * 2, MAX_COMBINED_POWER); in ath9k_hw_apply_txpower()
2984 channel->max_power = MAX_COMBINED_POWER / 2; in ath9k_hw_set_txpowerlimit()
2989 channel->max_power = DIV_ROUND_UP(reg->max_power_level, 2); in ath9k_hw_set_txpowerlimit()
H A Dinit.c269 sc->cur_chan->txpower = 2 * ah->curchan->chan->max_power; in ath9k_reg_notifier()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c1054 arg.channel.max_power = channel->max_power * 2; in ath10k_monitor_vdev_start()
1500 arg.channel.max_power = chandef->chan->max_power * 2; in ath10k_vdev_start_restart()
3431 ch->max_power = channel->max_power * 2; in ath10k_update_channel_list()
3451 ch->freq, ch->max_power, ch->max_reg_power, in ath10k_update_channel_list()
9488 .max_power = 30, \
9497 .max_power = 30, \
/linux/drivers/nvme/target/
H A Dadmin-cmd.c479 id->psd[0].max_power = cpu_to_le16(0x9c4); in nvmet_execute_identify_ctrl()
/linux/include/linux/
H A Dnvme.h247 __le16 max_power; /* centiwatts */ member
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c305 chan->max_power = min_t(int, chan->max_reg_power, in __mt7915_init_txpower()

12345