Searched refs:h_sync (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
D | acornfb.c | 964 u_int h_sync, v_sync; in acornfb_probe() local 1100 h_sync = 1953125000 / fb_info.var.pixclock; in acornfb_probe() 1101 h_sync = h_sync * 512 / (fb_info.var.xres + fb_info.var.left_margin + in acornfb_probe() 1103 v_sync = h_sync / (fb_info.var.yres + fb_info.var.upper_margin + in acornfb_probe() 1111 h_sync / 1000, h_sync % 1000, v_sync); in acornfb_probe()
|
D | cyber2000fb.c | 1529 u_int h_sync, v_sync; in cyberpro_common_probe() local 1590 h_sync = 1953125000 / cfb->fb.var.pixclock; in cyberpro_common_probe() 1591 h_sync = h_sync * 512 / (cfb->fb.var.xres + cfb->fb.var.left_margin + in cyberpro_common_probe() 1593 v_sync = h_sync / (cfb->fb.var.yres + cfb->fb.var.upper_margin + in cyberpro_common_probe() 1599 h_sync / 1000, h_sync % 1000, v_sync); in cyberpro_common_probe()
|
D | neofb.c | 2031 u_int h_sync, v_sync; in neofb_probe() local 2076 h_sync = 1953125000 / info->var.pixclock; in neofb_probe() 2077 h_sync = in neofb_probe() 2078 h_sync * 512 / (info->var.xres + info->var.left_margin + in neofb_probe() 2081 h_sync / (info->var.yres + info->var.upper_margin + in neofb_probe() 2087 info->var.yres, h_sync / 1000, h_sync % 1000, v_sync); in neofb_probe()
|
D | wm8505fb.c | 93 int h_sync = info->var.hsync_len; in wm8505fb_set_timing() local 105 writel(h_sync, fbi->regbase + WMT_GOVR_TIMING_H_SYNC); in wm8505fb_set_timing()
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 229 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-4.4.14/fs/jbd2/ |
D | transaction.c | 1661 handle->h_sync, handle->h_requested_credits, in jbd2_journal_stop() 1695 if (handle->h_sync && journal->j_last_sync_writer != pid && in jbd2_journal_stop() 1721 if (handle->h_sync) in jbd2_journal_stop() 1733 if (handle->h_sync || in jbd2_journal_stop() 1750 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in jbd2_journal_stop()
|
/linux-4.4.14/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 2172 u_int h_sync, v_sync; in savagefb_probe() local 2280 h_sync = 1953125000 / info->var.pixclock; in savagefb_probe() 2281 h_sync = h_sync * 512 / (info->var.xres + info->var.left_margin + in savagefb_probe() 2284 v_sync = h_sync / (info->var.yres + info->var.upper_margin + in savagefb_probe() 2291 h_sync / 1000, h_sync % 1000, v_sync); in savagefb_probe()
|
/linux-4.4.14/fs/ext4/ |
D | ext4_jbd2.h | 280 handle->h_sync = 1; in ext4_handle_sync()
|
/linux-4.4.14/include/linux/ |
D | jbd2.h | 482 unsigned int h_sync: 1; /* sync-on-close */ member
|
/linux-4.4.14/fs/ocfs2/ |
D | localalloc.c | 593 handle->h_sync = 1; in ocfs2_complete_local_alloc_recovery()
|
D | file.c | 1975 handle->h_sync = 1; in __ocfs2_change_file_space()
|