Home
last modified time | relevance | path

Searched refs:bb_pre_ed_rssi (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/vt6656/
Dbaseband.c566 if (priv->bb_pre_ed_rssi <= 45) { in vnt_update_pre_ed_threshold()
569 } else if (priv->bb_pre_ed_rssi <= 46) { in vnt_update_pre_ed_threshold()
572 } else if (priv->bb_pre_ed_rssi <= 47) { in vnt_update_pre_ed_threshold()
575 } else if (priv->bb_pre_ed_rssi <= 49) { in vnt_update_pre_ed_threshold()
578 } else if (priv->bb_pre_ed_rssi <= 51) { in vnt_update_pre_ed_threshold()
581 } else if (priv->bb_pre_ed_rssi <= 53) { in vnt_update_pre_ed_threshold()
584 } else if (priv->bb_pre_ed_rssi <= 55) { in vnt_update_pre_ed_threshold()
587 } else if (priv->bb_pre_ed_rssi <= 56) { in vnt_update_pre_ed_threshold()
591 } else if (priv->bb_pre_ed_rssi <= 57) { in vnt_update_pre_ed_threshold()
595 } else if (priv->bb_pre_ed_rssi <= 58) { in vnt_update_pre_ed_threshold()
[all …]
Ddpc.c133 priv->bb_pre_ed_rssi = (u8)rx_dbm + 1; in vnt_rx_data()
134 priv->current_rssi = priv->bb_pre_ed_rssi; in vnt_rx_data()
Ddevice.h376 u8 bb_pre_ed_rssi; member