Home
last modified time | relevance | path

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

/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 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()
/linux/fs/ext4/
H A Dext4_jbd2.h195 handle->h_sync = 1; in ext4_handle_sync()
H A Dinode.c2950 if (!ext4_handle_valid(handle) || handle->h_sync == 0) { in ext4_do_writepages()
/linux/include/linux/
H A Djbd2.h513 unsigned char h_sync: 1; member
/linux/fs/ocfs2/
H A Dlocalalloc.c581 handle->h_sync = 1; in ocfs2_complete_local_alloc_recovery()