Lines Matching refs:locked
1515 int locked = FALSE; in stv0900_status() local
1524 locked = FALSE; in stv0900_status()
1527 locked = stv0900_get_bits(intp, LOCK_DEFINITIF) && in stv0900_status()
1532 locked = stv0900_get_bits(intp, LOCK_DEFINITIF) && in stv0900_status()
1538 dprintk("%s: locked = %d\n", __func__, locked); in stv0900_status()
1551 return locked; in stv0900_status()
1595 p_result.locked = FALSE; in stv0900_search()
1617 p_result.locked = intp->result[demod].locked; in stv0900_search()
1629 p_result.locked = FALSE; in stv0900_search()
1641 if ((p_result.locked == TRUE) && (error == STV0900_NO_ERROR)) { in stv0900_search()
1868 p->frequency = p_result.locked ? p_result.frequency : 0; in stv0900_get_frontend()
1869 p->symbol_rate = p_result.locked ? p_result.symbol_rate : 0; in stv0900_get_frontend()