Searched refs:debugfs_prefix (Results 1 – 4 of 4) sorted by relevance
99 char debugfs_prefix[MAX_SYSFS_PATH]; member630 t->debugfs_prefix, d->name); in find_loopback_devices()901 char *debugfs_prefix = "/sys/kernel/debug/gb_loopback/"; in main() local921 snprintf(t.debugfs_prefix, MAX_SYSFS_PATH, "%s", optarg); in main()974 if (!strcmp(t.debugfs_prefix, "")) in main()975 snprintf(t.debugfs_prefix, MAX_SYSFS_PATH, "%s", debugfs_prefix); in main()
490 pcm->component.debugfs_prefix = "dma"; in snd_dmaengine_pcm_register()
141 if (component->debugfs_prefix) { in soc_init_component_debugfs()145 component->debugfs_prefix, component->name); in soc_init_component_debugfs()
858 const char *debugfs_prefix; member