Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c551 static const struct sh_mobile_lcdc_format_info sh_mobile_format_infos[] = { variable
605 for (i = 0; i < ARRAY_SIZE(sh_mobile_format_infos); ++i) { in sh_mobile_format_info()
606 if (sh_mobile_format_infos[i].fourcc == fourcc) in sh_mobile_format_info()
607 return &sh_mobile_format_infos[i]; in sh_mobile_format_info()