Searched refs:byRFType (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/vt6655/ |
D | baseband.c | 2018 unsigned char byRFType = priv->byRFType; in BBbVT3253Init() local 2021 if (byRFType == RF_RFMD2959) { in BBbVT3253Init() 2050 } else if ((byRFType == RF_AIROHA) || (byRFType == RF_AL2230S)) { in BBbVT3253Init() 2068 } else if (byRFType == RF_UW2451) { in BBbVT3253Init() 2090 } else if (byRFType == RF_UW2452) { in BBbVT3253Init() 2128 } else if (byRFType == RF_VT3226) { in BBbVT3253Init() 2149 } else if (byRFType == RF_AIROHA7230) { in BBbVT3253Init()
|
D | rf.h | 77 bool RFbSelectChannel(struct vnt_private *, unsigned char byRFType, u16); 81 bool RFvWriteWakeProgSyn(struct vnt_private *, unsigned char byRFType, u16);
|
D | card.c | 217 if (pDevice->byRFType == RF_AIROHA7230) { in CARDbSetPhyParameter() 227 } else if (pDevice->byRFType == RF_UW2452) { in CARDbSetPhyParameter() 245 if (pDevice->byRFType == RF_AIROHA7230) { in CARDbSetPhyParameter() 253 } else if (pDevice->byRFType == RF_UW2452) { in CARDbSetPhyParameter() 268 if (pDevice->byRFType == RF_AIROHA7230) { in CARDbSetPhyParameter() 276 } else if (pDevice->byRFType == RF_UW2452) { in CARDbSetPhyParameter() 305 if (pDevice->byRFType == RF_RFMD2959) { in CARDbSetPhyParameter() 434 switch (pDevice->byRFType) { in CARDbRadioPowerOff() 490 switch (pDevice->byRFType) { in CARDbRadioPowerOn()
|
D | channel.c | 135 switch (priv->byRFType) { in vnt_init_bands() 199 if (pDevice->byRFType == RF_AIROHA7230) in set_channel() 204 bResult &= RFbSelectChannel(pDevice, pDevice->byRFType, in set_channel() 209 RFvWriteWakeProgSyn(pDevice, pDevice->byRFType, ch->hw_value); in set_channel()
|
D | rf.c | 621 switch (priv->byRFType) { in RFbInit() 654 bool RFbSelectChannel(struct vnt_private *priv, unsigned char byRFType, in RFbSelectChannel() argument 659 switch (byRFType) { in RFbSelectChannel() 691 bool RFvWriteWakeProgSyn(struct vnt_private *priv, unsigned char byRFType, in RFvWriteWakeProgSyn() argument 700 switch (byRFType) { in RFvWriteWakeProgSyn() 800 if (priv->byRFType == RF_UW2452) in RFbSetPower() 854 switch (priv->byRFType) { in RFbRawSetPower() 918 switch (priv->byRFType) { in RFvRSSITodBm()
|
D | device.h | 279 unsigned char byRFType; member
|
D | device_main.c | 1790 priv->byRFType = SROMbyReadEmbedded(priv->PortOffset, EEP_OFS_RFTYPE); in vt6655_probe() 1791 priv->byRFType &= RF_MASK; in vt6655_probe() 1793 dev_dbg(&pcid->dev, "RF Type = %x\n", priv->byRFType); in vt6655_probe()
|