shmob_drm_format_infos   26 drivers/gpu/drm/shmobile/shmob_drm_kms.c static const struct shmob_drm_format_info shmob_drm_format_infos[] = {
shmob_drm_format_infos   79 drivers/gpu/drm/shmobile/shmob_drm_kms.c 	for (i = 0; i < ARRAY_SIZE(shmob_drm_format_infos); ++i) {
shmob_drm_format_infos   80 drivers/gpu/drm/shmobile/shmob_drm_kms.c 		if (shmob_drm_format_infos[i].fourcc == fourcc)
shmob_drm_format_infos   81 drivers/gpu/drm/shmobile/shmob_drm_kms.c 			return &shmob_drm_format_infos[i];