/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_debugfs.c | 43 static struct dentry *debugfs_root; variable 115 debugfs_root = debugfs_create_dir(DRV_NAME, NULL); in usnic_debugfs_init() 116 if (IS_ERR(debugfs_root)) { in usnic_debugfs_init() 121 flows_dentry = debugfs_create_dir("flows", debugfs_root); in usnic_debugfs_init() 128 debugfs_create_file("build-info", S_IRUGO, debugfs_root, in usnic_debugfs_init() 133 debugfs_remove_recursive(debugfs_root); in usnic_debugfs_init() 135 debugfs_root = NULL; in usnic_debugfs_init() 140 if (!debugfs_root) in usnic_debugfs_exit() 143 debugfs_remove_recursive(debugfs_root); in usnic_debugfs_exit() 144 debugfs_root = NULL; in usnic_debugfs_exit()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_debugfs.c | 154 minor->debugfs_root = debugfs_create_dir(name, root); in drm_debugfs_init() 155 if (!minor->debugfs_root) { in drm_debugfs_init() 161 minor->debugfs_root, minor); in drm_debugfs_init() 163 debugfs_remove(minor->debugfs_root); in drm_debugfs_init() 164 minor->debugfs_root = NULL; in drm_debugfs_init() 226 if (!minor->debugfs_root) in drm_debugfs_cleanup() 234 debugfs_remove(minor->debugfs_root); in drm_debugfs_cleanup() 235 minor->debugfs_root = NULL; in drm_debugfs_cleanup() 382 if (!minor->debugfs_root) in drm_debugfs_connector_add() 385 root = debugfs_create_dir(connector->name, minor->debugfs_root); in drm_debugfs_connector_add()
|
/linux-4.4.14/drivers/mmc/core/ |
D | debugfs.c | 249 host->debugfs_root = root; in mmc_add_host_debugfs() 271 host->debugfs_root = NULL; in mmc_add_host_debugfs() 278 debugfs_remove_recursive(host->debugfs_root); in mmc_remove_host_debugfs() 361 if (!host->debugfs_root) in mmc_add_card_debugfs() 364 root = debugfs_create_dir(mmc_card_id(card), host->debugfs_root); in mmc_add_card_debugfs() 373 card->debugfs_root = root; in mmc_add_card_debugfs() 392 card->debugfs_root = NULL; in mmc_add_card_debugfs() 398 debugfs_remove_recursive(card->debugfs_root); in mmc_remove_card_debugfs()
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_debug.c | 20 static struct dentry *debugfs_root; variable 134 debugfs_root); in zpci_debug_init_device() 168 debugfs_root = debugfs_create_dir("pci", NULL); in zpci_debug_init() 176 debugfs_remove(debugfs_root); in zpci_debug_exit()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_debugfs.c | 88 minor->debugfs_root, minor); in qxl_debugfs_init() 126 qdev->ddev->control->debugfs_root, in qxl_debugfs_add_files() 129 qdev->ddev->primary->debugfs_root, in qxl_debugfs_add_files()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_debugfs.c | 148 minor->debugfs_root, minor); in armada_drm_debugfs_init() 152 ret = armada_debugfs_create(minor->debugfs_root, minor, in armada_drm_debugfs_init() 157 ret = armada_debugfs_create(minor->debugfs_root, minor, in armada_drm_debugfs_init()
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_debugfs.c | 96 minor->debugfs_root, minor); in omap_debugfs_init() 106 minor->debugfs_root, minor); in omap_debugfs_init()
|
/linux-4.4.14/drivers/gpu/vga/ |
D | vga_switcheroo.c | 137 struct dentry *debugfs_root; member 717 debugfs_remove(priv->debugfs_root); in vga_switcheroo_debugfs_fini() 718 priv->debugfs_root = NULL; in vga_switcheroo_debugfs_fini() 726 if (priv->debugfs_root) in vga_switcheroo_debugfs_init() 728 priv->debugfs_root = debugfs_create_dir("vgaswitcheroo", NULL); in vga_switcheroo_debugfs_init() 730 if (!priv->debugfs_root) { in vga_switcheroo_debugfs_init() 736 priv->debugfs_root, NULL, in vga_switcheroo_debugfs_init()
|
/linux-4.4.14/drivers/s390/cio/ |
D | qdio_debug.c | 18 static struct dentry *debugfs_root; variable 319 debugfs_root); in qdio_setup_debug_entries() 351 debugfs_root = debugfs_create_dir("qdio", NULL); in qdio_debug_init() 368 debugfs_remove(debugfs_root); in qdio_debug_exit()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_debugfs.c | 32 minor->debugfs_root, minor); in vc4_debugfs_init()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_debugfs.c | 54 minor->debugfs_root, minor); in virtio_gpu_debugfs_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_debugfs.c | 55 minor->debugfs_root, minor); in nouveau_debugfs_init()
|
/linux-4.4.14/drivers/pinctrl/ |
D | core.c | 1648 static struct dentry *debugfs_root; variable 1655 debugfs_root); in pinctrl_init_device_debugfs() 1682 debugfs_root = debugfs_create_dir("pinctrl", NULL); in pinctrl_init_debugfs() 1683 if (IS_ERR(debugfs_root) || !debugfs_root) { in pinctrl_init_debugfs() 1685 debugfs_root = NULL; in pinctrl_init_debugfs() 1690 debugfs_root, NULL, &pinctrl_devices_ops); in pinctrl_init_debugfs() 1692 debugfs_root, NULL, &pinctrl_maps_ops); in pinctrl_init_debugfs() 1694 debugfs_root, NULL, &pinctrl_ops); in pinctrl_init_debugfs()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_perf.c | 229 minor->debugfs_root, perf, &perf_debugfs_fops); in msm_perf_debugfs_init() 232 minor->debugfs_root->d_name.name); in msm_perf_debugfs_init()
|
D | msm_rd.c | 234 minor->debugfs_root, rd, &rd_debugfs_fops); in msm_rd_debugfs_init() 237 minor->debugfs_root->d_name.name); in msm_rd_debugfs_init()
|
D | msm_drv.c | 681 minor->debugfs_root, minor); in msm_debugfs_init()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_debugfs.c | 398 cd->debugfs_root = root; in genwqe_init_debugfs() 497 cd->debugfs_root = root; in genwqe_init_debugfs() 507 debugfs_remove_recursive(cd->debugfs_root); in genqwe_exit_debugfs()
|
D | card_base.h | 303 struct dentry *debugfs_root; /* debugfs card root directory */ member
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_debugfs.c | 365 musb->debugfs_root = root; in musb_init_debugfs() 378 debugfs_remove_recursive(musb->debugfs_root); in musb_exit_debugfs()
|
D | musb_core.h | 443 struct dentry *debugfs_root; member
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm_adsp.h | 63 struct dentry *debugfs_root; member
|
D | wm_adsp.c | 350 if (!codec->component.debugfs_root) { in wm_adsp2_init_debugfs() 360 root = debugfs_create_dir(root_name, codec->component.debugfs_root); in wm_adsp2_init_debugfs() 383 dsp->debugfs_root = root; in wm_adsp2_init_debugfs() 394 debugfs_remove_recursive(dsp->debugfs_root); in wm_adsp2_cleanup_debugfs()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_init.c | 116 debugfs_create_file_size(name, S_IRUSR, hw->debugfs_root, in csio_add_debugfs_mem() 125 if (IS_ERR_OR_NULL(hw->debugfs_root)) in csio_setup_debugfs() 146 hw->debugfs_root = debugfs_create_dir(pci_name(hw->pdev), in csio_dfs_create() 160 if (hw->debugfs_root) in csio_dfs_destroy() 161 debugfs_remove_recursive(hw->debugfs_root); in csio_dfs_destroy()
|
D | csio_hw.h | 496 struct dentry *debugfs_root; /* Debug FS */ member
|
/linux-4.4.14/drivers/bus/ |
D | mvebu-mbus.c | 140 struct dentry *debugfs_root; member 963 s->debugfs_root = debugfs_create_dir("mvebu-mbus", NULL); in mvebu_mbus_debugfs_init() 964 if (s->debugfs_root) { in mvebu_mbus_debugfs_init() 966 s->debugfs_root, NULL, in mvebu_mbus_debugfs_init() 969 s->debugfs_root, NULL, in mvebu_mbus_debugfs_init()
|
/linux-4.4.14/drivers/memory/ |
D | emif.c | 70 struct dentry *debugfs_root; member 176 emif->debugfs_root = dentry; in emif_debugfs_init() 179 emif->debugfs_root, emif, &emif_regdump_fops); in emif_debugfs_init() 186 emif->debugfs_root, emif, &emif_mr4_fops); in emif_debugfs_init() 194 debugfs_remove_recursive(emif->debugfs_root); in emif_debugfs_init() 201 debugfs_remove_recursive(emif->debugfs_root); in emif_debugfs_exit() 202 emif->debugfs_root = NULL; in emif_debugfs_exit()
|
/linux-4.4.14/drivers/mtd/devices/ |
D | docg3.h | 315 struct dentry *debugfs_root; member
|
D | docg3.c | 1810 docg3->debugfs_root = root; in doc_dbg_register() 1820 debugfs_remove_recursive(docg3->debugfs_root); in doc_dbg_unregister()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 2165 BUG_ON(IS_ERR_OR_NULL(adapter->debugfs_root)); in setup_debugfs() 2173 adapter->debugfs_root, in setup_debugfs() 2186 BUG_ON(IS_ERR_OR_NULL(adapter->debugfs_root)); in cleanup_debugfs() 2831 adapter->debugfs_root = in cxgb4vf_pci_probe() 2834 if (IS_ERR_OR_NULL(adapter->debugfs_root)) in cxgb4vf_pci_probe() 2889 if (!IS_ERR_OR_NULL(adapter->debugfs_root)) { in cxgb4vf_pci_probe() 2891 debugfs_remove_recursive(adapter->debugfs_root); in cxgb4vf_pci_probe() 2960 if (!IS_ERR_OR_NULL(adapter->debugfs_root)) { in cxgb4vf_pci_remove() 2962 debugfs_remove_recursive(adapter->debugfs_root); in cxgb4vf_pci_remove()
|
D | adapter.h | 380 struct dentry *debugfs_root; member
|
/linux-4.4.14/drivers/nvdimm/ |
D | btt.c | 197 static struct dentry *debugfs_root; variable 242 debugfs_root); in btt_debugfs_init() 1432 debugfs_root = debugfs_create_dir("btt", NULL); in nd_btt_init() 1433 if (IS_ERR_OR_NULL(debugfs_root)) { in nd_btt_init() 1448 debugfs_remove_recursive(debugfs_root); in nd_btt_exit()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | device.c | 711 if (!devp->debugfs_root) in setup_debugfs() 714 debugfs_create_file_size("qps", S_IWUSR, devp->debugfs_root, in setup_debugfs() 717 debugfs_create_file_size("stags", S_IWUSR, devp->debugfs_root, in setup_debugfs() 720 debugfs_create_file_size("stats", S_IWUSR, devp->debugfs_root, in setup_debugfs() 723 debugfs_create_file_size("eps", S_IWUSR, devp->debugfs_root, in setup_debugfs() 727 debugfs_create_file_size("wr_log", S_IWUSR, devp->debugfs_root, in setup_debugfs() 1017 devp->debugfs_root = debugfs_create_dir( in c4iw_alloc()
|
D | iw_cxgb4.h | 259 struct dentry *debugfs_root; member
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda-common.c | 1688 ctx->debugfs_entry = debugfs_create_dir(name, dev->debugfs_root); in coda_open() 1967 dev->debugfs_root); in coda_fw_callback() 2196 dev->debugfs_root = debugfs_create_dir("coda", NULL); in coda_probe() 2197 if (!dev->debugfs_root) in coda_probe() 2204 dev->debugfs_root); in coda_probe() 2212 dev->debugfs_root); in coda_probe() 2227 dev->debugfs_root, in coda_probe() 2278 debugfs_remove_recursive(dev->debugfs_root); in coda_remove()
|
D | coda.h | 97 struct dentry *debugfs_root; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 262 struct dentry *debugfs_root; member
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | atmel_usba_udc.h | 354 struct dentry *debugfs_root; member
|
D | atmel_usba_udc.c | 208 ep_root = debugfs_create_dir(ep->ep.name, udc->debugfs_root); in usba_ep_init_debugfs() 265 udc->debugfs_root = root; in usba_init_debugfs() 286 udc->debugfs_root = NULL; in usba_init_debugfs() 294 debugfs_remove(udc->debugfs_root); in usba_cleanup_debugfs() 296 udc->debugfs_root = NULL; in usba_cleanup_debugfs()
|
D | bcm63xx_udc.c | 337 struct dentry *debugfs_root; member 2301 udc->debugfs_root = root; in bcm63xx_udc_init_debugfs() 2323 debugfs_remove(udc->debugfs_root); in bcm63xx_udc_cleanup_debugfs() 2326 udc->debugfs_root = NULL; in bcm63xx_udc_cleanup_debugfs()
|
D | pxa27x_udc.h | 482 struct dentry *debugfs_root; member
|
D | pxa27x_udc.c | 266 udc->debugfs_root = root; in pxa_init_debugfs() 286 debugfs_remove(udc->debugfs_root); in pxa_cleanup_debugfs() 290 udc->debugfs_root = NULL; in pxa_cleanup_debugfs()
|
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 279 struct dentry *debugfs_root; member
|
/linux-4.4.14/drivers/mtd/ |
D | mtdswap.c | 142 struct dentry *debugfs_root; member 1335 d->debugfs_root = root; in mtdswap_add_debugfs() 1342 d->debugfs_root = NULL; in mtdswap_add_debugfs() 1553 debugfs_remove_recursive(d->debugfs_root); in mtdswap_remove_dev()
|
/linux-4.4.14/include/linux/mmc/ |
D | host.h | 357 struct dentry *debugfs_root; member
|
D | card.h | 313 struct dentry *debugfs_root; member
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_api.c | 78 static struct dentry *debugfs_root; variable 1415 debugfs_root = debugfs_create_dir("zcrypt", NULL); in zcrypt_debug_init() 1430 debugfs_remove(debugfs_root); in zcrypt_debug_exit()
|
/linux-4.4.14/sound/soc/ |
D | soc-core.c | 296 component->debugfs_root = debugfs_create_dir(name, in soc_init_component_debugfs() 301 component->debugfs_root = debugfs_create_dir(component->name, in soc_init_component_debugfs() 305 if (!component->debugfs_root) { in soc_init_component_debugfs() 312 component->debugfs_root); in soc_init_component_debugfs() 320 debugfs_remove_recursive(component->debugfs_root); in soc_cleanup_component_debugfs() 328 codec->component.debugfs_root, in soc_init_codec_debugfs()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_device.c | 1919 adev->ddev->control->debugfs_root, in amdgpu_debugfs_add_files() 1922 adev->ddev->primary->debugfs_root, in amdgpu_debugfs_add_files() 2017 struct dentry *ent, *root = minor->debugfs_root; in amdgpu_debugfs_regs_init()
|
D | amdgpu_ttm.c | 1214 struct dentry *ent, *root = minor->debugfs_root; in amdgpu_ttm_debugfs_init()
|
/linux-4.4.14/drivers/regulator/ |
D | core.c | 59 static struct dentry *debugfs_root; variable 3815 rdev->debugfs = debugfs_create_dir(rname, debugfs_root); in rdev_init_debugfs() 4347 debugfs_root = debugfs_create_dir("regulator", NULL); in regulator_init() 4348 if (!debugfs_root) in regulator_init() 4351 debugfs_create_file("supply_map", 0444, debugfs_root, NULL, in regulator_init() 4354 debugfs_create_file("regulator_summary", 0444, debugfs_root, in regulator_init()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 2632 debugfs_create_file_size(name, S_IRUSR, adap->debugfs_root, in add_debugfs_mem() 2987 adap->debugfs_root, in add_debugfs_files() 3094 de = debugfs_create_file_size("flash", S_IRUSR, adap->debugfs_root, adap, in t4_setup_debugfs() 3097 adap->debugfs_root, &adap->use_bd); in t4_setup_debugfs() 3099 adap->debugfs_root, &adap->trace_rss); in t4_setup_debugfs()
|
D | cxgb4.h | 749 struct dentry *debugfs_root; member
|
D | cxgb4_main.c | 1450 if (IS_ERR_OR_NULL(adap->debugfs_root)) in setup_debugfs() 4938 adapter->debugfs_root = debugfs_create_dir(pci_name(pdev), in init_one() 5005 debugfs_remove_recursive(adapter->debugfs_root); in remove_one()
|
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 541 struct dentry *debugfs_root; member
|
/linux-4.4.14/include/drm/ |
D | drmP.h | 687 struct dentry *debugfs_root; member
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 515 minor->debugfs_root, minor); in tilcdc_debugfs_init()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_device.c | 1906 rdev->ddev->control->debugfs_root, in radeon_debugfs_add_files() 1909 rdev->ddev->primary->debugfs_root, in radeon_debugfs_add_files()
|
D | radeon_ttm.c | 1158 struct dentry *ent, *root = minor->debugfs_root; in radeon_ttm_debugfs_init()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | drm.c | 913 minor->debugfs_root, minor); in tegra_debugfs_init()
|
D | hdmi.c | 1260 hdmi->debugfs = debugfs_create_dir("hdmi", minor->debugfs_root); in tegra_hdmi_debugfs_init()
|
D | dsi.c | 237 dsi->debugfs = debugfs_create_dir(name, minor->debugfs_root); in tegra_dsi_debugfs_init()
|
D | dc.c | 1643 dc->debugfs = debugfs_create_dir(name, minor->debugfs_root); in tegra_dc_debugfs_init()
|
D | sor.c | 995 sor->debugfs = debugfs_create_dir(name, minor->debugfs_root); in tegra_sor_debugfs_init()
|
/linux-4.4.14/drivers/mmc/host/ |
D | omap_hsmmc.c | 1910 if (mmc->debugfs_root) in omap_hsmmc_debugfs() 1911 debugfs_create_file("regs", S_IRUSR, mmc->debugfs_root, in omap_hsmmc_debugfs()
|
D | atmel-mci.c | 480 root = mmc->debugfs_root; in atmci_init_debugfs()
|
D | dw_mmc.c | 195 root = mmc->debugfs_root; in dw_mci_init_debugfs()
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 2875 if (card->debugfs_root) 2876 file = debugfs_create_file(name, mode, card->debugfs_root,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 5295 ret = i915_forcewake_create(minor->debugfs_root, minor); in i915_debugfs_init() 5300 ret = i915_pipe_crc_create(minor->debugfs_root, minor, i); in i915_debugfs_init() 5306 ret = i915_debugfs_create(minor->debugfs_root, minor, in i915_debugfs_init() 5315 minor->debugfs_root, minor); in i915_debugfs_init()
|
/linux-4.4.14/include/sound/ |
D | soc.h | 810 struct dentry *debugfs_root; member
|