Lines Matching refs:debug_root
488 imx21->debug_root = debugfs_create_dir(dev_name(imx21->dev), NULL); in create_debug_files()
489 if (!imx21->debug_root) in create_debug_files()
493 imx21->debug_root, imx21, &debug_status_fops)) in create_debug_files()
497 imx21->debug_root, imx21, &debug_dmem_fops)) in create_debug_files()
501 imx21->debug_root, imx21, &debug_etd_fops)) in create_debug_files()
505 imx21->debug_root, imx21, &debug_statistics_fops)) in create_debug_files()
509 imx21->debug_root, imx21, &debug_isoc_fops)) in create_debug_files()
515 debugfs_remove_recursive(imx21->debug_root); in create_debug_files()
518 imx21->debug_root = NULL; in create_debug_files()
524 if (imx21->debug_root) { in remove_debug_files()
525 debugfs_remove_recursive(imx21->debug_root); in remove_debug_files()
526 imx21->debug_root = NULL; in remove_debug_files()