Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/greybus/tools/
Dloopback_test.c97 char debugfs_prefix[MAX_SYSFS_PATH]; member
622 t->debugfs_prefix, d->name); in find_loopback_devices()
893 char *debugfs_prefix = "/sys/kernel/debug/gb_loopback/"; in main() local
913 snprintf(t.debugfs_prefix, MAX_SYSFS_PATH, "%s", optarg); in main()
966 if (!strcmp(t.debugfs_prefix, "")) in main()
967 snprintf(t.debugfs_prefix, MAX_SYSFS_PATH, "%s", debugfs_prefix); in main()
/Linux-v5.4/include/sound/
Dsoc-component.h150 const char *debugfs_prefix; member
/Linux-v5.4/sound/soc/stm/
Dstm32_adfsdm.c369 component->debugfs_prefix = "pcm"; in stm32_adfsdm_probe()
/Linux-v5.4/sound/soc/
Dsoc-generic-dmaengine-pcm.c488 pcm->component.debugfs_prefix = "dma"; in snd_dmaengine_pcm_register()
Dsoc-core.c155 if (component->debugfs_prefix) { in soc_init_component_debugfs()
159 component->debugfs_prefix, component->name); in soc_init_component_debugfs()