/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 296 /* setup sync data */ in nsphw_init_sync() 449 sync_data *sync = &(data->Sync[target]); in nsp_analyze_sdtr() local 457 period = sync->SyncPeriod; in nsp_analyze_sdtr() 458 offset = sync->SyncOffset; in nsp_analyze_sdtr() 481 sync->SyncPeriod = 0; in nsp_analyze_sdtr() 482 sync->SyncOffset = 0; in nsp_analyze_sdtr() 483 sync->SyncRegister = 0; in nsp_analyze_sdtr() 484 sync->AckWidth = 0; in nsp_analyze_sdtr() 489 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) | in nsp_analyze_sdtr() 491 sync in nsp_analyze_sdtr() 918 sync_data *sync = &(data->Sync[target]); nsp_nexus() local [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup.c | 332 u64_stats_init(&blkg->iostat.sync); in blkg_alloc() 334 u64_stats_init(&per_cpu_ptr(blkg->iostat_cpu, cpu)->sync); in blkg_alloc() 644 u64_stats_init(&bis->sync); in blkcg_reset_stats() 648 u64_stats_init(&blkg->iostat.sync); in blkcg_reset_stats() 989 flags = u64_stats_update_begin_irqsave(&blkg->iostat.sync); in blkcg_iostat_update() 994 u64_stats_update_end_irqrestore(&blkg->iostat.sync, flags); in blkcg_iostat_update() 1031 seq = u64_stats_fetch_begin(&bisc->sync); in __blkcg_rstat_flush() 1033 } while (u64_stats_fetch_retry(&bisc->sync, seq)); in __blkcg_rstat_flush() 1099 flags = u64_stats_update_begin_irqsave(&blkg->iostat.sync); in blkcg_fill_root_iostats() 1101 u64_stats_update_end_irqrestore(&blkg->iostat.sync, flag in blkcg_fill_root_iostats() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | swsusp_asm64.S | 147 sync 186 sync 260 sync
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | am200epd.c | 56 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 70 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 84 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | am200epd.c | 56 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 70 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 84 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | macio-adb.c | 67 static int macio_send_request(struct adb_request *req, int sync); 170 static int macio_send_request(struct adb_request *req, int sync) in macio_send_request() argument 197 if (sync) { in macio_send_request()
|
H A D | via-macii.c | 93 static int macii_send_request(struct adb_request *req, int sync); 238 /* Send an ADB request; if sync, poll out the reply 'till it's done */ 239 static int macii_send_request(struct adb_request *req, int sync) in macii_send_request() argument 247 if (sync) in macii_send_request()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcvt.c | 271 mode->sync &= ~(FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT); in fb_cvt_convert_to_mode() 274 mode->sync |= FB_SYNC_HOR_HIGH_ACT; in fb_cvt_convert_to_mode() 276 mode->sync |= FB_SYNC_VERT_HIGH_ACT; in fb_cvt_convert_to_mode()
|
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() 927 var->sync |= FB_SYNC_HOR_HIGH_ACT; in fb_parse_edid() 929 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()
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
H A D | sst_pvt.c | 223 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() 250 msg->mrfld_header.p.header_high.part.res_rqd = !sync; in sst_prepare_and_post_msg() 266 if (sync) in sst_prepare_and_post_msg() 220 sst_prepare_and_post_msg(struct intel_sst_drv *sst, int task_id, int ipc_msg, int cmd_id, int pipe_id, size_t mbox_data_len, const void *mbox_data, void **data, bool large, bool fill_dsp, bool sync, bool response) sst_prepare_and_post_msg() argument
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-jack.c | 44 unsigned int sync = 0; in snd_soc_jack_report() local 71 /* we need to sync for this case only */ in snd_soc_jack_report() 72 sync = 1; in snd_soc_jack_report() 75 /* Report before the DAPM sync to help users updating micbias status */ in snd_soc_jack_report() 78 if (sync) in snd_soc_jack_report()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcvt.c | 271 mode->sync &= ~(FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT); in fb_cvt_convert_to_mode() 274 mode->sync |= FB_SYNC_HOR_HIGH_ACT; in fb_cvt_convert_to_mode() 276 mode->sync |= FB_SYNC_VERT_HIGH_ACT; in fb_cvt_convert_to_mode()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dbg.h | 50 bool sync); 290 static inline void iwl_fw_error_collect(struct iwl_fw_runtime *fwrt, bool sync) in iwl_fw_error_collect() argument 306 _iwl_dbg_tlv_time_point(fwrt, tp_id, NULL, sync); in iwl_fw_error_collect()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | macio-adb.c | 69 static int macio_send_request(struct adb_request *req, int sync); 172 static int macio_send_request(struct adb_request *req, int sync) in macio_send_request() argument 199 if (sync) { in macio_send_request()
|
H A D | via-macii.c | 91 static int macii_send_request(struct adb_request *req, int sync); 236 /* Send an ADB request; if sync, poll out the reply 'till it's done */ 237 static int macii_send_request(struct adb_request *req, int sync) in macii_send_request() argument 245 if (sync) in macii_send_request()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-jack.c | 38 unsigned int sync = 0; in snd_soc_jack_report() local 64 /* we need to sync for this case only */ in snd_soc_jack_report() 65 sync = 1; in snd_soc_jack_report() 68 /* Report before the DAPM sync to help users updating micbias status */ in snd_soc_jack_report() 71 if (sync) in snd_soc_jack_report()
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/ |
H A D | sst_pvt.c | 223 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() 250 msg->mrfld_header.p.header_high.part.res_rqd = !sync; in sst_prepare_and_post_msg() 266 if (sync) in sst_prepare_and_post_msg() 220 sst_prepare_and_post_msg(struct intel_sst_drv *sst, int task_id, int ipc_msg, int cmd_id, int pipe_id, size_t mbox_data_len, const void *mbox_data, void **data, bool large, bool fill_dsp, bool sync, bool response) sst_prepare_and_post_msg() argument
|
/third_party/node/test/parallel/ |
H A D | test-fs-opendir.js | 71 let sync = true; 73 assert(!sync); 87 sync = false;
|
H A D | test-fs-null-bytes.js | 27 function check(async, sync) { 31 if (sync) { 34 sync.apply(null, argsSync);
|
/third_party/skia/tests/ |
H A D | SurfaceSemaphoreTest.cpp | 259 GrGLsync sync = semaphore.glSync(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 260 REPORTER_ASSERT(reporter, sync); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 262 GR_GL_CALL_RET(interface, result, IsSync(sync)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/ |
H A D | run_fio.sh | 28 --bs=32768K --rw=read --ioengine=sync --refill_buffers --group_reporting \
|
/third_party/mesa3d/src/mesa/main/ |
H A D | syncobj.h | 48 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount);
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | cache-l2x0.c | 162 * The L2C-2x0 PA, set/way and sync operations are atomic, but we must 170 * Never has a different sync register other than L2X0_CACHE_SYNC, but 253 .sync = l2c210_sync, 264 * sync register here. 418 .sync = l2c220_sync, 426 * Very similar to L2C-210, the PA, set/way and sync operations are atomic, 459 * Affects: sync 460 * prevents merging writes after the sync operation, until another L2C 775 .sync = l2c210_sync, 858 pr_info("L2C: disabling outer sync\ in __l2c_init() [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-l2x0.c | 162 * The L2C-2x0 PA, set/way and sync operations are atomic, but we must 170 * Never has a different sync register other than L2X0_CACHE_SYNC, but 253 .sync = l2c210_sync, 264 * sync register here. 418 .sync = l2c220_sync, 426 * Very similar to L2C-210, the PA, set/way and sync operations are atomic, 459 * Affects: sync 460 * prevents merging writes after the sync operation, until another L2C 775 .sync = l2c210_sync, 858 pr_info("L2C: disabling outer sync\ in __l2c_init() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | head_85xx.S | 932 sync 945 sync 958 sync 1069 sync 1071 sync 1110 sync 1165 sync 1171 sync 1204 sync
|