Searched refs:h_sync (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/ |
D | acornfb.c | 927 u_int h_sync, v_sync; in acornfb_probe() local 1062 h_sync = 1953125000 / fb_info.var.pixclock; in acornfb_probe() 1063 h_sync = h_sync * 512 / (fb_info.var.xres + fb_info.var.left_margin + in acornfb_probe() 1065 v_sync = h_sync / (fb_info.var.yres + fb_info.var.upper_margin + in acornfb_probe() 1072 h_sync / 1000, h_sync % 1000, v_sync); in acornfb_probe()
|
D | cyber2000fb.c | 1526 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()
|
D | neofb.c | 2027 u_int h_sync, v_sync; in neofb_probe() local 2072 h_sync = 1953125000 / info->var.pixclock; in neofb_probe() 2073 h_sync = in neofb_probe() 2074 h_sync * 512 / (info->var.xres + info->var.left_margin + in neofb_probe() 2077 h_sync / (info->var.yres + info->var.upper_margin + in neofb_probe() 2083 info->var.yres, h_sync / 1000, h_sync % 1000, v_sync); in neofb_probe()
|
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-5.19.10/drivers/video/fbdev/matrox/ |
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-5.19.10/fs/jbd2/ |
D | transaction.c | 1855 handle->h_sync, handle->h_requested_credits, in jbd2_journal_stop() 1889 if (handle->h_sync && journal->j_last_sync_writer != pid && in jbd2_journal_stop() 1915 if (handle->h_sync) in jbd2_journal_stop() 1923 if (handle->h_sync || in jbd2_journal_stop() 1938 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in jbd2_journal_stop()
|
/linux-5.19.10/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 2172 u_int h_sync, v_sync; in savagefb_probe() local 2281 h_sync = 1953125000 / info->var.pixclock; in savagefb_probe() 2282 h_sync = h_sync * 512 / (info->var.xres + info->var.left_margin + in savagefb_probe() 2285 v_sync = h_sync / (info->var.yres + info->var.upper_margin + in savagefb_probe() 2292 h_sync / 1000, h_sync % 1000, v_sync); in savagefb_probe()
|
/linux-5.19.10/fs/ext4/ |
D | ext4_jbd2.h | 283 handle->h_sync = 1; in ext4_handle_sync()
|
D | inode.c | 2837 if (!ext4_handle_valid(handle) || handle->h_sync == 0) { in ext4_writepages()
|
/linux-5.19.10/include/linux/ |
D | jbd2.h | 503 unsigned int h_sync: 1; member
|
/linux-5.19.10/fs/ocfs2/ |
D | localalloc.c | 580 handle->h_sync = 1; in ocfs2_complete_local_alloc_recovery()
|
D | file.c | 2052 handle->h_sync = 1; in __ocfs2_change_file_space()
|