Home
last modified time | relevance | path

Searched refs:h_sync (Results 1 – 18 of 18) sorted by relevance

/linux-3.4.99/drivers/video/matrox/
Dmatroxfb_g450.c229 unsigned int h_sync; member
286 hsl = (((outd->h_sync + pixclock) / pixclock)) & ~1; in computeRegs()
364 .h_sync = 4666667, // ps in cve2_init_TVdata()
373 .h_sync = 4666667, // ps in cve2_init_TVdata()
/linux-3.4.99/drivers/video/
Dacornfb.c1222 u_int h_sync, v_sync; in acornfb_probe() local
1366 h_sync = 1953125000 / fb_info.var.pixclock; in acornfb_probe()
1367 h_sync = h_sync * 512 / (fb_info.var.xres + fb_info.var.left_margin + in acornfb_probe()
1369 v_sync = h_sync / (fb_info.var.yres + fb_info.var.upper_margin + in acornfb_probe()
1377 h_sync / 1000, h_sync % 1000, v_sync); in acornfb_probe()
Dcyber2000fb.c1530 u_int h_sync, v_sync; in cyberpro_common_probe() local
1591 h_sync = 1953125000 / cfb->fb.var.pixclock; in cyberpro_common_probe()
1592 h_sync = h_sync * 512 / (cfb->fb.var.xres + cfb->fb.var.left_margin + in cyberpro_common_probe()
1594 v_sync = h_sync / (cfb->fb.var.yres + cfb->fb.var.upper_margin + in cyberpro_common_probe()
1600 h_sync / 1000, h_sync % 1000, v_sync); in cyberpro_common_probe()
Dneofb.c2045 u_int h_sync, v_sync; in neofb_probe() local
2089 h_sync = 1953125000 / info->var.pixclock; in neofb_probe()
2090 h_sync = in neofb_probe()
2091 h_sync * 512 / (info->var.xres + info->var.left_margin + in neofb_probe()
2094 h_sync / (info->var.yres + info->var.upper_margin + in neofb_probe()
2100 info->var.yres, h_sync / 1000, h_sync % 1000, v_sync); in neofb_probe()
Dwm8505fb.c86 int h_sync = info->var.hsync_len; in wm8505fb_set_timing() local
98 writel(h_sync, fbi->regbase + WMT_GOVR_TIMING_H_SYNC); in wm8505fb_set_timing()
/linux-3.4.99/fs/jbd/
Dtransaction.c1413 if (handle->h_sync && journal->j_last_sync_writer != pid) { in journal_stop()
1436 if (handle->h_sync) in journal_stop()
1455 if (handle->h_sync || in journal_stop()
1475 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in journal_stop()
1505 handle->h_sync = 1; in journal_force_commit()
/linux-3.4.99/fs/jbd2/
Dtransaction.c1426 if (handle->h_sync && journal->j_last_sync_writer != pid) { in jbd2_journal_stop()
1451 if (handle->h_sync) in jbd2_journal_stop()
1463 if (handle->h_sync || in jbd2_journal_stop()
1480 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in jbd2_journal_stop()
1523 handle->h_sync = 1; in jbd2_journal_force_commit()
/linux-3.4.99/fs/ext3/
Dnamei.c1706 handle->h_sync = 1; in ext3_create()
1742 handle->h_sync = 1; in ext3_mknod()
1780 handle->h_sync = 1; in ext3_mkdir()
2087 handle->h_sync = 1; in ext3_rmdir()
2144 handle->h_sync = 1; in ext3_unlink()
2223 handle->h_sync = 1; in ext3_symlink()
2307 handle->h_sync = 1; in ext3_link()
2359 handle->h_sync = 1; in ext3_rename()
Dioctl.c86 handle->h_sync = 1; in ext3_ioctl()
Dinode.c253 handle->h_sync = 1; in ext3_evict_inode()
2658 handle->h_sync = 1; in ext3_truncate()
3154 handle->h_sync = 1; in ext3_do_update_inode()
3600 handle->h_sync = 1; in ext3_change_inode_journal_flag()
Dialloc.c515 handle->h_sync = 1; in ext3_new_inode()
Dxattr.c497 handle->h_sync = 1; in ext3_xattr_release_block()
1034 handle->h_sync = 1; in ext3_xattr_set_handle()
/linux-3.4.99/drivers/video/savage/
Dsavagefb_driver.c2186 u_int h_sync, v_sync; in savagefb_probe() local
2292 h_sync = 1953125000 / info->var.pixclock; in savagefb_probe()
2293 h_sync = h_sync * 512 / (info->var.xres + info->var.left_margin + in savagefb_probe()
2296 v_sync = h_sync / (info->var.yres + info->var.upper_margin + in savagefb_probe()
2303 h_sync / 1000, h_sync % 1000, v_sync); in savagefb_probe()
/linux-3.4.99/fs/ext4/
Dext4_jbd2.h252 handle->h_sync = 1; in ext4_handle_sync()
/linux-3.4.99/include/linux/
Djbd.h303 unsigned int h_sync: 1; /* sync-on-close */ member
Djbd2.h372 unsigned int h_sync:1; /* sync-on-close */ member
/linux-3.4.99/fs/ocfs2/
Dlocalalloc.c594 handle->h_sync = 1; in ocfs2_complete_local_alloc_recovery()
Dfile.c1954 handle->h_sync = 1; in __ocfs2_change_file_space()