Searched refs:mic_dbg (Results 1 – 2 of 2) sorted by relevance
37 static struct dentry *mic_dbg; variable84 if (!mic_dbg) in mic_create_card_debug_dir()87 mdrv->dbg_dir = debugfs_create_dir(mdrv->name, mic_dbg); in mic_create_card_debug_dir()119 mic_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in mic_init_card_debugfs()120 if (!mic_dbg) in mic_init_card_debugfs()129 debugfs_remove(mic_dbg); in mic_exit_card_debugfs()
32 static struct dentry *mic_dbg; variable438 if (!mic_dbg) in mic_create_debug_dir()441 mdev->dbg_dir = debugfs_create_dir(dev_name(mdev->sdev), mic_dbg); in mic_create_debug_dir()480 mic_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in mic_init_debugfs()481 if (!mic_dbg) in mic_init_debugfs()490 debugfs_remove(mic_dbg); in mic_exit_debugfs()