| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86gtf.c | 128 float h_sync; in xf86GTFMode() local 343 h_sync = in xf86GTFMode() 351 h_front_porch = (h_blank / 2.0) - h_sync; in xf86GTFMode() 364 mode->HSyncEnd = (int) (h_pixels_rnd + h_front_porch + h_sync); in xf86GTFMode()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/ |
| H A D | gtf.c | 293 float h_sync; in vert_refresh() local 552 h_sync = in vert_refresh() 555 print_value(17, "[H SYNC (PIXELS)]", h_sync); in vert_refresh() 562 h_front_porch = (h_blank / 2.0) - h_sync; in vert_refresh() 579 m->hse = (int) (h_pixels_rnd + h_front_porch + h_sync); in vert_refresh()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | acornfb.c | 961 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 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()
|
| H A 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()
|
| 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/jbd2/ |
| H A D | transaction.c | 1829 handle->h_sync, handle->h_requested_credits, in jbd2_journal_stop() 1863 if (handle->h_sync && journal->j_last_sync_writer != pid && in jbd2_journal_stop() 1889 if (handle->h_sync) in jbd2_journal_stop() 1897 if (handle->h_sync || in jbd2_journal_stop() 1912 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in jbd2_journal_stop()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/savage/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ext4_jbd2.h | 285 handle->h_sync = 1; in ext4_handle_sync()
|
| H A D | inode.c | 2874 if (!ext4_handle_valid(handle) || handle->h_sync == 0) { in ext4_writepages()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jbd2.h | 503 unsigned int h_sync: 1; member
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | localalloc.c | 582 handle->h_sync = 1; in ocfs2_complete_local_alloc_recovery()
|
| H A D | file.c | 2055 handle->h_sync = 1; in __ocfs2_change_file_space()
|