Searched refs:root_name (Results 1 – 1 of 1) sorted by relevance
347 char *root_name; in wm_adsp2_init_debugfs() local355 root_name = kmalloc(PAGE_SIZE, GFP_KERNEL); in wm_adsp2_init_debugfs()356 if (!root_name) in wm_adsp2_init_debugfs()359 snprintf(root_name, PAGE_SIZE, "dsp%d", dsp->num); in wm_adsp2_init_debugfs()360 root = debugfs_create_dir(root_name, codec->component.debugfs_root); in wm_adsp2_init_debugfs()361 kfree(root_name); in wm_adsp2_init_debugfs()