Lines Matching refs:debugfs_dir
665 struct dentry *debugfs_dir; in tb_switch_debugfs_init() local
668 debugfs_dir = debugfs_create_dir(dev_name(&sw->dev), tb_debugfs_root); in tb_switch_debugfs_init()
669 sw->debugfs_dir = debugfs_dir; in tb_switch_debugfs_init()
670 debugfs_create_file("regs", DEBUGFS_MODE, debugfs_dir, sw, in tb_switch_debugfs_init()
674 struct dentry *debugfs_dir; in tb_switch_debugfs_init() local
683 debugfs_dir = debugfs_create_dir(dir_name, sw->debugfs_dir); in tb_switch_debugfs_init()
684 debugfs_create_file("regs", DEBUGFS_MODE, debugfs_dir, in tb_switch_debugfs_init()
686 debugfs_create_file("path", 0400, debugfs_dir, port, in tb_switch_debugfs_init()
689 debugfs_create_file("counters", 0600, debugfs_dir, port, in tb_switch_debugfs_init()
702 debugfs_remove_recursive(sw->debugfs_dir); in tb_switch_debugfs_remove()
713 svc->debugfs_dir = debugfs_create_dir(dev_name(&svc->dev), in tb_service_debugfs_init()
725 debugfs_remove_recursive(svc->debugfs_dir); in tb_service_debugfs_remove()
726 svc->debugfs_dir = NULL; in tb_service_debugfs_remove()