Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dscreen_info_generic.c223 int screen_info_pixel_format(const struct screen_info *si, struct pixel_format *f) in screen_info_pixel_format() function
237 EXPORT_SYMBOL(screen_info_pixel_format);
/linux/include/linux/
H A Dscreen_info.h140 int screen_info_pixel_format(const struct screen_info *si, struct pixel_format *f);
/linux/drivers/gpu/drm/sysfb/
H A Ddrm_sysfb_screen_info.c86 ret = screen_info_pixel_format(si, &pixel); in drm_sysfb_get_format_si()