Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/
A Dep93xx-fb.c344 static inline int ep93xxfb_convert_color(int val, int width) in ep93xxfb_convert_color() function
386 red = ep93xxfb_convert_color(red, info->var.red.length); in ep93xxfb_setcolreg()
387 green = ep93xxfb_convert_color(green, info->var.green.length); in ep93xxfb_setcolreg()
388 blue = ep93xxfb_convert_color(blue, info->var.blue.length); in ep93xxfb_setcolreg()
389 transp = ep93xxfb_convert_color(transp, in ep93xxfb_setcolreg()

Completed in 3 milliseconds