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

/linux-master/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c544 static const struct sh_mobile_lcdc_format_info sh_mobile_format_infos[] = { variable in typeref:struct:sh_mobile_lcdc_format_info
598 for (i = 0; i < ARRAY_SIZE(sh_mobile_format_infos); ++i) {
599 if (sh_mobile_format_infos[i].fourcc == fourcc)
600 return &sh_mobile_format_infos[i];

Completed in 116 milliseconds