Searched refs:sync (Results 226 - 250 of 677) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_monitor.c695 (var->sync & FB_SYNC_HOR_HIGH_ACT) != 0;
697 (var->sync & FB_SYNC_VERT_HIGH_ACT) != 0;
723 var->sync = mode->sync;
792 var->sync = 0;
794 var->sync |= FB_SYNC_HOR_HIGH_ACT;
796 var->sync |= FB_SYNC_VERT_HIGH_ACT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-cuda.c92 static int cuda_send_request(struct adb_request *req, int sync);
281 /* sync with the CUDA - assert TACK without TIP */
285 WAIT_FOR((in_8(&via[B]) & TREQ) == 0, "CUDA response to sync");
288 WAIT_FOR(in_8(&via[IFR]) & SR_INT, "CUDA response to sync (2)");
292 /* finish the sync by negating TACK */
296 WAIT_FOR(in_8(&via[B]) & TREQ, "CUDA response to sync (3)");
297 WAIT_FOR(in_8(&via[IFR]) & SR_INT, "CUDA response to sync (4)");
308 cuda_send_request(struct adb_request *req, int sync) argument
323 if (sync) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpss.c339 void dm365_vpss_set_sync_pol(struct vpss_sync_pol sync) argument
344 val |= (sync.ccdpg_hdpol << DM365_CCDC_PG_HD_POL_SHIFT);
345 val |= (sync.ccdpg_vdpol << DM365_CCDC_PG_VD_POL_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd014.tcl118 error_check_good db_sync [$db sync] 0
307 error_check_good db_sync [$db sync] 0
313 error_check_good db_sync [$db sync] 0
H A Dmemp003.tcl141 error_check_good db_sync [$db sync] 0
H A Drep051.tcl183 error_check_good db_sync [$db sync] 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dmach-pcm037.c469 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
486 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
502 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dfarsync.c4 * Actually sync driver for X.21, V.35 and V.24 on FarSync T-series cards
1864 sync_serial_settings sync; local
1867 if (ifr->ifr_settings.size != sizeof (sync)) {
1872 (&sync, ifr->ifr_settings.ifs_ifsu.sync, sizeof (sync))) {
1876 if (sync.loopback)
1919 switch (sync.clock_type) {
1931 FST_WRL(card, portConfig[i].lineSpeed, sync.clock_rate);
1939 sync_serial_settings sync; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/lbl/
H A Dos-sunos4.h178 void sync(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-sunos4.h178 void sync(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_mpool.cpp127 DB_MPOOLFILE_METHOD(sync, (),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream3/
H A Dzfstream.h146 sync();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice.h42 ND_Dirty, /* 1: Device is dirty, needs sync. */
97 int (*sync)(struct ntfs_device *dev); member in struct:ntfs_device_operations
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A DMakefile94 ctnl.$(OBJEXT) cthelper.$(OBJEXT) sync-mode.$(OBJEXT) \
95 sync-alarm.$(OBJEXT) sync-ftfw.$(OBJEXT) \
96 sync-notrack.$(OBJEXT) traffic_stats.$(OBJEXT) \
380 sync-mode.c sync-alarm.c sync-ftfw.c sync-notrack.c \
552 include ./$(DEPDIR)/sync-alarm.Po
553 include ./$(DEPDIR)/sync
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dio_sch.h18 u32 sync : 1; /* synchronize control */ member in struct:cmd_orb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dmap_ram.c53 mtd->sync = mapram_nop;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dl2t.c48 /* identifies sync vs async L2T_WRITE_REQs */
135 static int write_l2e(struct adapter *adap, struct l2t_entry *e, int sync) argument
148 e->idx | (sync ? F_SYNC_WR : 0) |
150 req->params = htons(L2T_W_PORT(e->lport) | L2T_W_NOREPLY(!sync));
160 if (sync && e->state != L2T_STATE_SWITCHING)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/kyro/
H A Dfbdev.c460 var->sync |= FB_SYNC_HOR_HIGH_ACT;
462 var->sync |= FB_SYNC_VERT_HIGH_ACT;
512 par->HSP = (info->var.sync & FB_SYNC_HOR_HIGH_ACT) ? 1 : 0;
513 par->VSP = (info->var.sync & FB_SYNC_VERT_HIGH_ACT) ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Domapfb.h163 void (*sync) (void); member in struct:lcd_ctrl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Dvia_drm.h274 drm_via_blitsync_t sync; member in struct:drm_via_dmablit
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_dma.c450 boolean sync)
465 iBuf->vsync_enable = sync;
486 void mdp_set_offset_info(struct fb_info *info, uint32 addr, uint32 sync) argument
497 iBuf->vsync_enable = sync;
449 mdp_set_dma_pan_info(struct fb_info *info, struct mdp_dirty_region *dirty, boolean sync) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dinode.h310 extern int __ntfs_write_inode(struct inode *vi, int sync);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Dadfs.h111 int (*sync)(struct adfs_dir *dir); member in struct:adfs_dir_ops
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DEncryptTest.java92 db.sync();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.h146 sync();

Completed in 154 milliseconds

1234567891011>>