Searched refs:debugfs_prefix (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/staging/greybus/tools/ |
A D | loopback_test.c | 98 char debugfs_prefix[MAX_SYSFS_PREFIX]; member 616 t->debugfs_prefix, d->name); in find_loopback_devices() 882 char *debugfs_prefix = "/sys/kernel/debug/gb_loopback/"; in main() local 902 snprintf(t.debugfs_prefix, MAX_SYSFS_PREFIX, "%s", optarg); in main() 955 if (!strcmp(t.debugfs_prefix, "")) in main() 956 snprintf(t.debugfs_prefix, MAX_SYSFS_PREFIX, "%s", debugfs_prefix); in main()
|
/linux-6.3-rc2/sound/soc/meson/ |
A D | aiu-codec-ctrl.c | 143 .debugfs_prefix = "hdmi",
|
A D | aiu-acodec-ctrl.c | 196 .debugfs_prefix = "acodec",
|
A D | aiu.c | 107 .debugfs_prefix = "cpu",
|
/linux-6.3-rc2/include/sound/ |
A D | soc-component.h | 196 const char *debugfs_prefix; member 249 const char *debugfs_prefix; member
|
/linux-6.3-rc2/sound/soc/stm/ |
A D | stm32_adfsdm.c | 374 component->debugfs_prefix = "pcm"; in stm32_adfsdm_probe()
|
/linux-6.3-rc2/sound/soc/ |
A D | soc-core.c | 138 if (component->debugfs_prefix) { in soc_init_component_debugfs() 142 component->debugfs_prefix, component->name); in soc_init_component_debugfs() 2587 if (!component->debugfs_prefix) in snd_soc_component_initialize() 2588 component->debugfs_prefix = driver->debugfs_prefix; in snd_soc_component_initialize()
|
A D | soc-generic-dmaengine-pcm.c | 437 pcm->component.debugfs_prefix = "dma"; in snd_dmaengine_pcm_register()
|
/linux-6.3-rc2/sound/soc/mediatek/mt8173/ |
A D | mt8173-afe-pcm.c | 1147 comp_pcm->debugfs_prefix = "pcm"; in mt8173_afe_pcm_dev_probe() 1169 comp_hdmi->debugfs_prefix = "hdmi"; in mt8173_afe_pcm_dev_probe()
|
/linux-6.3-rc2/sound/soc/fsl/ |
A D | imx-pcm-rpmsg.c | 734 component->debugfs_prefix = "rpmsg"; in imx_rpmsg_pcm_probe()
|
/linux-6.3-rc2/sound/soc/sunxi/ |
A D | sun4i-codec.c | 1236 .debugfs_prefix = "cpu",
|
/linux-6.3-rc2/sound/soc/mediatek/mt8188/ |
A D | mt8188-afe-pcm.c | 3301 component->debugfs_prefix = "pcm"; in mt8188_afe_pcm_dev_probe()
|
/linux-6.3-rc2/sound/soc/mediatek/mt8195/ |
A D | mt8195-afe-pcm.c | 3228 component->debugfs_prefix = "pcm"; in mt8195_afe_pcm_dev_probe()
|
Completed in 35 milliseconds