Searched refs:sync_lock (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | lg2160.c | 1130 int *acq_lock, int *sync_lock) in lg2160_read_lock_status() argument 1136 *sync_lock = 0; in lg2160_read_lock_status() 1142 *sync_lock = (val & 0x20) ? 0 : 1; in lg2160_read_lock_status() 1150 int *acq_lock, int *sync_lock) in lg2161_read_lock_status() argument 1156 *sync_lock = 0; in lg2161_read_lock_status() 1162 *sync_lock = (val & 0x80) ? 0 : 1; in lg2161_read_lock_status() 1175 int *acq_lock, int *sync_lock) in lg216x_read_lock_status() argument 1181 ret = lg2160_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status() 1184 ret = lg2161_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status() 1192 return lg2160_read_lock_status(state, acq_lock, sync_lock); in lg216x_read_lock_status() [all …]
|
D | lgdt3305.c | 916 cr_lock, fec_lock, sync_lock; in lgdt3305_read_status() local 926 sync_lock = (val & (1 << 2)) ? 1 : 0; in lgdt3305_read_status() 933 sync_lock ? "SYNCLOCK " : "", in lgdt3305_read_status() 947 if (sync_lock) in lgdt3305_read_status()
|
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-demod.c | 211 int *sync_lock) in mxl1x1sf_demod_get_sync_lock_status() argument 217 *sync_lock = (val & SYNC_LOCK_MASK) >> 4; in mxl1x1sf_demod_get_sync_lock_status() 443 int ret, locked, cr_lock, sync_lock, fec_lock; in mxl111sf_demod_read_status() local 453 ret = mxl1x1sf_demod_get_sync_lock_status(state, &sync_lock); in mxl111sf_demod_read_status() 464 if (sync_lock) in mxl111sf_demod_read_status() 469 if ((locked) && (cr_lock) && (sync_lock)) in mxl111sf_demod_read_status()
|
/linux-4.19.296/fs/gfs2/ |
D | lock_dlm.c | 521 static int sync_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags, in sync_lock() function 561 return sync_lock(sdp, mode, flags, GFS2_MOUNTED_LOCK, in mounted_lock() 574 return sync_lock(sdp, mode, flags, GFS2_CONTROL_LOCK, in control_lock()
|
/linux-4.19.296/fs/ocfs2/ |
D | stack_user.c | 852 static int sync_lock(struct ocfs2_cluster_connection *conn, in sync_lock() function 885 return sync_lock(conn, mode, flags, in version_lock()
|
/linux-4.19.296/include/net/ |
D | ip_vs.h | 943 spinlock_t sync_lock; member
|