Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/vt6655/
Dkey.c84 bssid, (u32 *)key->key, priv->byLocalID); in vnt_set_keymode()
Ddevice.h157 unsigned char byLocalID; member
Ddpc.c103 if (priv->byLocalID > REV_ID_VT3253_A1) in vnt_rx_data()
Dmac.c766 unsigned char byLocalID) in MACvSetKeyEntry() argument
773 if (byLocalID <= 1) in MACvSetKeyEntry()
Dchannel.c196 if (priv->byLocalID > REV_ID_VT3253_B1) { in set_channel()
Dbaseband.c1997 unsigned char by_local_id = priv->byLocalID; in bb_vt3253_init()
Ddevice_main.c222 VNSvInPortB(priv->PortOffset + MAC_REG_LOCALID, &priv->byLocalID); in device_init_registers()
334 if (priv->byLocalID > REV_ID_VT3253_B1) { in device_init_registers()
401 if (priv->byLocalID <= REV_ID_VT3253_A1) in device_init_registers()
Dcard.c430 bb_set_deep_sleep(priv, priv->byLocalID); in CARDbRadioPowerOff()
Dmac.h924 unsigned char byLocalID);
Drxtx.c1015 if (pDevice->byLocalID > REV_ID_VT3253_A1) { in s_cbFillTxBufHead()