Searched refs:shmob_drm_format_infos (Results 1 – 1 of 1) sorted by relevance
31 static const struct shmob_drm_format_info shmob_drm_format_infos[] = { variable93 for (i = 0; i < ARRAY_SIZE(shmob_drm_format_infos); ++i) { in shmob_drm_format_info()94 if (shmob_drm_format_infos[i].fourcc == fourcc) in shmob_drm_format_info()95 return &shmob_drm_format_infos[i]; in shmob_drm_format_info()