Home
last modified time | relevance | path

Searched refs:debugfs_root (Results 1 - 25 of 312) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debugfs.c29 static struct dentry *debugfs_root; variable
94 debugfs_root = debugfs_create_dir("kfd", NULL); in kfd_debugfs_init()
96 debugfs_create_file("mqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
98 debugfs_create_file("hqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
100 debugfs_create_file("rls", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
102 debugfs_create_file("hang_hws", S_IFREG | 0200, debugfs_root, in kfd_debugfs_init()
104 debugfs_create_file("mem_limit", S_IFREG | 0200, debugfs_root, in kfd_debugfs_init()
110 debugfs_remove_recursive(debugfs_root); in kfd_debugfs_fini()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debugfs.c28 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c163 vgpu->debugfs = debugfs_create_dir(name, vgpu->gvt->debugfs_root); in intel_gvt_debugfs_add_vgpu()
181 if (minor->debugfs_root && gvt->debugfs_root) { in intel_gvt_debugfs_remove_vgpu()
195 gvt->debugfs_root = debugfs_create_dir("gvt", minor->debugfs_root); in intel_gvt_debugfs_init()
197 debugfs_create_ulong("num_tracked_mmio", 0444, gvt->debugfs_root, in intel_gvt_debugfs_init()
209 if (minor->debugfs_root) { in intel_gvt_debugfs_clean()
210 debugfs_remove_recursive(gvt->debugfs_root); in intel_gvt_debugfs_clean()
211 gvt->debugfs_root = NULL; in intel_gvt_debugfs_clean()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_debugfs.c124 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_debugfs.c62 if (!bridge->br_offloads->debugfs_root) in mlx5_esw_bridge_debugfs_init()
66 bridge->br_offloads->debugfs_root); in mlx5_esw_bridge_debugfs_init()
79 if (!br_offloads->esw->debugfs_root) in mlx5_esw_bridge_debugfs_offloads_init()
82 br_offloads->debugfs_root = debugfs_create_dir("bridge", br_offloads->esw->debugfs_root); in mlx5_esw_bridge_debugfs_offloads_init()
87 debugfs_remove_recursive(br_offloads->debugfs_root); in mlx5_esw_bridge_debugfs_offloads_cleanup()
88 br_offloads->debugfs_root = NULL; in mlx5_esw_bridge_debugfs_offloads_cleanup()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_debugfs.c124 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c179 vgpu->debugfs = debugfs_create_dir(name, vgpu->gvt->debugfs_root); in intel_gvt_debugfs_add_vgpu()
198 if (minor->debugfs_root && gvt->debugfs_root) { in intel_gvt_debugfs_remove_vgpu()
212 gvt->debugfs_root = debugfs_create_dir("gvt", minor->debugfs_root); in intel_gvt_debugfs_init()
214 debugfs_create_ulong("num_tracked_mmio", 0444, gvt->debugfs_root, in intel_gvt_debugfs_init()
226 if (minor->debugfs_root) { in intel_gvt_debugfs_clean()
227 debugfs_remove_recursive(gvt->debugfs_root); in intel_gvt_debugfs_clean()
228 gvt->debugfs_root = NULL; in intel_gvt_debugfs_clean()
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Ddebugfs.c230 host->debugfs_root = root; in mmc_add_host_debugfs()
249 debugfs_remove_recursive(host->debugfs_root); in mmc_remove_host_debugfs()
257 if (!host->debugfs_root) in mmc_add_card_debugfs()
260 root = debugfs_create_dir(mmc_card_id(card), host->debugfs_root); in mmc_add_card_debugfs()
261 card->debugfs_root = root; in mmc_add_card_debugfs()
268 debugfs_remove_recursive(card->debugfs_root); in mmc_remove_card_debugfs()
269 card->debugfs_root = NULL; in mmc_remove_card_debugfs()
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
H A Dusnic_debugfs.c43 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()
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_debugfs.c132 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()
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H A Dvisl-debugfs.c20 dev->debugfs_root = debugfs_create_dir("visl", NULL); in visl_debugfs_init()
24 if (IS_ERR(dev->debugfs_root)) in visl_debugfs_init()
25 return PTR_ERR(dev->debugfs_root); in visl_debugfs_init()
33 dev->debugfs_root); in visl_debugfs_bitstream_init()
110 debugfs_remove_recursive(dev->debugfs_root); in visl_debugfs_deinit()
111 dev->debugfs_root = NULL; in visl_debugfs_deinit()
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_debugfs.c42 static struct dentry *debugfs_root; variable
114 debugfs_root = debugfs_create_dir(DRV_NAME, NULL); in usnic_debugfs_init()
116 flows_dentry = debugfs_create_dir("flows", debugfs_root); in usnic_debugfs_init()
118 debugfs_create_file("build-info", S_IRUGO, debugfs_root, in usnic_debugfs_init()
124 debugfs_remove_recursive(debugfs_root); in usnic_debugfs_exit()
125 debugfs_root = NULL; in usnic_debugfs_exit()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_debugfs.c132 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_debugfs.c312 minor->debugfs_root, minor); in msm_debugfs_init()
314 debugfs_create_file("gpu", S_IRUSR, minor->debugfs_root, in msm_debugfs_init()
317 debugfs_create_file("kms", S_IRUSR, minor->debugfs_root, in msm_debugfs_init()
320 debugfs_create_u32("hangcheck_period_ms", 0600, minor->debugfs_root, in msm_debugfs_init()
323 debugfs_create_bool("disable_err_irq", 0600, minor->debugfs_root, in msm_debugfs_init()
326 debugfs_create_file("shrink", S_IRWXU, minor->debugfs_root, in msm_debugfs_init()
329 gpu_devfreq = debugfs_create_dir("devfreq", minor->debugfs_root); in msm_debugfs_init()
344 fault_create_debugfs_attr("fail_gem_alloc", minor->debugfs_root, in msm_debugfs_init()
346 fault_create_debugfs_attr("fail_gem_iova", minor->debugfs_root, in msm_debugfs_init()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Ddebugfs.c306 host->debugfs_root = root; in mmc_add_host_debugfs()
330 debugfs_remove_recursive(host->debugfs_root); in mmc_remove_host_debugfs()
338 if (!host->debugfs_root) in mmc_add_card_debugfs()
341 root = debugfs_create_dir(mmc_card_id(card), host->debugfs_root); in mmc_add_card_debugfs()
342 card->debugfs_root = root; in mmc_add_card_debugfs()
349 debugfs_remove_recursive(card->debugfs_root); in mmc_remove_card_debugfs()
350 card->debugfs_root = NULL; in mmc_remove_card_debugfs()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Ddebugfs.c412 adev->debugfs_root = debugfs_create_dir("avs", snd_soc_debugfs_root); in avs_debugfs_init()
418 debugfs_create_file("strace", 0444, adev->debugfs_root, adev, &strace_fops); in avs_debugfs_init()
419 debugfs_create_file("trace_control", 0644, adev->debugfs_root, adev, &trace_control_fops); in avs_debugfs_init()
420 debugfs_create_file("fw_regs", 0444, adev->debugfs_root, adev, &fw_regs_fops); in avs_debugfs_init()
421 debugfs_create_file("debug_window", 0444, adev->debugfs_root, adev, &debug_window_fops); in avs_debugfs_init()
423 debugfs_create_u32("trace_aging_period", 0644, adev->debugfs_root, in avs_debugfs_init()
425 debugfs_create_u32("trace_fifo_full_period", 0644, adev->debugfs_root, in avs_debugfs_init()
428 debugfs_create_file("probe_points", 0644, adev->debugfs_root, adev, &probe_points_fops); in avs_debugfs_init()
429 debugfs_create_file("probe_points_disconnect", 0200, adev->debugfs_root, adev, in avs_debugfs_init()
435 debugfs_remove_recursive(adev->debugfs_root); in avs_debugfs_exit()
[all...]
/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_qoriq_debugfs.c80 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()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_qoriq_debugfs.c80 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()
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H A Divpu_debugfs.c278 minor->debugfs_root, minor); in ivpu_debugfs_init()
280 debugfs_create_file("force_recovery", 0200, minor->debugfs_root, vdev, in ivpu_debugfs_init()
283 debugfs_create_file("fw_log", 0644, minor->debugfs_root, vdev, in ivpu_debugfs_init()
285 debugfs_create_file("fw_trace_destination_mask", 0200, minor->debugfs_root, vdev, in ivpu_debugfs_init()
287 debugfs_create_file("fw_trace_hw_comp_mask", 0200, minor->debugfs_root, vdev, in ivpu_debugfs_init()
289 debugfs_create_file("fw_trace_level", 0200, minor->debugfs_root, vdev, in ivpu_debugfs_init()
292 debugfs_create_file("reset_engine", 0200, minor->debugfs_root, vdev, in ivpu_debugfs_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_debugfs.c274 minor->debugfs_root = debugfs_create_dir(name, root); in drm_debugfs_init()
294 minor->debugfs_root, entry, &drm_debugfs_entry_fops); in drm_debugfs_init()
311 minor->debugfs_root, entry, &drm_debugfs_entry_fops); in drm_debugfs_late_register()
354 if (!minor->debugfs_root) in drm_debugfs_cleanup()
359 debugfs_remove_recursive(minor->debugfs_root); in drm_debugfs_cleanup()
360 minor->debugfs_root = NULL; in drm_debugfs_cleanup()
548 if (!minor->debugfs_root) in drm_debugfs_connector_add()
551 root = debugfs_create_dir(connector->name, minor->debugfs_root); in drm_debugfs_connector_add()
594 root = debugfs_create_dir(name, minor->debugfs_root); in drm_debugfs_crtc_add()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-debugfs.c158 xhci->debugfs_root, "%s:%02d", in xhci_debugfs_extcap_regset()
657 xhci->debugfs_root = debugfs_create_dir(dev_name(dev), in xhci_debugfs_init()
665 xhci->debugfs_root, "reg-cap"); in xhci_debugfs_init()
670 xhci->debugfs_root, "reg-op"); in xhci_debugfs_init()
675 xhci->debugfs_root, "reg-runtime"); in xhci_debugfs_init()
694 xhci->debugfs_root); in xhci_debugfs_init()
698 xhci->debugfs_root); in xhci_debugfs_init()
700 xhci->debugfs_slots = debugfs_create_dir("devices", xhci->debugfs_root); in xhci_debugfs_init()
702 xhci_debugfs_create_ports(xhci, xhci->debugfs_root); in xhci_debugfs_init()
709 debugfs_remove_recursive(xhci->debugfs_root); in xhci_debugfs_exit()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-debugfs.c158 xhci->debugfs_root, "%s:%02d", in xhci_debugfs_extcap_regset()
657 xhci->debugfs_root = debugfs_create_dir(dev_name(dev), in xhci_debugfs_init()
665 xhci->debugfs_root, "reg-cap"); in xhci_debugfs_init()
670 xhci->debugfs_root, "reg-op"); in xhci_debugfs_init()
675 xhci->debugfs_root, "reg-runtime"); in xhci_debugfs_init()
694 xhci->debugfs_root); in xhci_debugfs_init()
698 xhci->debugfs_root); in xhci_debugfs_init()
700 xhci->debugfs_slots = debugfs_create_dir("devices", xhci->debugfs_root); in xhci_debugfs_init()
702 xhci_debugfs_create_ports(xhci, xhci->debugfs_root); in xhci_debugfs_init()
709 debugfs_remove_recursive(xhci->debugfs_root); in xhci_debugfs_exit()
[all...]
/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci_debug.c21 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()
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_debug.c21 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_debugfs.c215 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()

Completed in 11 milliseconds

12345678910>>...13