Searched refs:h_sync (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/video/fbdev/ |
H A D | acornfb.c | 925 u_int h_sync, v_sync; in acornfb_probe() local 1060 h_sync = 1953125000 / fb_info.var.pixclock; in acornfb_probe() 1061 h_sync = h_sync * 512 / (fb_info.var.xres + fb_info.var.left_margin + in acornfb_probe() 1063 v_sync = h_sync / (fb_info.var.yres + fb_info.var.upper_margin + in acornfb_probe() 1070 h_sync / 1000, h_sync % 1000, v_sync); in acornfb_probe()
|
H A D | cyber2000fb.c | 1520 u_int h_sync, v_sync; in cyberpro_common_probe() local 1581 h_sync = 1953125000 / cfb->fb.var.pixclock; in cyberpro_common_probe() 1582 h_sync = h_sync * 512 / (cfb->fb.var.xres + cfb->fb.var.left_margin + in cyberpro_common_probe() 1584 v_sync = h_sync / (cfb->fb.var.yres + cfb->fb.var.upper_margin + in cyberpro_common_probe() 1590 h_sync / 1000, h_sync % 1000, v_sync); in cyberpro_common_probe()
|
H A D | neofb.c | 2021 u_int h_sync, v_sync; in neofb_probe() local 2070 h_sync = 1953125000 / info->var.pixclock; in neofb_probe() 2071 h_sync = in neofb_probe() 2072 h_sync * 512 / (info->var.xres + info->var.left_margin + in neofb_probe() 2075 h_sync / (info->var.yres + info->var.upper_margin + in neofb_probe() 2081 info->var.yres, h_sync / 1000, h_sync % 1000, v_sync); in neofb_probe()
|
H A D | wm8505fb.c | 85 int h_sync = info->var.hsync_len; in wm8505fb_set_timing() local 97 writel(h_sync, fbi->regbase + WMT_GOVR_TIMING_H_SYNC); in wm8505fb_set_timing()
|
/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_g450.c | 230 unsigned int h_sync; member 287 hsl = (((outd->h_sync + pixclock) / pixclock)) & ~1; in computeRegs() 365 .h_sync = 4666667, // ps in cve2_init_TVdata() 374 .h_sync = 4666667, // ps in cve2_init_TVdata()
|
/linux/fs/jbd2/ |
H A D | transaction.c | 1857 handle->h_sync, handle->h_requested_credits, in jbd2_journal_stop() 1891 if (handle->h_sync && journal->j_last_sync_writer != pid && in jbd2_journal_stop() 1917 if (handle->h_sync) in jbd2_journal_stop() 1925 if (handle->h_sync || in jbd2_journal_stop() 1940 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in jbd2_journal_stop()
|
/linux/drivers/video/fbdev/savage/ |
H A D | savagefb_driver.c | 2175 u_int h_sync, v_sync; in savagefb_probe() local 2291 h_sync = 1953125000 / info->var.pixclock; in savagefb_probe() 2292 h_sync = h_sync * 512 / (info->var.xres + info->var.left_margin + in savagefb_probe() 2295 v_sync = h_sync / (info->var.yres + info->var.upper_margin + in savagefb_probe() 2302 h_sync / 1000, h_sync % 1000, v_sync); in savagefb_probe()
|
/linux/fs/ext4/ |
H A D | ext4_jbd2.h | 283 handle->h_sync = 1; in ext4_handle_sync()
|
H A D | inode.c | 2736 if (!ext4_handle_valid(handle) || handle->h_sync == 0) { in ext4_do_writepages()
|
/linux/include/linux/ |
H A D | jbd2.h | 493 unsigned int h_sync: 1; member
|
/linux/fs/ocfs2/ |
H A D | localalloc.c | 581 handle->h_sync = 1; in ocfs2_complete_local_alloc_recovery()
|
H A D | file.c | 2065 handle->h_sync = 1; in __ocfs2_change_file_space()
|