/openbmc/openbmc/poky/meta/recipes-support/gdbm/ |
H A D | gdbm_1.23.bb | 3 and work similar to the standard UNIX dbm. These routines are provided \ 20 # Needed for dbm python module 23 # Stop presence of dbm/nbdm on the host contaminating builds
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/ |
H A D | configure_fixes.patch | 17 -sinclude(build/dbm.m4) 26 +#sinclude(build/dbm.m4)
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_ioctl.c | 668 u16 dbm = 0; in mwifiex_set_tx_power() local 671 dbm = (u16) power_cfg->power_level; in mwifiex_set_tx_power() 672 if ((dbm < priv->min_tx_power_level) || in mwifiex_set_tx_power() 673 (dbm > priv->max_tx_power_level)) { in mwifiex_set_tx_power() 677 dbm, priv->min_tx_power_level, in mwifiex_set_tx_power() 690 dbm : priv->min_tx_power_level; in mwifiex_set_tx_power() 707 pg->power_max = (s8) dbm; in mwifiex_set_tx_power() 715 pg->power_max = (s8) dbm; in mwifiex_set_tx_power() 723 pg->power_max = (s8) dbm; in mwifiex_set_tx_power() 732 pg->power_max = (s8) dbm; in mwifiex_set_tx_power()
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | rf.h | 43 void vnt_rf_rssi_to_dbm(struct vnt_private *priv, u8 rssi, long *dbm);
|
H A D | rf.c | 375 void vnt_rf_rssi_to_dbm(struct vnt_private *priv, u8 rssi, long *dbm) in vnt_rf_rssi_to_dbm() argument 393 *dbm = -1 * (a + b * 2); in vnt_rf_rssi_to_dbm()
|
/openbmc/openbmc/poky/meta/recipes-support/db/ |
H A D | db_5.3.28.bb | 66 PACKAGECONFIG[dbm] = "--enable-dbm,--disable-dbm,"
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 255 quality.dbm.data = P80211ENUM_truth_true; in prism2_get_station() 256 quality.dbm.status = P80211ENUM_msgitem_status_data_ok; in prism2_get_station() 605 int *dbm) in prism2_get_tx_power() argument 625 *dbm = mibitem->data; in prism2_get_tx_power()
|
H A D | p80211metastruct.h | 174 struct p80211item_uint32 dbm; member
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.h | 73 int qtnf_cmd_get_tx_power(const struct qtnf_vif *vif, int *dbm);
|
H A D | cfg80211.c | 884 int *dbm) in qtnf_get_tx_power() argument 889 ret = qtnf_cmd_get_tx_power(vif, dbm); in qtnf_get_tx_power()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | cmd.h | 124 int lbs_set_tx_power(struct lbs_private *priv, s16 dbm);
|
H A D | cmd.c | 535 int lbs_set_tx_power(struct lbs_private *priv, s16 dbm) in lbs_set_tx_power() argument 543 cmd.curlevel = cpu_to_le16(dbm); in lbs_set_tx_power() 545 lbs_deb_cmd("SET_RF_TX_POWER: %d dBm\n", dbm); in lbs_set_tx_power()
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | Kconfig | 103 default "dbm-soc1" if TARGET_SOCFPGA_DEVBOARDS_DBM_SOC1
|
/openbmc/openbmc/poky/meta/recipes-support/apr/ |
H A D | apr-util_1.6.3.bb | 72 PACKAGECONFIG[gdbm] = "--with-dbm=gdbm --with-gdbm=${STAGING_DIR_HOST}${prefix},--without-gdbm,gdbm"
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | device_main.c | 1040 long dbm; in vnt_check_bb_vga() local 1052 RFvRSSITodBm(priv, (u8)priv->current_rssi, &dbm); in vnt_check_bb_vga() 1055 if (dbm < priv->dbm_threshold[i]) { in vnt_check_bb_vga() 1074 (int)dbm, priv->byBBVGANew, in vnt_check_bb_vga() 1082 (int)dbm, priv->byBBVGANew, in vnt_check_bb_vga()
|
/openbmc/linux/net/wireless/ |
H A D | wext-compat.c | 932 int dbm = 0; in cfg80211_wext_siwtxpower() local 954 dbm = data->txpower.value; in cfg80211_wext_siwtxpower() 965 dbm = data->txpower.value; in cfg80211_wext_siwtxpower() 976 ret = rdev_set_tx_power(rdev, wdev, type, DBM_TO_MBM(dbm)); in cfg80211_wext_siwtxpower()
|
H A D | rdev-ops.h | 604 struct wireless_dev *wdev, int *dbm) in rdev_get_tx_power() argument 608 ret = rdev->ops->get_tx_power(&rdev->wiphy, wdev, dbm); in rdev_get_tx_power() 609 trace_rdev_return_int_int(&rdev->wiphy, ret, *dbm); in rdev_get_tx_power()
|
/openbmc/linux/net/mac80211/ |
H A D | trace.h | 2187 int dbm, int ret), 2189 TP_ARGS(local, sdata, dbm, ret), 2194 __field(int, dbm) 2201 __entry->dbm = dbm; 2207 LOCAL_PR_ARG, VIF_PR_ARG, __entry->dbm, __entry->ret
|
H A D | driver-ops.h | 1167 struct ieee80211_sub_if_data *sdata, int *dbm) in drv_get_txpower() argument 1174 ret = local->ops->get_txpower(&local->hw, &sdata->vif, dbm); in drv_get_txpower() 1175 trace_drv_get_txpower(local, sdata, *dbm, ret); in drv_get_txpower()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 1413 int dbm = MBM_TO_DBM(mbm); in ath6kl_cfg80211_set_txpower() local 1416 type, dbm); in ath6kl_cfg80211_set_txpower() 1429 ar->tx_pwr = dbm; in ath6kl_cfg80211_set_txpower() 1437 ath6kl_wmi_set_tx_pwr_cmd(ar->wmi, vif->fw_vif_idx, dbm); in ath6kl_cfg80211_set_txpower() 1444 int *dbm) in ath6kl_cfg80211_get_txpower() argument 1473 *dbm = ar->tx_pwr; in ath6kl_cfg80211_get_txpower()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 2755 s8 dbm; in b43_gphy_estimate_power_out() local 2760 dbm = gphy->tssi2dbm[tmp]; in b43_gphy_estimate_power_out() 2762 return dbm; in b43_gphy_estimate_power_out() 2964 int dbm = pwr_adjust < 0 ? -pwr_adjust : pwr_adjust; in b43_gphy_op_recalc_txpower() local 2968 (pwr_adjust < 0 ? "-" : ""), Q52_ARG(dbm), in b43_gphy_op_recalc_txpower()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/ |
H A D | avahi_0.8.bb | 63 --disable-dbm \
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | phy.c | 1730 s8 dbm = 0; in b43legacy_phy_estimate_power_out() local 1741 dbm = phy->tssi2dbm[tmp]; in b43legacy_phy_estimate_power_out() 1747 return dbm; in b43legacy_phy_estimate_power_out()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | a64.decode | 112 &rri_log rd rn sf dbm 113 @logic_imm_64 1 .. ...... dbm:13 rn:5 rd:5 &rri_log sf=1 114 @logic_imm_32 0 .. ...... 0 dbm:12 rn:5 rd:5 &rri_log sf=0
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 2755 int *dbm) in ath9k_get_txpower() argument 2762 *dbm = avp->chanctx->cur_txpower; in ath9k_get_txpower() 2764 *dbm = sc->cur_chan->cur_txpower; in ath9k_get_txpower() 2767 *dbm /= 2; in ath9k_get_txpower()
|