Searched refs:byLocalID (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/vt6655/ |
H A D | baseband.h | 93 void BBvSetDeepSleep(struct vnt_private *, unsigned char byLocalID); 94 void BBvExitDeepSleep(struct vnt_private *, unsigned char byLocalID);
|
H A D | dpc.c | 120 if (priv->byLocalID > REV_ID_VT3253_A1) vnt_rx_data()
|
H A D | key.c | 108 bssid, (u32 *)key->key, priv->byLocalID); vnt_set_keymode()
|
H A D | channel.c | 213 if (pDevice->byLocalID > REV_ID_VT3253_B1) { set_channel()
|
H A D | baseband.c | 2019 unsigned char byLocalID = priv->byLocalID; BBbVT3253Init() local 2022 if (byLocalID <= REV_ID_VT3253_A1) { BBbVT3253Init() 2184 if (byLocalID > REV_ID_VT3253_A1) { BBbVT3253Init() 2386 BBvSetDeepSleep(struct vnt_private *priv, unsigned char byLocalID) BBvSetDeepSleep() argument 2393 BBvExitDeepSleep(struct vnt_private *priv, unsigned char byLocalID) BBvExitDeepSleep() argument
|
H A D | device.h | 278 unsigned char byLocalID; member in struct:vnt_private
|
H A D | card.c | 451 BBvSetDeepSleep(pDevice, pDevice->byLocalID); CARDbRadioPowerOff() 486 BBvExitDeepSleep(pDevice, pDevice->byLocalID); CARDbRadioPowerOn()
|
H A D | mac.c | 820 unsigned int uKeyIdx, unsigned char *pbyAddr, u32 *pdwKey, unsigned char byLocalID) MACvSetKeyEntry() 826 if (byLocalID <= 1) MACvSetKeyEntry() 819 MACvSetKeyEntry(void __iomem *dwIoBase, unsigned short wKeyCtl, unsigned int uEntryIdx, unsigned int uKeyIdx, unsigned char *pbyAddr, u32 *pdwKey, unsigned char byLocalID) MACvSetKeyEntry() argument
|
H A D | device_main.c | 270 VNSvInPortB(pDevice->PortOffset + MAC_REG_LOCALID, &pDevice->byLocalID); device_init_registers() 381 if (pDevice->byLocalID > REV_ID_VT3253_B1) { device_init_registers() 448 if (pDevice->byLocalID <= REV_ID_VT3253_A1) device_init_registers()
|
H A D | mac.h | 943 unsigned char byLocalID);
|
H A D | rxtx.c | 1075 if (pDevice->byLocalID > REV_ID_VT3253_A1) { s_cbFillTxBufHead()
|
Completed in 158 milliseconds