Searched refs:sync (Results 276 - 300 of 629) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c23 int sync, int status)
28 arm_smmu_writel(smmu, page, sync, QCOM_DUMMY_VAL);
22 qcom_smmu_tlb_sync(struct arm_smmu_device *smmu, int page, int sync, int status) argument
/linux-master/drivers/md/
H A Ddm-io.c387 struct io *io, int sync, unsigned short ioprio)
394 if (sync)
385 dispatch_io(blk_opf_t opf, unsigned int num_regions, struct dm_io_region *where, struct dpages *dp, struct io *io, int sync, unsigned short ioprio) argument
/linux-master/drivers/misc/mei/
H A Dvsc-tp.c48 __u8 sync; member in struct:vsc_tp_packet
283 pkt->sync = VSC_TP_PACKET_SYNC;
/linux-master/
H A DMakefile286 no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \
293 may-sync-config := 1
302 ifneq ($(filter $(no-sync-config-targets), $(MAKECMDGOALS)),)
303 ifeq ($(filter-out $(no-sync-config-targets), $(MAKECMDGOALS)),)
304 may-sync-config :=
308 need-compiler := $(may-sync-config)
311 may-sync-config :=
762 ifdef may-sync-config
790 else # !may-sync-config
805 endif # may-sync
[all...]
/linux-master/drivers/hid/
H A Dwacom_wac.c434 input_sync(input); /* sync last event */
2846 /* if there was nothing to process, don't send an empty sync */
3402 bool sync; local
3406 sync = wacom_penpartner_irq(wacom_wac);
3410 sync = wacom_pl_irq(wacom_wac);
3417 sync = wacom_graphire_irq(wacom_wac);
3421 sync = wacom_ptu_irq(wacom_wac);
3425 sync = wacom_dtu_irq(wacom_wac);
3430 sync = wacom_dtus_irq(wacom_wac);
3450 sync
[all...]
/linux-master/drivers/video/fbdev/aty/
H A Daty128fb.c131 .sync = 0,
1035 u32 left, right, upper, lower, hslen, vslen, sync, vmode; local
1055 sync = var->sync;
1123 h_sync_pol = sync & FB_SYNC_HOR_HIGH_ACT ? 0 : 1;
1124 v_sync_pol = sync & FB_SYNC_VERT_HIGH_ACT ? 0 : 1;
1126 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? (1 << 4) : 0;
1224 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; local
1253 sync = (h_sync_pol ? 0 : FB_SYNC_HOR_HIGH_ACT) |
1271 var->sync
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c150 96L,2L,~0, /* No sync info */
1270 static int sync = -1; /* "matroxfb:sync:xxxxx" */ variable
1849 if (sync != -1)
1850 vesafb_defined.sync = sync;
1851 else if (vesafb_defined.sync == ~0) {
1852 vesafb_defined.sync = 0;
1854 vesafb_defined.sync |= FB_SYNC_HOR_HIGH_ACT;
1856 vesafb_defined.sync |
[all...]
/linux-master/sound/soc/codecs/
H A Dmadera.c3475 bool sync, int *fratio)
3481 /* rev A0 uses sync calculation for both loops */
3484 if (sync)
3494 /* these use the same calculation for main and sync loops */
3497 if (sync)
3506 unsigned int fref, bool sync)
3524 init_ratio = madera_find_fratio(fll, fref, sync, &cfg->fratio);
3531 if (!sync)
3538 if (sync)
3547 if (sync)
3474 madera_find_fratio(struct madera_fll *fll, unsigned int fref, bool sync, int *fratio) argument
3504 madera_calc_fratio(struct madera_fll *fll, struct madera_fll_cfg *cfg, unsigned int fref, bool sync) argument
3621 madera_calc_fll(struct madera_fll *fll, struct madera_fll_cfg *cfg, unsigned int fref, bool sync) argument
3714 madera_write_fll(struct madera *madera, unsigned int base, struct madera_fll_cfg *cfg, int source, bool sync, int gain) argument
3820 madera_set_fll_phase_integrator(struct madera_fll *fll, struct madera_fll_cfg *ref_cfg, bool sync) argument
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pcsx-defs.h712 uint64_t sync:4; member in struct:cvmx_pcsx_rxx_states_reg::cvmx_pcsx_rxx_states_reg_s
718 uint64_t sync:4;
732 uint64_t sync:1; member in struct:cvmx_pcsx_rxx_sync_reg::cvmx_pcsx_rxx_sync_reg_s
736 uint64_t sync:1;
/linux-master/arch/sh/boards/mach-r2d/
H A Dsetup.c138 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c216 if (display && display->driver->sync)
217 display->driver->sync(display);
603 if (!display || !display->driver->sync) {
609 r = display->driver->sync(display);
/linux-master/arch/mips/include/asm/sgi/
H A Dheart.h65 * @sync: HEART_SYNC - purpose unknown.
129 u64 sync; /* + 0x60000 */ member in struct:ip30_heart_regs
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_ops.c263 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT)
266 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT)
275 if (!(info->var.sync & FB_SYNC_HOR_HIGH_ACT))
278 if (!(info->var.sync & FB_SYNC_VERT_HIGH_ACT))
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcorec37d.c137 PUSH_MTHD(push, NVC37D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle);
H A Dovly507e.c164 disp->sync->offset, &wndw->wndw);
/linux-master/drivers/scsi/
H A Dwd719x.h243 __le32 sync; /* SYNC msg options (ID 0-15) */ member in struct:wd719x_host_param
/linux-master/drivers/virt/acrn/
H A Dirqfd.c77 int sync, void *key)
76 hsm_irqfd_wakeup(wait_queue_entry_t *wait, unsigned int mode, int sync, void *key) argument
/linux-master/fs/
H A Dsync.c3 * High-level sync()-related operations
89 * writeback runs on all devices in parallel. Then we sync all inodes reliably
92 * and we tell filesystems to sync their metadata via ->sync_fs() calls.
95 * and do not sync it on their own in ->sync_fs().
111 SYSCALL_DEFINE0(sync)
147 * sync a single super
170 * vfs_fsync_range - helper to sync a range of data & metadata to disk
171 * @file: file to sync
172 * @start: offset in bytes of the beginning of data range to sync
194 * @file: file to sync
[all...]
/linux-master/drivers/video/fbdev/omap/
H A Dhwa742.c86 struct completion *sync; member in union:hwa742_request::__anon35
550 complete(req->par.sync);
565 req->par.sync = &comp;
1053 .sync = hwa742_sync,
/linux-master/include/linux/
H A Dwait_bit.h36 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
/linux-master/arch/powerpc/kernel/
H A Dswsusp_85xx.S109 sync
/linux-master/drivers/gpu/drm/nouveau/
H A Dnv84_fence.c140 fctx->base.sync = nv84_fence_sync;
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c497 filelayout_write_pagelist(struct nfs_pgio_header *hdr, int sync) argument
517 dprintk("%s ino %lu sync %d req %zu@%llu DS: %s cl_count %d\n",
518 __func__, hdr->inode->i_ino, sync, (size_t) hdr->args.count,
533 sync, RPC_TASK_SOFTCONN);
1142 .sync = pnfs_nfs_generic_sync,
/linux-master/drivers/staging/media/av7110/
H A Dav7110_v4l.c220 int source, sync; local
228 sync = SAA7146_HPS_SYNC_PORT_B;
267 sync = SAA7146_HPS_SYNC_PORT_A;
290 saa7146_set_hps_source_and_sync(dev, source, sync);
/linux-master/arch/mips/include/asm/
H A Datomic.h24 #include <asm/sync.h>

Completed in 330 milliseconds

<<11121314151617181920>>