/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbmon.c | 404 mode->sync = 0; in calc_mode_timings() 581 mode->sync |= FB_SYNC_HOR_HIGH_ACT; in get_detailed_timing() 583 mode->sync |= FB_SYNC_VERT_HIGH_ACT; in get_detailed_timing() 928 var->sync |= FB_SYNC_HOR_HIGH_ACT; in fb_parse_edid() 930 var->sync |= FB_SYNC_VERT_HIGH_ACT; in fb_parse_edid() 1330 fbmode->sync = 0; in fb_videomode_from_videomode() 1333 fbmode->sync |= FB_SYNC_HOR_HIGH_ACT; in fb_videomode_from_videomode() 1335 fbmode->sync |= FB_SYNC_VERT_HIGH_ACT; in fb_videomode_from_videomode() 1365 m->hsync_len, m->vsync_len, m->sync, m->vmode, m->flag); in dump_fb_videomode()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_fs_scoreboard.cpp | 245 fs_inst *sync = instruction(block0, 1); in TEST_F() local 246 EXPECT_EQ(sync->opcode, BRW_OPCODE_SYNC); in TEST_F() 247 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_DST, 0)); in TEST_F() 352 fs_inst *sync = instruction(block0, 1); in TEST_F() local 353 EXPECT_EQ(sync->opcode, BRW_OPCODE_SYNC); in TEST_F() 354 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_SRC, 0)); in TEST_F() 464 fs_inst *sync = instruction(block0, 1); in TEST_F() local 465 EXPECT_EQ(sync->opcode, BRW_OPCODE_SYNC); in TEST_F() 466 EXPECT_EQ(sync->sched, tgl_swsb_sbid(TGL_SBID_DST, 0)); in TEST_F()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeStateApiTests.cpp | 1032 GLsync sync; in init() 1036 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is not the name of a sync object."); in init() 1042 sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in init() 1044 glGetSynciv (sync, -1, 32, &length, &values[0]); in init() 1268 GLsync sync = 0; in init() 1271 m_log << TestLog::Section("", "A name returned by glFenceSync is the name of a sync object."); in init() 1272 isSync = glIsSync(sync); in init() 1275 sync = glFenceSync (GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in init() 1276 isSync = glIsSync(sync); in init() [all...] |
/kernel/linux/linux-6.6/drivers/clk/st/ |
H A D | clk-flexgen.c | 45 struct clk_gate sync; member 161 struct clk_hw *sync_hw = &flexgen->sync.hw; in flexgen_set_rate() 258 /* Final divider sync config */ in clk_register_flexgen() 259 fgxbar->sync.lock = lock; in clk_register_flexgen() 260 fgxbar->sync.reg = fdiv_reg; in clk_register_flexgen() 261 fgxbar->sync.bit_idx = 7; in clk_register_flexgen()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | silead.c | 216 goto sync; in silead_ts_handle_pen_data() 231 goto sync; in silead_ts_handle_pen_data() 236 sync: in silead_ts_handle_pen_data() 266 goto sync; /* Pen is down, release all previous touches */ in silead_ts_read_data() 310 sync: in silead_ts_read_data()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.h | 47 ANGLE_EXPORT GLenum GL_APIENTRY GL_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout); 84 ANGLE_EXPORT void GL_APIENTRY GL_DeleteSync(GLsync sync); 158 GL_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values); 187 ANGLE_EXPORT GLboolean GL_APIENTRY GL_IsSync(GLsync sync); 296 ANGLE_EXPORT void GL_APIENTRY GL_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.cpp | 632 void Display::destroySync(FenceSync *sync) in destroySync() argument 635 mSyncSet.erase(sync); in destroySync() 637 delete sync; in destroySync() 709 bool Display::isValidSync(FenceSync *sync) in isValidSync() argument 711 return mSyncSet.find(sync) != mSyncSet.end(); in isValidSync()
|
/third_party/python/Modules/clinic/ |
H A D | _tkinter.c.h | 650 " interactive=False, wantobjects=False, wantTk=True, sync=False,\n" 658 " sync\n" 659 " if true, then pass -sync to wish\n" 669 int interactive, int wantobjects, int wantTk, int sync, 682 int sync = 0; in _tkinter_create() local 765 sync = _PyLong_AsInt(args[6]); in _tkinter_create() 766 if (sync == -1 && PyErr_Occurred()) { in _tkinter_create() 791 return_value = _tkinter_create_impl(module, screenName, baseName, className, interactive, wantobjects, wantTk, sync, use); in _tkinter_create()
|
/kernel/linux/linux-5.10/arch/m68k/ |
H A D | install.sh | 52 sync
|
/kernel/linux/linux-5.10/arch/nios2/boot/ |
H A D | install.sh | 52 sync
|
/kernel/linux/linux-6.6/rust/kernel/sync/arc/ |
H A D | std_vendor.rs | 8 use crate::sync::{arc::ArcInner, Arc};
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | memalloc_local.h | 13 void (*sync)(struct snd_dma_buffer *dmab, enum snd_dma_sync_mode mode); member
|
/third_party/NuttX/fs/mount/ |
H A D | fs_sync.c | 47 * Name: sync 50 * sync() will sync data of every mount point 54 void sync(void) in sync() function 68 PRINT_ERR("sync failed, %s, %s\n", mnt->pathName, strerror(-ret)); in sync()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deSpinBarrier.hpp | 61 //! be calling sync() or removeThread() at the same time. 65 //! have entered sync(). 66 void sync (WaitMode mode); 69 //! Can be called concurrently with sync() or removeThread().
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | vpac270.c | 503 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 519 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 535 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 551 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cx22700.c | 251 u8 sync = cx22700_readreg (state, 0x07); in cx22700_read_status() local 258 if (sync & 0x20) in cx22700_read_status() 261 if (sync & 0x10) in cx22700_read_status() 264 if (sync & 0x10) in cx22700_read_status()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | saa6588.c | 67 u8 sync; member 264 s->sync = tmpbuf[0] & 0x10; in saa6588_i2c_poll() 265 if (!s->sync) in saa6588_i2c_poll() 420 if (s->sync) in saa6588_g_tuner()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | tracepoint.c | 47 static void tp_rcu_get_state(enum tp_transition_sync sync) in tp_rcu_get_state() argument 49 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync]; in tp_rcu_get_state() 57 static void tp_rcu_cond_sync(enum tp_transition_sync sync) in tp_rcu_cond_sync() argument 59 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync]; in tp_rcu_cond_sync()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4file.c | 146 bool sync = false; in __nfs4_copy_file_range() local 160 sync = true; in __nfs4_copy_file_range() 168 if (sync || in __nfs4_copy_file_range() 185 nss, cnrs, sync); in __nfs4_copy_file_range()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4file.c | 143 bool sync = false; in __nfs4_copy_file_range() local 157 sync = true; in __nfs4_copy_file_range() 164 if (sync) in __nfs4_copy_file_range() 180 nss, cnrs, sync); in __nfs4_copy_file_range()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | saa6588.c | 67 u8 sync; member 264 s->sync = tmpbuf[0] & 0x10; in saa6588_i2c_poll() 265 if (!s->sync) in saa6588_i2c_poll() 420 if (s->sync) in saa6588_g_tuner()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | cx22700.c | 251 u8 sync = cx22700_readreg (state, 0x07); in cx22700_read_status() local 258 if (sync & 0x20) in cx22700_read_status() 261 if (sync & 0x10) in cx22700_read_status() 264 if (sync & 0x10) in cx22700_read_status()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | tracepoint.c | 47 static void tp_rcu_get_state(enum tp_transition_sync sync) in tp_rcu_get_state() argument 49 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync]; in tp_rcu_get_state() 57 static void tp_rcu_cond_sync(enum tp_transition_sync sync) in tp_rcu_cond_sync() argument 59 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync]; in tp_rcu_cond_sync()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest07.c | 30 * truncate, ftruncate, fsync, sync, fstat 249 sync(); in runtest() 262 char *m_str[] = { "fsync", "trunc", "sync", "fstat" }; 435 sync(); in dotest() 473 sync(); in dotest() 582 sync(); in domisc()
|
H A D | ftest03.c | 27 * truncate, ftruncate, fsync, sync, fstat 235 tst_brkm(TBROK | TERRNO, sync, "fork failed"); in runtest() 250 sync(); in runtest() 264 "fsync", "trunc", "sync", "fstat" 440 sync(); in dotest() 478 sync(); in dotest()
|