Home
last modified time | relevance | path

Searched refs:byLocalID (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/staging/vt6655/
Dbaseband.h93 void BBvSetDeepSleep(struct vnt_private *, unsigned char byLocalID);
94 void BBvExitDeepSleep(struct vnt_private *, unsigned char byLocalID);
Dbaseband.c2019 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
Dkey.c108 bssid, (u32 *)key->key, priv->byLocalID); in vnt_set_keymode()
Ddpc.c120 if (priv->byLocalID > REV_ID_VT3253_A1) in vnt_rx_data()
Dmac.c820 unsigned int uKeyIdx, unsigned char *pbyAddr, u32 *pdwKey, unsigned char byLocalID) in MACvSetKeyEntry() argument
826 if (byLocalID <= 1) in MACvSetKeyEntry()
Ddevice.h278 unsigned char byLocalID; member
Dchannel.c213 if (pDevice->byLocalID > REV_ID_VT3253_B1) { in set_channel()
Dcard.c451 BBvSetDeepSleep(pDevice, pDevice->byLocalID); in CARDbRadioPowerOff()
486 BBvExitDeepSleep(pDevice, pDevice->byLocalID); in CARDbRadioPowerOn()
Ddevice_main.c270 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()
Dmac.h943 unsigned char byLocalID);
Drxtx.c1075 if (pDevice->byLocalID > REV_ID_VT3253_A1) { in s_cbFillTxBufHead()