Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jfs/
H A Djfs_logmgr.h498 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
H A Djfs_logmgr.c184 static int lmLogSync(struct jfs_log * log, int hard_sync);
929 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync() argument
942 if (hard_sync) in lmLogSync()
1046 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt() argument
1049 lmLogSync(log, hard_sync); in jfs_syncpt()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jfs/
H A Djfs_logmgr.h498 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
H A Djfs_logmgr.c184 static int lmLogSync(struct jfs_log * log, int hard_sync);
929 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync() argument
942 if (hard_sync) in lmLogSync()
1046 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt() argument
1049 lmLogSync(log, hard_sync); in jfs_syncpt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jfs/
H A Djfs_logmgr.h498 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
H A Djfs_logmgr.c184 static int lmLogSync(struct jfs_log * log, int hard_sync);
929 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync() argument
942 if (hard_sync) in lmLogSync()
1046 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt() argument
1049 lmLogSync(log, hard_sync); in jfs_syncpt()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dgl1.c714 bool hard_sync = video_info->hard_sync; in gl1_gfx_frame() local
949 if (hard_sync in gl1_gfx_frame()
H A Dgl_core.c1866 bool hard_sync = video_info->hard_sync; in gl_core_frame() local
2018 if (hard_sync && in gl_core_frame()
H A Dgl.c2828 bool hard_sync = video_info->hard_sync; in gl2_frame() local
3135 && hard_sync in gl2_frame()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.h1224 bool hard_sync; member
H A Dretroarch.c32487 video_info->hard_sync = settings->bools.video_hard_sync; in video_driver_build_info()