Lines Matching refs:locked
1504 int locked = FALSE; in stv0900_status() local
1513 locked = FALSE; in stv0900_status()
1516 locked = stv0900_get_bits(intp, LOCK_DEFINITIF) && in stv0900_status()
1521 locked = stv0900_get_bits(intp, LOCK_DEFINITIF) && in stv0900_status()
1527 dprintk("%s: locked = %d\n", __func__, locked); in stv0900_status()
1540 return locked; in stv0900_status()
1584 p_result.locked = FALSE; in stv0900_search()
1606 p_result.locked = intp->result[demod].locked; in stv0900_search()
1618 p_result.locked = FALSE; in stv0900_search()
1630 if ((p_result.locked == TRUE) && (error == STV0900_NO_ERROR)) { in stv0900_search()
1859 p->frequency = p_result.locked ? p_result.frequency : 0; in stv0900_get_frontend()
1860 p->symbol_rate = p_result.locked ? p_result.symbol_rate : 0; in stv0900_get_frontend()