Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dcxd2820r_c.c67 priv->ber_running = false; /* tune stops BER counter */ in cxd2820r_set_frontend_c()
249 if (priv->ber_running) { in cxd2820r_read_status_c()
272 priv->ber_running = true; in cxd2820r_read_status_c()
Dcxd2820r_t.c92 priv->ber_running = false; /* tune stops BER counter */ in cxd2820r_set_frontend_t()
343 if (priv->ber_running) { in cxd2820r_read_status_t()
366 priv->ber_running = true; in cxd2820r_read_status_t()
Dcxd2820r_priv.h54 bool ber_running; member