Home
last modified time | relevance | path

Searched refs:dbm (Results 1 – 25 of 114) sorted by relevance

12345

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dwlan_test.c79 int i, j, dbm, dbm2 = 99, index = 0, rssi;
121 dbm = atoi(&rssis[j][1]); /* skip '-' */
122 if (dbm == 0)
124 if (dbm < dbm2) { /* get max rssi */
125 dbm2 = dbm;
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gdbm/
H A Dgdbm_1.23.bb3 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
/OK3568_Linux_fs/buildroot/package/gdbm/
H A DConfig.in6 GNU dbm is a set of database routines that use extensible
7 hashing. It works similar to the standard UNIX dbm routines.
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr-util/
H A Dconfigure_fixes.patch17 -sinclude(build/dbm.m4)
26 +#sinclude(build/dbm.m4)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_pmac.c139 halrf_set_pmac_power(rf, tx->dbm, phy_idx); in halrf_set_pmac_tx()
150 s16 dbm, u8 enable, u8 is_cck, u16 cnt ,u16 time, u16 period)
159 dbm, cnt, time, period);
H A Dhalrf_pmac.h40 s16 dbm; member
138 enum rf_path path, u8 ppdu_type, u8 case_id, s16 dbm,
H A Dhalrf_ex.h92 s32 halrf_get_online_tssi_de(void *rf_void, enum phl_phy_idx phy_idx, u8 path, s32 dbm, s32 puot);
201 enum phl_phy_idx phy, s8 dbm);
258 void halrf_hw_tx(void *rf_void, u8 path, u16 cnt, s16 dbm, u32 rate, u8 bw,
H A Dhalrf.c678 void halrf_hw_tx(void *rf_void, u8 path, u16 cnt, s16 dbm, u32 rate, u8 bw, in halrf_hw_tx() argument
688 halrf_tssi_hw_tx_8852a(rf, HW_PHY_0, path, cnt, dbm, T_HT_MF, 0, enable); in halrf_hw_tx()
1164 s32 halrf_get_online_tssi_de(void *rf_void, enum phl_phy_idx phy_idx, u8 path, s32 dbm, s32 puot) in halrf_get_online_tssi_de() argument
1173 tmp = halrf_get_online_tssi_de_8852a(rf, phy_idx, path, dbm, puot); in halrf_get_online_tssi_de()
1178 tmp = halrf_get_online_tssi_de_8852b(rf, phy_idx, path, dbm, puot); in halrf_get_online_tssi_de()
1759 enum phl_phy_idx phy, s8 dbm) in halrf_set_fix_power_to_struct() argument
1766 pwr->fix_power_dbm[RF_PATH_A] = dbm * 2; in halrf_set_fix_power_to_struct()
1769 pwr->fix_power_dbm[RF_PATH_B] = dbm * 2; in halrf_set_fix_power_to_struct()
1774 halrf_set_fix_power_to_struct_8852ab(rf, phy, dbm); in halrf_set_fix_power_to_struct()
H A Dhalrf_interface.h56 #define halrf_set_pmac_power(rf, dbm, phy_idx) rtw_hal_bb_set_power((rf)->hal_com, dbm, phy_idx) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_pmac.c139 halrf_set_pmac_power(rf, tx->dbm, phy_idx); in halrf_set_pmac_tx()
150 s16 dbm, u8 enable, u8 is_cck, u16 cnt ,u16 time, u16 period)
159 dbm, cnt, time, period);
H A Dhalrf_pmac.h40 s16 dbm; member
138 enum rf_path path, u8 ppdu_type, u8 case_id, s16 dbm,
H A Dhalrf_ex.h92 s32 halrf_get_online_tssi_de(void *rf_void, enum phl_phy_idx phy_idx, u8 path, s32 dbm, s32 puot);
201 enum phl_phy_idx phy, s8 dbm);
258 void halrf_hw_tx(void *rf_void, u8 path, u16 cnt, s16 dbm, u32 rate, u8 bw,
H A Dhalrf.c678 void halrf_hw_tx(void *rf_void, u8 path, u16 cnt, s16 dbm, u32 rate, u8 bw, in halrf_hw_tx() argument
688 halrf_tssi_hw_tx_8852a(rf, HW_PHY_0, path, cnt, dbm, T_HT_MF, 0, enable); in halrf_hw_tx()
1164 s32 halrf_get_online_tssi_de(void *rf_void, enum phl_phy_idx phy_idx, u8 path, s32 dbm, s32 puot) in halrf_get_online_tssi_de() argument
1173 tmp = halrf_get_online_tssi_de_8852a(rf, phy_idx, path, dbm, puot); in halrf_get_online_tssi_de()
1178 tmp = halrf_get_online_tssi_de_8852b(rf, phy_idx, path, dbm, puot); in halrf_get_online_tssi_de()
1759 enum phl_phy_idx phy, s8 dbm) in halrf_set_fix_power_to_struct() argument
1766 pwr->fix_power_dbm[RF_PATH_A] = dbm * 2; in halrf_set_fix_power_to_struct()
1769 pwr->fix_power_dbm[RF_PATH_B] = dbm * 2; in halrf_set_fix_power_to_struct()
1774 halrf_set_fix_power_to_struct_8852ab(rf, phy, dbm); in halrf_set_fix_power_to_struct()
H A Dhalrf_interface.h56 #define halrf_set_pmac_power(rf, dbm, phy_idx) rtw_hal_bb_set_power((rf)->hal_com, dbm, phy_idx) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c680 u16 dbm = 0; in mwifiex_set_tx_power() local
683 dbm = (u16) power_cfg->power_level; in mwifiex_set_tx_power()
684 if ((dbm < priv->min_tx_power_level) || in mwifiex_set_tx_power()
685 (dbm > priv->max_tx_power_level)) { in mwifiex_set_tx_power()
689 dbm, priv->min_tx_power_level, in mwifiex_set_tx_power()
702 dbm : priv->min_tx_power_level; in mwifiex_set_tx_power()
719 pg->power_max = (s8) dbm; in mwifiex_set_tx_power()
727 pg->power_max = (s8) dbm; in mwifiex_set_tx_power()
735 pg->power_max = (s8) dbm; in mwifiex_set_tx_power()
744 pg->power_max = (s8) dbm; in mwifiex_set_tx_power()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/db/
H A Ddb_5.3.28.bb67 PACKAGECONFIG[dbm] = "--enable-dbm,--disable-dbm,"
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dcfg80211.c253 quality.dbm.data = P80211ENUM_truth_true; in prism2_get_station()
254 quality.dbm.status = P80211ENUM_msgitem_status_data_ok; in prism2_get_station()
601 int *dbm) in prism2_get_tx_power() argument
621 *dbm = mibitem->data; in prism2_get_tx_power()
/OK3568_Linux_fs/buildroot/package/libnss/
H A Dlibnss.mk86 $(TARGET_CONFIGURE_OPTS) $(LIBNSS_MAKE) -C $(@D)/nss lib/dbm all \
146 $(HOST_CONFIGURE_OPTS) $(LIBNSS_MAKE) -C $(@D)/nss lib/dbm all \
/OK3568_Linux_fs/kernel/drivers/staging/vt6656/
H A Drf.h45 void vnt_rf_rssi_to_dbm(struct vnt_private *priv, u8 rssi, long *dbm);
H A Drf.c761 void vnt_rf_rssi_to_dbm(struct vnt_private *priv, u8 rssi, long *dbm) in vnt_rf_rssi_to_dbm() argument
781 *dbm = -1 * (a + b * 2); in vnt_rf_rssi_to_dbm()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.h42 u8 path, s32 dbm, s32 puot);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.h42 u8 path, s32 dbm, s32 puot);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/test/mp/
H A Dhal_test_mp_txpwr.c197 PHL_INFO("%s: dbm = %d\n", __FUNCTION__, arg->dbm); in rtw_hal_mp_txpwr_get_online_tssi_de()
200 …hal_status = rtw_hal_rf_get_online_tssi_de(mp->hal, mp->cur_phy, arg->rfpath, arg->dbm, arg->pout,… in rtw_hal_mp_txpwr_get_online_tssi_de()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/test/mp/
H A Dhal_test_mp_txpwr.c197 PHL_INFO("%s: dbm = %d\n", __FUNCTION__, arg->dbm); in rtw_hal_mp_txpwr_get_online_tssi_de()
200 …hal_status = rtw_hal_rf_get_online_tssi_de(mp->hal, mp->cur_phy, arg->rfpath, arg->dbm, arg->pout,… in rtw_hal_mp_txpwr_get_online_tssi_de()
/OK3568_Linux_fs/buildroot/package/apr-util/
H A Dapr-util.mk39 APR_UTIL_CONF_OPTS += --with-dbm=db53 --with-berkeley-db="$(STAGING_DIR)/usr"

12345