Home
last modified time | relevance | path

Searched refs:debugfs_prefix (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/greybus/tools/
Dloopback_test.c99 char debugfs_prefix[MAX_SYSFS_PATH]; member
630 t->debugfs_prefix, d->name); in find_loopback_devices()
901 char *debugfs_prefix = "/sys/kernel/debug/gb_loopback/"; in main() local
921 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()
/Linux-v4.19/sound/soc/
Dsoc-generic-dmaengine-pcm.c490 pcm->component.debugfs_prefix = "dma"; in snd_dmaengine_pcm_register()
Dsoc-core.c141 if (component->debugfs_prefix) { in soc_init_component_debugfs()
145 component->debugfs_prefix, component->name); in soc_init_component_debugfs()
/Linux-v4.19/include/sound/
Dsoc.h858 const char *debugfs_prefix; member