[go: nahoru, domu]

Searched refs:dm_type (Results 1 - 13 of 13) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.h282 u32 dm_type,
307 u32 dm_type,
H A Drtl_dm.c1664 u32 dm_type, u32 dm_value)
1666 if (dm_type == DIG_TYPE_THRESH_HIGH) {
1668 } else if (dm_type == DIG_TYPE_THRESH_LOW) {
1670 } else if (dm_type == DIG_TYPE_THRESH_HIGHPWR_HIGH) {
1672 } else if (dm_type == DIG_TYPE_THRESH_HIGHPWR_HIGH) {
1674 } else if (dm_type == DIG_TYPE_ENABLE) {
1677 } else if (dm_type == DIG_TYPE_DISABLE) {
1680 } else if (dm_type == DIG_TYPE_DBG_MODE) {
1684 } else if (dm_type == DIG_TYPE_RSSI) {
1688 } else if (dm_type
1663 dm_change_dynamic_initgain_thresh(struct net_device *dev, u32 dm_type, u32 dm_value) argument
[all...]
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Ddm.c387 if (rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER &&
661 if ((rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER) &&
708 (rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER))
721 rtlpriv->dm.dm_type = DM_TYPE_BYDRIVER;
/drivers/staging/rtl8192u/
H A Dr8192U_dm.h223 u32 dm_type, u32 dm_value);
H A Dr8192U_dm.c1744 void dm_change_dynamic_initgain_thresh(struct net_device *dev, u32 dm_type, argument
1747 if (dm_type == DIG_TYPE_THRESH_HIGH)
1751 else if (dm_type == DIG_TYPE_THRESH_LOW)
1755 else if (dm_type == DIG_TYPE_THRESH_HIGHPWR_HIGH)
1759 else if (dm_type == DIG_TYPE_THRESH_HIGHPWR_HIGH)
1763 else if (dm_type == DIG_TYPE_ENABLE)
1768 else if (dm_type == DIG_TYPE_DISABLE)
1773 else if (dm_type == DIG_TYPE_DBG_MODE)
1779 else if (dm_type == DIG_TYPE_RSSI)
1785 else if (dm_type
[all...]
/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Ddm.c697 if (rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER)
820 rtlpriv->dm.dm_type = DM_TYPE_BYDRIVER;
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Ddm.c1297 if (rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER)
1307 rtlpriv->dm.dm_type = DM_TYPE_BYDRIVER;
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Ddm.c974 if (rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER)
1092 rtlpriv->dm.dm_type = DM_TYPE_BYDRIVER;
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Ddm.c251 if (rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER)
297 rtlpriv->dm.dm_type = DM_TYPE_BYDRIVER;
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Ddm.c1185 if (rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER)
1800 rtlpriv->dm.dm_type = DM_TYPE_BYDRIVER;
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Ddm_common.c1235 if (rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER)
1372 rtlpriv->dm.dm_type = DM_TYPE_BYDRIVER;
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Ddm.c567 rtlpriv->dm.dm_type = DM_TYPE_BYDRIVER;
568 if (rtlpriv->dm.dm_type == DM_TYPE_BYDRIVER)
614 rtlpriv->dm.dm_type = DM_TYPE_BYDRIVER;
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1651 u8 dm_type; member in struct:rtl_dm

Completed in 65 milliseconds