Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/sti/
Dsti_mixer.c185 int nb_files; in sti_mixer_debugfs_init() local
190 nb_files = ARRAY_SIZE(mixer0_debugfs_files); in sti_mixer_debugfs_init()
194 nb_files = ARRAY_SIZE(mixer1_debugfs_files); in sti_mixer_debugfs_init()
200 for (i = 0; i < nb_files; i++) in sti_mixer_debugfs_init()
204 nb_files, in sti_mixer_debugfs_init()
Dsti_gdp.c322 int nb_files; in gdp_debugfs_init() local
327 nb_files = ARRAY_SIZE(gdp0_debugfs_files); in gdp_debugfs_init()
331 nb_files = ARRAY_SIZE(gdp1_debugfs_files); in gdp_debugfs_init()
335 nb_files = ARRAY_SIZE(gdp2_debugfs_files); in gdp_debugfs_init()
339 nb_files = ARRAY_SIZE(gdp3_debugfs_files); in gdp_debugfs_init()
345 for (i = 0; i < nb_files; i++) in gdp_debugfs_init()
349 nb_files, in gdp_debugfs_init()