Home
last modified time | relevance | path

Searched refs:htime (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpxafb.c1042 unsigned long htime; in set_hsync_time() local
1049 htime = clk_get_rate(fbi->clk) / (pcd * fbi->fb.var.hsync_len); in set_hsync_time()
1051 fbi->hsync_time = htime; in set_hsync_time()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.c276 static long hist_time(unsigned long htime) in hist_time() argument
280 return (htime / time_quantum) * time_quantum; in hist_time()
281 return htime; in hist_time()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpxafb.c1039 unsigned long htime; in set_hsync_time() local
1046 htime = clk_get_rate(fbi->clk) / (pcd * fbi->fb.var.hsync_len); in set_hsync_time()
1048 fbi->hsync_time = htime; in set_hsync_time()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.c290 static long hist_time(unsigned long htime) in hist_time() argument
294 return (htime / time_quantum) * time_quantum; in hist_time()
295 return htime; in hist_time()

Completed in 13 milliseconds