Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dacornfb.c925 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 Dcyber2000fb.c1526 u_int h_sync, v_sync; in cyberpro_common_probe() local
1587 h_sync = 1953125000 / cfb->fb.var.pixclock; in cyberpro_common_probe()
1588 h_sync = h_sync * 512 / (cfb->fb.var.xres + cfb->fb.var.left_margin + in cyberpro_common_probe()
1590 v_sync = h_sync / (cfb->fb.var.yres + cfb->fb.var.upper_margin + in cyberpro_common_probe()
1596 h_sync / 1000, h_sync % 1000, v_sync); in cyberpro_common_probe()
H A Dneofb.c2019 u_int h_sync, v_sync; in neofb_probe() local
2068 h_sync = 1953125000 / info->var.pixclock; in neofb_probe()
2069 h_sync = in neofb_probe()
2070 h_sync * 512 / (info->var.xres + info->var.left_margin + in neofb_probe()
2073 h_sync / (info->var.yres + info->var.upper_margin + in neofb_probe()
2079 info->var.yres, h_sync / 1000, h_sync % 1000, v_sync); in neofb_probe()
H A Dwm8505fb.c85 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()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c230 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()
/openbmc/linux/fs/jbd2/
H A Dtransaction.c1843 handle->h_sync, handle->h_requested_credits, in jbd2_journal_stop()
1877 if (handle->h_sync && journal->j_last_sync_writer != pid && in jbd2_journal_stop()
1903 if (handle->h_sync) in jbd2_journal_stop()
1911 if (handle->h_sync || in jbd2_journal_stop()
1926 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in jbd2_journal_stop()
/openbmc/linux/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c2175 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()
/openbmc/linux/fs/ext4/
H A Dext4_jbd2.h283 handle->h_sync = 1; in ext4_handle_sync()
H A Dinode.c2719 if (!ext4_handle_valid(handle) || handle->h_sync == 0) { in ext4_do_writepages()
/openbmc/linux/include/linux/
H A Djbd2.h493 unsigned int h_sync: 1; member
/openbmc/linux/fs/ocfs2/
H A Dlocalalloc.c580 handle->h_sync = 1; in ocfs2_complete_local_alloc_recovery()
H A Dfile.c2053 handle->h_sync = 1; in __ocfs2_change_file_space()