Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_v4l2.c742 bool has_sync = false; in nvp6158_sync() local
754 has_sync = true; in nvp6158_sync()
757 has_sync = false; in nvp6158_sync()
759 return has_sync; in nvp6158_sync()
/OK3568_Linux_fs/kernel/sound/pci/rme9652/
H A Dhdspm.c1424 bool has_sync = 0; in hdspm_external_sample_rate() local
1429 has_sync = (HDSPM_SYNC_CHECK_SYNC == in hdspm_external_sample_rate()
1433 has_sync = (HDSPM_SYNC_CHECK_SYNC == in hdspm_external_sample_rate()
1437 if (is_valid_input && has_sync) { in hdspm_external_sample_rate()