Searched refs:debug_root (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/usb/host/
H A Dimx21-dbg.c488 imx21->debug_root = debugfs_create_dir(dev_name(imx21->dev), NULL); create_debug_files()
489 if (!imx21->debug_root) create_debug_files()
493 imx21->debug_root, imx21, &debug_status_fops)) create_debug_files()
497 imx21->debug_root, imx21, &debug_dmem_fops)) create_debug_files()
501 imx21->debug_root, imx21, &debug_etd_fops)) create_debug_files()
505 imx21->debug_root, imx21, &debug_statistics_fops)) create_debug_files()
509 imx21->debug_root, imx21, &debug_isoc_fops)) create_debug_files()
515 debugfs_remove_recursive(imx21->debug_root); create_debug_files()
518 imx21->debug_root = NULL; create_debug_files()
524 if (imx21->debug_root) { remove_debug_files()
525 debugfs_remove_recursive(imx21->debug_root); remove_debug_files()
526 imx21->debug_root = NULL; remove_debug_files()
H A Dimx21-hcd.h431 struct dentry *debug_root; member in struct:imx21
/linux-4.1.27/drivers/mmc/host/
H A Ds3cmci.h72 struct dentry *debug_root; member in struct:s3cmci_host
H A Ds3cmci.c1515 host->debug_root = debugfs_create_dir(dev_name(dev), NULL); s3cmci_debugfs_attach()
1516 if (IS_ERR(host->debug_root)) { s3cmci_debugfs_attach()
1522 host->debug_root, host, s3cmci_debugfs_attach()
1529 host->debug_root, host, s3cmci_debugfs_attach()
1540 debugfs_remove(host->debug_root); s3cmci_debugfs_remove()
/linux-4.1.27/drivers/staging/android/ion/
H A Dion.c62 struct dentry *debug_root; member in struct:ion_device
94 struct dentry *debug_root; member in struct:ion_client
801 client->debug_root = debugfs_create_file(client->display_name, 0664, ion_client_create()
804 if (!client->debug_root) { ion_client_create()
845 debugfs_remove_recursive(client->debug_root); ion_client_destroy()
1585 idev->debug_root = debugfs_create_dir("ion", NULL); ion_device_create()
1586 if (!idev->debug_root) { ion_device_create()
1590 idev->heaps_debug_root = debugfs_create_dir("heaps", idev->debug_root); ion_device_create()
1596 idev->debug_root); ion_device_create()
1614 debugfs_remove_recursive(dev->debug_root); ion_device_destroy()
/linux-4.1.27/drivers/platform/x86/
H A Dintel_ips.c301 struct dentry *debug_root; member in struct:ips_driver
1321 if (ips->debug_root) ips_debugfs_cleanup()
1322 debugfs_remove_recursive(ips->debug_root); ips_debugfs_cleanup()
1330 ips->debug_root = debugfs_create_dir("ips", NULL); ips_debugfs_init()
1331 if (!ips->debug_root) { ips_debugfs_init()
1334 PTR_ERR(ips->debug_root)); ips_debugfs_init()
1344 ips->debug_root, node, ips_debugfs_init()
/linux-4.1.27/drivers/usb/dwc2/
H A Dcore.h570 * @debug_root: Root directrory for debugfs.
617 struct dentry *debug_root; member in struct:dwc2_hsotg
H A Dgadget.c3711 hsotg->debug_root = root; s3c_hsotg_create_debug()
3789 debugfs_remove(hsotg->debug_root); s3c_hsotg_delete_debug()

Completed in 202 milliseconds