Home
last modified time | relevance | path

Searched refs:debugfs_files (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/tegra/
Ddsi.c65 struct drm_info_list *debugfs_files; member
226 static struct drm_info_list debugfs_files[] = { variable
241 dsi->debugfs_files = kmemdup(debugfs_files, sizeof(debugfs_files), in tegra_dsi_debugfs_init()
243 if (!dsi->debugfs_files) { in tegra_dsi_debugfs_init()
248 for (i = 0; i < ARRAY_SIZE(debugfs_files); i++) in tegra_dsi_debugfs_init()
249 dsi->debugfs_files[i].data = dsi; in tegra_dsi_debugfs_init()
251 err = drm_debugfs_create_files(dsi->debugfs_files, in tegra_dsi_debugfs_init()
252 ARRAY_SIZE(debugfs_files), in tegra_dsi_debugfs_init()
262 kfree(dsi->debugfs_files); in tegra_dsi_debugfs_init()
263 dsi->debugfs_files = NULL; in tegra_dsi_debugfs_init()
[all …]
Dhdmi.c67 struct drm_info_list *debugfs_files; member
1250 static struct drm_info_list debugfs_files[] = { variable
1264 hdmi->debugfs_files = kmemdup(debugfs_files, sizeof(debugfs_files), in tegra_hdmi_debugfs_init()
1266 if (!hdmi->debugfs_files) { in tegra_hdmi_debugfs_init()
1271 for (i = 0; i < ARRAY_SIZE(debugfs_files); i++) in tegra_hdmi_debugfs_init()
1272 hdmi->debugfs_files[i].data = hdmi; in tegra_hdmi_debugfs_init()
1274 err = drm_debugfs_create_files(hdmi->debugfs_files, in tegra_hdmi_debugfs_init()
1275 ARRAY_SIZE(debugfs_files), in tegra_hdmi_debugfs_init()
1285 kfree(hdmi->debugfs_files); in tegra_hdmi_debugfs_init()
1286 hdmi->debugfs_files = NULL; in tegra_hdmi_debugfs_init()
[all …]
Ddc.c1630 static struct drm_info_list debugfs_files[] = { variable
1649 dc->debugfs_files = kmemdup(debugfs_files, sizeof(debugfs_files), in tegra_dc_debugfs_init()
1651 if (!dc->debugfs_files) { in tegra_dc_debugfs_init()
1656 for (i = 0; i < ARRAY_SIZE(debugfs_files); i++) in tegra_dc_debugfs_init()
1657 dc->debugfs_files[i].data = dc; in tegra_dc_debugfs_init()
1659 err = drm_debugfs_create_files(dc->debugfs_files, in tegra_dc_debugfs_init()
1660 ARRAY_SIZE(debugfs_files), in tegra_dc_debugfs_init()
1670 kfree(dc->debugfs_files); in tegra_dc_debugfs_init()
1671 dc->debugfs_files = NULL; in tegra_dc_debugfs_init()
1681 drm_debugfs_remove_files(dc->debugfs_files, ARRAY_SIZE(debugfs_files), in tegra_dc_debugfs_exit()
[all …]
Dsor.c178 struct drm_info_list *debugfs_files; member
983 static const struct drm_info_list debugfs_files[] = { variable
999 sor->debugfs_files = kmemdup(debugfs_files, sizeof(debugfs_files), in tegra_sor_debugfs_init()
1001 if (!sor->debugfs_files) { in tegra_sor_debugfs_init()
1006 for (i = 0; i < ARRAY_SIZE(debugfs_files); i++) in tegra_sor_debugfs_init()
1007 sor->debugfs_files[i].data = sor; in tegra_sor_debugfs_init()
1009 err = drm_debugfs_create_files(sor->debugfs_files, in tegra_sor_debugfs_init()
1010 ARRAY_SIZE(debugfs_files), in tegra_sor_debugfs_init()
1020 kfree(sor->debugfs_files); in tegra_sor_debugfs_init()
1021 sor->debugfs_files = NULL; in tegra_sor_debugfs_init()
[all …]
Ddrm.h135 struct drm_info_list *debugfs_files; member
/drivers/staging/wilc1000/
Dwilc_debugfs.c143 struct dentry *debugfs_files; in wilc_debugfs_init() local
160 debugfs_files = debugfs_create_file(info->name, in wilc_debugfs_init()
166 if (!debugfs_files) { in wilc_debugfs_init()
/drivers/net/wireless/libertas/
Ddebugfs.c705 static const struct lbs_debugfs_files debugfs_files[] = { variable
759 for (i=0; i<ARRAY_SIZE(debugfs_files); i++) { in lbs_debugfs_init_one()
760 files = &debugfs_files[i]; in lbs_debugfs_init_one()
761 priv->debugfs_files[i] = debugfs_create_file(files->name, in lbs_debugfs_init_one()
817 for(i=0; i<ARRAY_SIZE(debugfs_files); i++) in lbs_debugfs_remove_one()
818 debugfs_remove(priv->debugfs_files[i]); in lbs_debugfs_remove_one()
Ddev.h68 struct dentry *debugfs_files[6]; member
/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2145 static struct cxgb4vf_debugfs_entry debugfs_files[] = { variable
2170 for (i = 0; i < ARRAY_SIZE(debugfs_files); i++) in setup_debugfs()
2171 (void)debugfs_create_file(debugfs_files[i].name, in setup_debugfs()
2172 debugfs_files[i].mode, in setup_debugfs()
2175 debugfs_files[i].fops); in setup_debugfs()