/linux/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_debugfs.c | 28 static struct dentry *debugfs_root; variable 93 debugfs_root = debugfs_create_dir("kfd", NULL); in kfd_debugfs_init() 95 debugfs_create_file("mqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init() 97 debugfs_create_file("hqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init() 99 debugfs_create_file("rls", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init() 101 debugfs_create_file("hang_hws", S_IFREG | 0200, debugfs_root, in kfd_debugfs_init() 107 debugfs_remove_recursive(debugfs_root); in kfd_debugfs_fini()
|
/linux/drivers/scsi/mpt3sas/ |
A D | mpt3sas_debugfs.c | 124 if (!ioc->debugfs_root) { in mpt3sas_setup_debugfs() 125 ioc->debugfs_root = in mpt3sas_setup_debugfs() 127 if (!ioc->debugfs_root) { in mpt3sas_setup_debugfs() 136 ioc->debugfs_root, ioc, &mpt3sas_debugfs_iocdump_fops); in mpt3sas_setup_debugfs() 140 debugfs_remove(ioc->debugfs_root); in mpt3sas_setup_debugfs() 145 debugfs_create_u8(name, 0444, ioc->debugfs_root, &ioc->shost_recovery); in mpt3sas_setup_debugfs() 155 debugfs_remove_recursive(ioc->debugfs_root); in mpt3sas_destroy_debugfs()
|
/linux/drivers/scsi/megaraid/ |
A D | megaraid_sas_debugfs.c | 132 if (!instance->debugfs_root) { in megasas_setup_debugfs() 133 instance->debugfs_root = in megasas_setup_debugfs() 135 if (!instance->debugfs_root) { in megasas_setup_debugfs() 145 instance->debugfs_root, instance, in megasas_setup_debugfs() 150 debugfs_remove(instance->debugfs_root); in megasas_setup_debugfs() 163 debugfs_remove_recursive(instance->debugfs_root); in megasas_destroy_debugfs()
|
/linux/drivers/infiniband/hw/usnic/ |
A D | usnic_debugfs.c | 43 static struct dentry *debugfs_root; variable 115 debugfs_root = debugfs_create_dir(DRV_NAME, NULL); in usnic_debugfs_init() 117 flows_dentry = debugfs_create_dir("flows", debugfs_root); in usnic_debugfs_init() 119 debugfs_create_file("build-info", S_IRUGO, debugfs_root, in usnic_debugfs_init() 125 debugfs_remove_recursive(debugfs_root); in usnic_debugfs_exit() 126 debugfs_root = NULL; in usnic_debugfs_exit()
|
/linux/drivers/mmc/core/ |
A D | debugfs.c | 231 host->debugfs_root = root; in mmc_add_host_debugfs() 250 debugfs_remove_recursive(host->debugfs_root); in mmc_remove_host_debugfs() 258 if (!host->debugfs_root) in mmc_add_card_debugfs() 261 root = debugfs_create_dir(mmc_card_id(card), host->debugfs_root); in mmc_add_card_debugfs() 262 card->debugfs_root = root; in mmc_add_card_debugfs() 269 debugfs_remove_recursive(card->debugfs_root); in mmc_remove_card_debugfs() 270 card->debugfs_root = NULL; in mmc_remove_card_debugfs()
|
/linux/drivers/gpu/drm/i915/gvt/ |
A D | debugfs.c | 163 vgpu->debugfs = debugfs_create_dir(name, vgpu->gvt->debugfs_root); in intel_gvt_debugfs_add_vgpu() 190 gvt->debugfs_root = debugfs_create_dir("gvt", minor->debugfs_root); in intel_gvt_debugfs_init() 192 debugfs_create_ulong("num_tracked_mmio", 0444, gvt->debugfs_root, in intel_gvt_debugfs_init() 202 debugfs_remove_recursive(gvt->debugfs_root); in intel_gvt_debugfs_clean() 203 gvt->debugfs_root = NULL; in intel_gvt_debugfs_clean()
|
/linux/drivers/ptp/ |
A D | ptp_qoriq_debugfs.c | 80 ptp_qoriq->debugfs_root = root; in ptp_qoriq_create_debugfs() 92 ptp_qoriq->debugfs_root = NULL; in ptp_qoriq_create_debugfs() 99 debugfs_remove_recursive(ptp_qoriq->debugfs_root); in ptp_qoriq_remove_debugfs() 100 ptp_qoriq->debugfs_root = NULL; in ptp_qoriq_remove_debugfs()
|
/linux/drivers/gpu/drm/ |
A D | drm_debugfs.c | 215 minor->debugfs_root = debugfs_create_dir(name, root); in drm_debugfs_init() 218 minor->debugfs_root, minor); in drm_debugfs_init() 275 if (!minor->debugfs_root) in drm_debugfs_cleanup() 280 debugfs_remove_recursive(minor->debugfs_root); in drm_debugfs_cleanup() 281 minor->debugfs_root = NULL; in drm_debugfs_cleanup() 422 if (!minor->debugfs_root) in drm_debugfs_connector_add() 425 root = debugfs_create_dir(connector->name, minor->debugfs_root); in drm_debugfs_connector_add() 461 root = debugfs_create_dir(name, minor->debugfs_root); in drm_debugfs_crtc_add()
|
/linux/drivers/usb/host/ |
A D | xhci-debugfs.c | 157 xhci->debugfs_root, "%s:%02d", in xhci_debugfs_extcap_regset() 656 xhci->debugfs_root = debugfs_create_dir(dev_name(dev), in xhci_debugfs_init() 664 xhci->debugfs_root, "reg-cap"); in xhci_debugfs_init() 669 xhci->debugfs_root, "reg-op"); in xhci_debugfs_init() 674 xhci->debugfs_root, "reg-runtime"); in xhci_debugfs_init() 693 xhci->debugfs_root); in xhci_debugfs_init() 697 xhci->debugfs_root); in xhci_debugfs_init() 699 xhci->debugfs_slots = debugfs_create_dir("devices", xhci->debugfs_root); in xhci_debugfs_init() 701 xhci_debugfs_create_ports(xhci, xhci->debugfs_root); in xhci_debugfs_init() 708 debugfs_remove_recursive(xhci->debugfs_root); in xhci_debugfs_exit() [all …]
|
/linux/arch/s390/pci/ |
A D | pci_debug.c | 21 static struct dentry *debugfs_root; variable 174 zdev->debugfs_dev = debugfs_create_dir(name, debugfs_root); in zpci_debug_init_device() 201 debugfs_root = debugfs_create_dir("pci", NULL); in zpci_debug_init() 209 debugfs_remove(debugfs_root); in zpci_debug_exit()
|
/linux/drivers/gpu/drm/msm/dp/ |
A D | dp_debug.c | 216 debugfs_create_file("dp_debug", 0444, minor->debugfs_root, in dp_debug_init() 220 minor->debugfs_root, in dp_debug_init() 224 minor->debugfs_root, in dp_debug_init() 228 minor->debugfs_root, in dp_debug_init() 231 debug->root = minor->debugfs_root; in dp_debug_init()
|
/linux/drivers/scsi/ufs/ |
A D | ufs-debugfs.c | 223 hba->debugfs_root = root; in ufs_debugfs_hba_init() 228 debugfs_create_file("exception_event_mask", 0600, hba->debugfs_root, in ufs_debugfs_hba_init() 230 debugfs_create_u32("exception_event_rate_limit_ms", 0600, hba->debugfs_root, in ufs_debugfs_hba_init() 236 debugfs_remove_recursive(hba->debugfs_root); in ufs_debugfs_hba_exit()
|
/linux/drivers/gpu/drm/msm/ |
A D | msm_debugfs.c | 250 minor->debugfs_root, minor); in msm_debugfs_init() 252 debugfs_create_file("gpu", S_IRUSR, minor->debugfs_root, in msm_debugfs_init() 255 debugfs_create_u32("hangcheck_period_ms", 0600, minor->debugfs_root, in msm_debugfs_init() 258 debugfs_create_file("shrink", S_IRWXU, minor->debugfs_root, in msm_debugfs_init()
|
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_debugfs.c | 30 minor->debugfs_root, &vc4->load_tracker_enabled); in vc4_debugfs_init() 34 minor->debugfs_root, minor); in vc4_debugfs_init()
|
/linux/drivers/s390/cio/ |
A D | qdio_debug.c | 19 static struct dentry *debugfs_root; variable 300 debugfs_root); in qdio_setup_debug_entries() 319 debugfs_root = debugfs_create_dir("qdio", NULL); in qdio_debug_init() 336 debugfs_remove_recursive(debugfs_root); in qdio_debug_exit()
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
A D | komeda_dev.c | 52 mdev->debugfs_root = debugfs_create_dir("komeda", NULL); in komeda_debugfs_init() 53 debugfs_create_file("register", 0444, mdev->debugfs_root, in komeda_debugfs_init() 55 debugfs_create_x16("err_verbosity", 0664, mdev->debugfs_root, in komeda_debugfs_init() 290 debugfs_remove_recursive(mdev->debugfs_root); in komeda_dev_destroy()
|
/linux/drivers/gpu/drm/omapdrm/ |
A D | omap_debugfs.c | 87 minor->debugfs_root, minor); in omap_debugfs_init() 92 minor->debugfs_root, minor); in omap_debugfs_init()
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_gt_debugfs.c | 73 if (!gt->i915->drm.primary->debugfs_root) in intel_gt_debugfs_register() 76 root = debugfs_create_dir("gt", gt->i915->drm.primary->debugfs_root); in intel_gt_debugfs_register()
|
/linux/drivers/gpu/drm/qxl/ |
A D | qxl_debugfs.c | 89 minor->debugfs_root, minor); in qxl_debugfs_init() 119 qdev->ddev.primary->debugfs_root, in qxl_debugfs_add_files()
|
/linux/drivers/gpu/vga/ |
A D | vga_switcheroo.c | 154 struct dentry *debugfs_root; member 910 debugfs_remove_recursive(priv->debugfs_root); in vga_switcheroo_debugfs_fini() 911 priv->debugfs_root = NULL; in vga_switcheroo_debugfs_fini() 917 if (priv->debugfs_root) in vga_switcheroo_debugfs_init() 920 priv->debugfs_root = debugfs_create_dir("vgaswitcheroo", NULL); in vga_switcheroo_debugfs_init() 922 debugfs_create_file("switch", 0644, priv->debugfs_root, NULL, in vga_switcheroo_debugfs_init()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_plane.c | 122 struct dentry *debugfs_root; member 1434 pdpu->debugfs_root = in _dpu_plane_init_debugfs() 1436 plane->dev->primary->debugfs_root); in _dpu_plane_init_debugfs() 1440 pdpu->debugfs_root, &pdpu->features); in _dpu_plane_init_debugfs() 1459 pdpu->debugfs_root, in _dpu_plane_init_debugfs() 1463 pdpu->debugfs_root, in _dpu_plane_init_debugfs() 1479 pdpu->debugfs_root, in _dpu_plane_init_debugfs() 1483 pdpu->debugfs_root, in _dpu_plane_init_debugfs() 1487 pdpu->debugfs_root, in _dpu_plane_init_debugfs() 1491 pdpu->debugfs_root, in _dpu_plane_init_debugfs() [all …]
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_debugfs.c | 236 minor->debugfs_root, minor->dev, in nouveau_drm_debugfs_init() 242 minor->debugfs_root, minor); in nouveau_drm_debugfs_init() 247 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root); in nouveau_drm_debugfs_init()
|
/linux/sound/soc/sof/ |
A D | debug.c | 229 debugfs_create_file(name, mode, sdev->debugfs_root, dfse, fops); in snd_sof_debugfs_probe_item() 581 debugfs_create_file(name, 0444, sdev->debugfs_root, dfse, in snd_sof_debugfs_io_item() 637 debugfs_create_file(name, mode, sdev->debugfs_root, dfse, in snd_sof_debugfs_buf_item() 753 debugfs_create_file("memory_info", 0444, sdev->debugfs_root, dfse, &memory_info_fops); in snd_sof_dbg_memory_info_init() 769 sdev->debugfs_root = debugfs_create_dir("sof", NULL); in snd_sof_dbg_init() 821 debugfs_remove_recursive(sdev->debugfs_root); in snd_sof_free_debug()
|
/linux/include/linux/firmware/cirrus/ |
A D | cs_dsp.h | 173 struct dentry *debugfs_root; member 222 void cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root);
|
/linux/drivers/gpu/drm/msm/adreno/ |
A D | a5xx_debugfs.c | 155 minor->debugfs_root, minor); in a5xx_debugfs_init() 157 debugfs_create_file_unsafe("reset", S_IWUGO, minor->debugfs_root, dev, in a5xx_debugfs_init()
|