Searched refs:sync (Results 326 - 350 of 677) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_tiomap.h29 #include <dspbridge/sync.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dmgr.c31 #include <dspbridge/sync.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c501 unsigned short sync = SiS_Pr->SiS_RefIndex[rrti].Ext_InfoFlag >> 8; local
502 sync &= 0xC0;
503 sync |= 0x2f;
504 SiS_SetRegByte(SiS_Pr, SiS_Pr->SiS_P3c2, sync);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_generic.h241 __u8 sync; /* device at ID 7 tru 0 is running in * member in struct:get_conf
H A Dgdth_ioctl.h160 } __attribute__((packed)) sync; member in union:__anon14464::__anon14465
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dicom.h105 u8 sync; /* 1F3 Sync Reg */ member in struct:func_dram
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/geode/
H A Dlxfb_ops.c267 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT)
270 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT)
279 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT)
282 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dhwa742.c101 struct completion *sync; member in union:hwa742_request::__anon16329
553 complete(req->par.sync);
568 req->par.sync = &comp;
1068 .sync = hwa742_sync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpmag-ba-fb.c67 .sync = FB_SYNC_ON_GREEN,
H A Dpvr2fb.c377 if (var->sync & FB_SYNC_BROADCAST) {
461 var->sync |= FB_SYNC_BROADCAST;
464 var->sync &= ~FB_SYNC_BROADCAST;
488 if (var->sync & FB_SYNC_BROADCAST) {
578 /* video enable, color sync, interlace,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Ddir.c986 int err, release, sync = 0, move = (new_dir != old_dir); local
1096 sync = IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir);
1098 sync = 1;
1101 sync);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfirewire-cdev.h730 * the sy field (4 bits), the tag field (2 bits), a sync flag
764 * packet with a sy field is received which matches &fw_cdev_start_iso.sync.
839 * @sync: Determines the value to wait for for receive packets that have
848 __u32 sync; member in struct:fw_cdev_start_iso
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dselect.c182 static int __pollwake(wait_queue_t *wait, unsigned mode, int sync, void *key) argument
202 * pass in @sync. @sync is scheduled to be removed and once
205 return default_wake_function(&dummy_wait, mode, sync, key);
208 static int pollwake(wait_queue_t *wait, unsigned mode, int sync, void *key) argument
215 return __pollwake(wait, mode, sync, key);
H A Dsync.c2 * High-level sync()-related operations
89 * emergency sync)
97 * sync everything. Start out by waking pdflush, because that writes back
100 SYSCALL_DEFINE0(sync)
134 * vfs_fsync_range - helper to sync a range of data & metadata to disk
135 * @file: file to sync
136 * @start: offset in bytes of the beginning of data range to sync
173 * @file: file to sync
209 * generic_write_sync - perform syncing after a write if file / inode is sync
258 * a traditional sync() operatio
[all...]
H A DMakefile13 pnode.o drop_caches.o splice.o sync.o utimes.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Ddir.c102 int err = ops->sync(&dir);
H A Ddir_fplus.c186 .sync = adfs_fplus_sync,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dload.c143 if ((ret = db->sync(db, 0)) != 0) {
144 dbenv->err(dbenv, ret, "DB->sync");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr017/
H A Dt.c175 if (dbp->sync(dbp, 0)) /* Test DB->sync. */
176 err("DB->sync");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest068.tcl188 eval $db sync
H A Dtest073.tcl275 eval $db sync
H A Dtest102.tcl232 error_check_good db_sync [$db sync] 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata.h133 extern void ata_scsi_scan_host(struct ata_port *ap, int sync);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/power/
H A Druntime.c786 * @sync: If set and the device is suspended, resume it synchronously.
789 * request for it, depending on the value of @sync.
791 int __pm_runtime_get(struct device *dev, bool sync) argument
796 retval = sync ? pm_runtime_resume(dev) : pm_request_resume(dev);
805 * @sync: If the device's bus type is to be notified, do that synchronously.
809 * depending on the value of @sync.
811 int __pm_runtime_put(struct device *dev, bool sync) argument
816 retval = sync ? pm_runtime_idle(dev) : pm_request_idle(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore.h91 s32 cycle, u32 sync, u32 tags);

Completed in 289 milliseconds

<<11121314151617181920>>