Home
last modified time | relevance | path

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

/linux-5.19.10/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.c320 int nb_files; in gdp_debugfs_init() local
325 nb_files = ARRAY_SIZE(gdp0_debugfs_files); in gdp_debugfs_init()
329 nb_files = ARRAY_SIZE(gdp1_debugfs_files); in gdp_debugfs_init()
333 nb_files = ARRAY_SIZE(gdp2_debugfs_files); in gdp_debugfs_init()
337 nb_files = ARRAY_SIZE(gdp3_debugfs_files); in gdp_debugfs_init()
343 for (i = 0; i < nb_files; i++) in gdp_debugfs_init()
347 nb_files, in gdp_debugfs_init()