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