Home
last modified time | relevance | path

Searched refs:byMaxPwrLevel (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/vt6655/
Drf.c624 priv->byMaxPwrLevel = AL2230_PWR_IDX_LEN; in RFbInit()
628 priv->byMaxPwrLevel = AL7230_PWR_IDX_LEN; in RFbInit()
805 if (byDec >= priv->byMaxPwrLevel) in RFbSetPower()
806 byDec = priv->byMaxPwrLevel-1; in RFbSetPower()
851 if (byPwr >= priv->byMaxPwrLevel) in RFbRawSetPower()
Ddevice.h175 unsigned char byMaxPwrLevel; member