Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/tegra/
Drgb.c23 static inline struct tegra_rgb *to_rgb(struct tegra_output *output) in to_rgb() function
120 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_disable()
135 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_enable()
175 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_atomic_check()
/Linux-v5.4/drivers/video/fbdev/
Dpxa168fb.c479 static u32 to_rgb(u16 red, u16 green, u16 blue) in to_rgb() function
507 val = to_rgb(red, green, blue); in pxa168fb_setcolreg()
/Linux-v5.4/drivers/video/fbdev/mmp/fb/
Dmmpfb.c304 static u32 to_rgb(u16 red, u16 green, u16 blue) in to_rgb() function
328 val = to_rgb(red, green, blue); in mmpfb_setcolreg()