Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/vt6655/
Dkey.c86 bssid, (u32 *)key->key, priv->byLocalID); in vnt_set_keymode()
Ddevice.h159 unsigned char byLocalID; member
Ddpc.c105 if (priv->byLocalID > REV_ID_VT3253_A1) in vnt_rx_data()
Dmac.c768 unsigned char byLocalID) in MACvSetKeyEntry() argument
775 if (byLocalID <= 1) in MACvSetKeyEntry()
Dchannel.c200 if (priv->byLocalID > REV_ID_VT3253_B1) { in set_channel()
Dbaseband.c1999 unsigned char by_local_id = priv->byLocalID; in bb_vt3253_init()
Ddevice_main.c224 VNSvInPortB(priv->PortOffset + MAC_REG_LOCALID, &priv->byLocalID); in device_init_registers()
336 if (priv->byLocalID > REV_ID_VT3253_B1) { in device_init_registers()
403 if (priv->byLocalID <= REV_ID_VT3253_A1) in device_init_registers()
Dcard.c431 bb_set_deep_sleep(priv, priv->byLocalID); in CARDbRadioPowerOff()
Dmac.h926 unsigned char byLocalID);
Drxtx.c1013 if (pDevice->byLocalID > REV_ID_VT3253_A1) { in s_cbFillTxBufHead()