Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dtvp514x.c538 u8 sync_lock_status, lock_mask; in tvp514x_querystd() local
594 sync_lock_status = tvp514x_read_reg(sd, REG_STATUS1); in tvp514x_querystd()
595 if (lock_mask != (sync_lock_status & lock_mask)) { in tvp514x_querystd()