Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vt6655/
Drf.c613 priv->byMaxPwrLevel = AL2230_PWR_IDX_LEN; in RFbInit()
617 priv->byMaxPwrLevel = AL7230_PWR_IDX_LEN; in RFbInit()
790 if (byDec >= priv->byMaxPwrLevel) in RFbSetPower()
791 byDec = priv->byMaxPwrLevel - 1; in RFbSetPower()
833 if (byPwr >= priv->byMaxPwrLevel) in RFbRawSetPower()
Ddevice.h162 unsigned char byMaxPwrLevel; member