Home
last modified time | relevance | path

Searched refs:sync (Results 676 - 700 of 1943) sorted by relevance

1...<<21222324252627282930>>...78

/third_party/libunwind/libunwind/tests/
H A Dflush-cache.S31 sync.i
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.h121 tu_syncobj_to_fd(struct tu_device *device, struct vk_sync *sync);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.h46 int sync();
H A Dsfn_debug.cpp37 int stderr_streambuf::sync() in sync() function in r600::stderr_streambuf
/third_party/node/lib/internal/streams/
H A Dtransform.js110 // sync guard flag.
111 this._readableState.sync = false;
/third_party/rust/crates/cxx/gen/build/src/
H A Derror.rs25 let _ = $expr; // ensure it doesn't fall out of sync with CFG definition
/third_party/skia/third_party/freetype2/
H A Droll-freetype.sh22 tools/git-sync-deps &&
/third_party/skia/third_party/harfbuzz/
H A Droll-harfbuzz.sh22 tools/git-sync-deps &&
/third_party/rust/crates/regex/examples/
H A Dshootout-regex-dna-bytes.rs9 use std::sync::Arc;
/third_party/rust/crates/nix/test/
H A Dtest_timer.rs8 use std::sync::atomic::{AtomicBool, Ordering};
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.h59 unsigned int sync; /* protocol instance variable: Sync */ member
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_aosp.sh135 gclient sync --reset --force --delete_unversioned_trees
/kernel/linux/linux-5.10/drivers/hid/
H A Dwacom_wac.c434 input_sync(input); /* sync last event */ in wacom_graphire_irq()
3340 bool sync; in wacom_wac_irq() local
3344 sync = wacom_penpartner_irq(wacom_wac); in wacom_wac_irq()
3348 sync = wacom_pl_irq(wacom_wac); in wacom_wac_irq()
3355 sync = wacom_graphire_irq(wacom_wac); in wacom_wac_irq()
3359 sync = wacom_ptu_irq(wacom_wac); in wacom_wac_irq()
3363 sync = wacom_dtu_irq(wacom_wac); in wacom_wac_irq()
3368 sync = wacom_dtus_irq(wacom_wac); in wacom_wac_irq()
3388 sync = wacom_intuos_irq(wacom_wac); in wacom_wac_irq()
3392 sync in wacom_wac_irq()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dwacom_wac.c434 input_sync(input); /* sync last event */ in wacom_graphire_irq()
2836 /* if there was nothing to process, don't send an empty sync */ in wacom_wac_finger_report()
3392 bool sync; in wacom_wac_irq() local
3396 sync = wacom_penpartner_irq(wacom_wac); in wacom_wac_irq()
3400 sync = wacom_pl_irq(wacom_wac); in wacom_wac_irq()
3407 sync = wacom_graphire_irq(wacom_wac); in wacom_wac_irq()
3411 sync = wacom_ptu_irq(wacom_wac); in wacom_wac_irq()
3415 sync = wacom_dtu_irq(wacom_wac); in wacom_wac_irq()
3420 sync = wacom_dtus_irq(wacom_wac); in wacom_wac_irq()
3440 sync in wacom_wac_irq()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpxafb.c404 var->sync = mode->sync; in pxafb_setmode()
1174 /* stop the processor in case it executed "wait for sync" cmd */ in pxafb_smart_flush()
1254 fbi->reg_lccr3 |= (var->sync & FB_SYNC_HOR_HIGH_ACT) ? LCCR3_HSP : 0; in setup_smart_timing()
1255 fbi->reg_lccr3 |= (var->sync & FB_SYNC_VERT_HIGH_ACT) ? LCCR3_VSP : 0; in setup_smart_timing()
1347 (var->sync & FB_SYNC_HOR_HIGH_ACT ? in setup_parallel_timing()
1349 (var->sync & FB_SYNC_VERT_HIGH_ACT ? in setup_parallel_timing()
1950 mode->sync &= ~FB_SYNC_HOR_HIGH_ACT; in parse_opt()
1953 mode->sync |= FB_SYNC_HOR_HIGH_ACT; in parse_opt()
1958 mode->sync in parse_opt()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpxafb.c404 var->sync = mode->sync; in pxafb_setmode()
1171 /* stop the processor in case it executed "wait for sync" cmd */ in pxafb_smart_flush()
1251 fbi->reg_lccr3 |= (var->sync & FB_SYNC_HOR_HIGH_ACT) ? LCCR3_HSP : 0; in setup_smart_timing()
1252 fbi->reg_lccr3 |= (var->sync & FB_SYNC_VERT_HIGH_ACT) ? LCCR3_VSP : 0; in setup_smart_timing()
1344 (var->sync & FB_SYNC_HOR_HIGH_ACT ? in setup_parallel_timing()
1346 (var->sync & FB_SYNC_VERT_HIGH_ACT ? in setup_parallel_timing()
1946 mode->sync &= ~FB_SYNC_HOR_HIGH_ACT; in parse_opt()
1949 mode->sync |= FB_SYNC_HOR_HIGH_ACT; in parse_opt()
1954 mode->sync in parse_opt()
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-iso.c162 int cycle, int sync, int tags) in fw_iso_context_start()
164 return ctx->card->driver->start_iso(ctx, cycle, sync, tags); in fw_iso_context_start()
161 fw_iso_context_start(struct fw_iso_context *ctx, int cycle, int sync, int tags) fw_iso_context_start() argument
/kernel/linux/linux-5.10/arch/arm/common/
H A Dmcpm_head.S86 mla r8, r0, r10, r8 @ r8 = sync cluster base
91 mla r5, r9, r5, r8 @ r5 = sync cpu address
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dlittleton.c158 .sync = 0,
172 .sync = 0,
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_segment.S298 sync
303 sync
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dcrt0.S116 sync
199 sync
/kernel/linux/linux-5.10/arch/sh/boards/
H A Dboard-sh7785lcr.c152 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
165 .sync = 0,
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dflush.c27 if (outer_cache.sync) in arm_heavy_mb()
28 outer_cache.sync(); in arm_heavy_mb()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dcrt0.S122 sync
212 sync
/kernel/linux/linux-6.6/arch/arm/common/
H A Dmcpm_head.S88 mla r8, r0, r10, r8 @ r8 = sync cluster base
93 mla r5, r9, r5, r8 @ r5 = sync cpu address

Completed in 23 milliseconds

1...<<21222324252627282930>>...78