Home
last modified time | relevance | path

Searched refs:h_sync (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dacornfb.c961 u_int h_sync, v_sync; in acornfb_probe() local
1096 h_sync = 1953125000 / fb_info.var.pixclock; in acornfb_probe()
1097 h_sync = h_sync * 512 / (fb_info.var.xres + fb_info.var.left_margin + in acornfb_probe()
1099 v_sync = h_sync / (fb_info.var.yres + fb_info.var.upper_margin + in acornfb_probe()
1106 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.c2031 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()
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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/jbd2/
H A Dtransaction.c1837 handle->h_sync, handle->h_requested_credits, in jbd2_journal_stop()
1871 if (handle->h_sync && journal->j_last_sync_writer != pid && in jbd2_journal_stop()
1897 if (handle->h_sync) in jbd2_journal_stop()
1905 if (handle->h_sync || in jbd2_journal_stop()
1920 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in jbd2_journal_stop()
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c1858 handle->h_sync, handle->h_requested_credits, in jbd2_journal_stop()
1892 if (handle->h_sync && journal->j_last_sync_writer != pid && in jbd2_journal_stop()
1918 if (handle->h_sync) in jbd2_journal_stop()
1926 if (handle->h_sync || in jbd2_journal_stop()
1941 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in jbd2_journal_stop()
/kernel/linux/linux-5.10/fs/ext4/
H A Dext4_jbd2.h280 handle->h_sync = 1; in ext4_handle_sync()
H A Dinode.c2867 if (!ext4_handle_valid(handle) || handle->h_sync == 0) { in ext4_writepages()
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4_jbd2.h283 handle->h_sync = 1; in ext4_handle_sync()
H A Dinode.c2699 if (!ext4_handle_valid(handle) || handle->h_sync == 0) { in ext4_do_writepages()
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c2172 u_int h_sync, v_sync; in savagefb_probe() local
2283 h_sync = 1953125000 / info->var.pixclock; in savagefb_probe()
2284 h_sync = h_sync * 512 / (info->var.xres + info->var.left_margin + in savagefb_probe()
2287 v_sync = h_sync / (info->var.yres + info->var.upper_margin + in savagefb_probe()
2294 h_sync / 1000, h_sync % 1000, v_sync); in savagefb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c2175 u_int h_sync, v_sync; in savagefb_probe() local
2288 h_sync = 1953125000 / info->var.pixclock; in savagefb_probe()
2289 h_sync = h_sync * 512 / (info->var.xres + info->var.left_margin + in savagefb_probe()
2292 v_sync = h_sync / (info->var.yres + info->var.upper_margin + in savagefb_probe()
2299 h_sync / 1000, h_sync % 1000, v_sync); in savagefb_probe()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dlocalalloc.c582 handle->h_sync = 1; in ocfs2_complete_local_alloc_recovery()
H A Dfile.c2055 handle->h_sync = 1; in __ocfs2_change_file_space()
/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h471 * @h_sync: Flag for sync-on-close.
503 unsigned int h_sync: 1; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dlocalalloc.c580 handle->h_sync = 1; in ocfs2_complete_local_alloc_recovery()
H A Dfile.c2049 handle->h_sync = 1; in __ocfs2_change_file_space()
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h461 * @h_sync: Flag for sync-on-close.
493 unsigned int h_sync: 1; member

Completed in 54 milliseconds