Searched refs:sync (Results 176 - 200 of 629) sorted by relevance

1234567891011>>

/linux-master/fs/nfs/
H A Dnfs4file.c144 bool sync = false; local
158 sync = true;
165 if (sync)
181 nss, cnrs, sync);
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_display.c496 u32 sync; local
504 sync = MCDE_CHNL0SYNCHMOD;
511 sync = MCDE_CHNL1SYNCHMOD;
518 sync = MCDE_CHNL2SYNCHMOD;
525 sync = MCDE_CHNL3SYNCHMOD;
532 /* Set up channel 0 sync (based on chnl_update_registers()) */
535 /* Oneshot is achieved with software sync */
550 * The vendor driver uses the formatter as sync source
576 writel(val, mcde->regs + sync);
605 * If using DPI configure the sync even
757 u32 sync; local
[all...]
/linux-master/sound/drivers/vx/
H A Dvx_uer.c18 * @sync: DSP needs to resynchronize its FIFO
20 static int vx_modify_board_clock(struct vx_core *chip, int sync) argument
26 if (sync)
89 * returns the frequency of UER, or 0 if not sync,
/linux-master/drivers/clk/tegra/
H A Dclk-tegra-audio.c130 struct tegra_audio_clk_initdata *sync,
140 for (i = 0, data = sync; i < num_sync_clks; i++, data++) {
219 /* make sure the DMIC sync clocks have a valid parent */
128 tegra_audio_sync_clk_init(void __iomem *clk_base, struct tegra_clk *tegra_clks, struct tegra_audio_clk_initdata *sync, int num_sync_clks, const char * const *mux_names, int num_mux_inputs) argument
H A DMakefile3 obj-y += clk-audio-sync.o
/linux-master/arch/sh/boards/
H A Dboard-sh7785lcr.c152 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
165 .sync = 0,
/linux-master/drivers/macintosh/
H A Dadb-iop.c202 static int adb_iop_send_request(struct adb_request *req, int sync) argument
210 if (sync) {
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h69 sync
133 sync
/linux-master/drivers/video/fbdev/
H A Dpxa168fb.c186 var->sync = mode->sync;
325 static void set_dma_control1(struct pxa168fb_info *fbi, int sync) argument
341 if (!(sync & FB_SYNC_VERT_HIGH_ACT))
376 x |= (info->var.sync & FB_SYNC_COMP_HIGH_ACT) ? 0x00000020 : 0;
378 x |= (info->var.sync & FB_SYNC_VERT_HIGH_ACT) ? 0 : 0x00000008;
379 x |= (info->var.sync & FB_SYNC_HOR_HIGH_ACT) ? 0 : 0x00000004;
437 set_dma_control1(fbi, info->var.sync);
/linux-master/drivers/video/fbdev/core/
H A Dmodedb.c570 var->sync = mode->sync;
870 mode->sync = var->sync;
918 var->sync = mode->sync;
942 mode1->sync == mode2->sync &&
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_in.c252 u32 sync = mgb4_read_reg(&vindev->mgbdev->video, local
253 vindev->config->regs.sync);
255 return sprintf(buf, "%u\n", sync >> 16);
277 mgb4_mask_reg(&vindev->mgbdev->video, vindev->config->regs.sync,
288 u32 sync = mgb4_read_reg(&vindev->mgbdev->video, local
289 vindev->config->regs.sync);
291 return sprintf(buf, "%u\n", sync & 0xFFFF);
313 mgb4_mask_reg(&vindev->mgbdev->video, vindev->config->regs.sync, 0xFFFF,
/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_debug.c82 (unsigned int)qca->sync);
83 switch (qca->sync) {
/linux-master/fs/jfs/
H A Djfs_logmgr.h276 * SYNCPT: log sync point
281 __le32 sync; /* 4: syncpt address (0 = here) */ member in struct:lrd::__anon1803::__anon1808
355 struct list_head sb_list;/* This is used to sync metadata
395 int sync; /* 4: addr from last logsync() */ member in struct:jfs_log
470 struct list_head synclist; /* log sync list link */
482 /* compute the difference in bytes of lsn from sync point */
H A Djfs_logmgr.c95 * log sync serialization (per log)
908 * if new sync address is available
909 * (normally the case if sync() is executed by back-ground
942 /* if last sync is same as last syncpt,
943 * invoke sync point forward processing to update sync.
946 if (log->sync == log->syncpt) {
949 log->sync = log->lsn;
953 log->sync = lp->lsn;
959 /* if sync i
[all...]
/linux-master/arch/arm/mm/
H A Dflush.c27 if (outer_cache.sync)
28 outer_cache.sync();
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umsch_mm.c83 struct amdgpu_sync sync; local
87 amdgpu_sync_create(&sync);
120 amdgpu_sync_fence(&sync, (*bo_va)->last_pt_update);
126 amdgpu_sync_fence(&sync, vm->last_update);
128 amdgpu_sync_wait(&sync, false);
131 amdgpu_sync_free(&sync);
137 amdgpu_sync_free(&sync);
141 amdgpu_sync_free(&sync);
/linux-master/block/
H A Dblk-cgroup.c332 u64_stats_init(&blkg->iostat.sync);
334 u64_stats_init(&per_cpu_ptr(blkg->iostat_cpu, cpu)->sync);
644 u64_stats_init(&bis->sync);
648 u64_stats_init(&blkg->iostat.sync);
989 flags = u64_stats_update_begin_irqsave(&blkg->iostat.sync);
994 u64_stats_update_end_irqrestore(&blkg->iostat.sync, flags);
1031 seq = u64_stats_fetch_begin(&bisc->sync);
1033 } while (u64_stats_fetch_retry(&bisc->sync, seq));
1099 flags = u64_stats_update_begin_irqsave(&blkg->iostat.sync);
1101 u64_stats_update_end_irqrestore(&blkg->iostat.sync, flag
[all...]
/linux-master/tools/testing/selftests/net/
H A Dtimestamping.c74 static const unsigned char sync[] = { variable
136 size_t sync_len = ptpv2 ? sizeof(sync_v2) : sizeof(sync);
137 const void *sync_p = ptpv2 ? sync_v2 : sync;
157 size_t sync_len = ptpv2 ? sizeof(sync_v2) : sizeof(sync);
158 const void *sync_p = ptpv2 ? sync_v2 : sync;
/linux-master/drivers/clk/st/
H A Dclk-flexgen.c45 struct clk_gate sync; member in struct:flexgen
161 struct clk_hw *sync_hw = &flexgen->sync.hw;
258 /* Final divider sync config */
259 fgxbar->sync.lock = lock;
260 fgxbar->sync.reg = fdiv_reg;
261 fgxbar->sync.bit_idx = 7;
/linux-master/drivers/input/touchscreen/
H A Dsilead.c216 goto sync;
231 goto sync;
236 sync:
266 goto sync; /* Pen is down, release all previous touches */
310 sync:
/linux-master/sound/soc/sh/rcar/
H A Dsrc.c36 struct rsnd_kctrl_cfg_s sen; /* sync convert enable */
37 struct rsnd_kctrl_cfg_s sync; /* sync convert */ member in struct:rsnd_src
103 convert_rate = src->sync.val;
443 * Enable SRC output if you want to use sync convert together with DVC
469 /* reset sync convert_rate */
470 src->sync.val = 0;
495 /* reset sync convert_rate */
496 src->sync.val = 0;
570 * enable SRC sync conver
[all...]
/linux-master/arch/powerpc/mm/book3s32/
H A Dhash_low.S445 sync
448 sync
453 sync /* make sure pte updates get to memory */
580 4: sync
582 sync
/linux-master/drivers/net/wan/
H A Dfarsync.c4 * Actually sync driver for X.21, V.35 and V.24 on FarSync T-series cards
1789 sync_serial_settings sync; local
1792 if (ifs->size != sizeof(sync))
1795 if (copy_from_user(&sync, ifs->ifs_ifsu.sync, sizeof(sync)))
1798 if (sync.loopback)
1841 switch (sync.clock_type) {
1853 FST_WRL(card, portConfig[i].lineSpeed, sync.clock_rate);
1861 sync_serial_settings sync; local
[all...]
/linux-master/arch/parisc/kernel/
H A Dpacache.S202 movb,<,n %arg3, %r31, fisync /* If loop < 0, do sync */
242 sync
263 movb,<,n %arg3, %r31, fdsync /* If loop < 0, do sync */
303 sync
776 sync
825 sync
884 sync
921 sync
958 sync
999 sync
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dcik_sdma.c572 * @resv: reservation object to sync to
584 struct radeon_sync sync; local
591 radeon_sync_create(&sync);
598 radeon_sync_free(rdev, &sync, NULL);
602 radeon_sync_resv(rdev, &sync, resv, false);
603 radeon_sync_rings(rdev, &sync, ring->idx);
624 radeon_sync_free(rdev, &sync, NULL);
629 radeon_sync_free(rdev, &sync, fence);

Completed in 249 milliseconds

1234567891011>>