Lines Matching refs:debug_root
484 imx21->debug_root = debugfs_create_dir(dev_name(imx21->dev), NULL); in create_debug_files()
485 if (!imx21->debug_root) in create_debug_files()
489 imx21->debug_root, imx21, &debug_status_fops)) in create_debug_files()
493 imx21->debug_root, imx21, &debug_dmem_fops)) in create_debug_files()
497 imx21->debug_root, imx21, &debug_etd_fops)) in create_debug_files()
501 imx21->debug_root, imx21, &debug_statistics_fops)) in create_debug_files()
505 imx21->debug_root, imx21, &debug_isoc_fops)) in create_debug_files()
511 debugfs_remove_recursive(imx21->debug_root); in create_debug_files()
514 imx21->debug_root = NULL; in create_debug_files()
520 if (imx21->debug_root) { in remove_debug_files()
521 debugfs_remove_recursive(imx21->debug_root); in remove_debug_files()
522 imx21->debug_root = NULL; in remove_debug_files()