/linux-4.1.27/drivers/infiniband/hw/usnic/ |
H A D | usnic_debugfs.c | 28 static struct dentry *debugfs_root; variable in typeref:struct:dentry 100 debugfs_root = debugfs_create_dir(DRV_NAME, NULL); usnic_debugfs_init() 101 if (IS_ERR(debugfs_root)) { usnic_debugfs_init() 106 flows_dentry = debugfs_create_dir("flows", debugfs_root); usnic_debugfs_init() 113 debugfs_create_file("build-info", S_IRUGO, debugfs_root, usnic_debugfs_init() 118 debugfs_remove_recursive(debugfs_root); usnic_debugfs_init() 120 debugfs_root = NULL; usnic_debugfs_init() 125 if (!debugfs_root) usnic_debugfs_exit() 128 debugfs_remove_recursive(debugfs_root); usnic_debugfs_exit() 129 debugfs_root = NULL; usnic_debugfs_exit()
|
/linux-4.1.27/arch/s390/pci/ |
H A D | pci_debug.c | 20 static struct dentry *debugfs_root; variable in typeref:struct:dentry 134 debugfs_root); zpci_debug_init_device() 168 debugfs_root = debugfs_create_dir("pci", NULL); zpci_debug_init() 176 debugfs_remove(debugfs_root); zpci_debug_exit()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | debugfs.c | 224 host->debugfs_root = root; mmc_add_host_debugfs() 251 host->debugfs_root = NULL; mmc_add_host_debugfs() 258 debugfs_remove_recursive(host->debugfs_root); mmc_remove_host_debugfs() 341 if (!host->debugfs_root) mmc_add_card_debugfs() 344 root = debugfs_create_dir(mmc_card_id(card), host->debugfs_root); mmc_add_card_debugfs() 353 card->debugfs_root = root; mmc_add_card_debugfs() 372 card->debugfs_root = NULL; mmc_add_card_debugfs() 378 debugfs_remove_recursive(card->debugfs_root); mmc_remove_card_debugfs()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_debugfs.c | 154 minor->debugfs_root = debugfs_create_dir(name, root); drm_debugfs_init() 155 if (!minor->debugfs_root) { drm_debugfs_init() 161 minor->debugfs_root, minor); drm_debugfs_init() 163 debugfs_remove(minor->debugfs_root); drm_debugfs_init() 164 minor->debugfs_root = NULL; drm_debugfs_init() 226 if (!minor->debugfs_root) drm_debugfs_cleanup() 234 debugfs_remove(minor->debugfs_root); drm_debugfs_cleanup() 235 minor->debugfs_root = NULL; drm_debugfs_cleanup() 382 if (!minor->debugfs_root) drm_debugfs_connector_add() 385 root = debugfs_create_dir(connector->name, minor->debugfs_root); drm_debugfs_connector_add()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
H A D | armada_debugfs.c | 148 minor->debugfs_root, minor); armada_drm_debugfs_init() 152 ret = armada_debugfs_create(minor->debugfs_root, minor, armada_drm_debugfs_init() 157 ret = armada_debugfs_create(minor->debugfs_root, minor, armada_drm_debugfs_init()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
H A D | qxl_debugfs.c | 88 minor->debugfs_root, minor); qxl_debugfs_init() 126 qdev->ddev->control->debugfs_root, qxl_debugfs_add_files() 129 qdev->ddev->primary->debugfs_root, qxl_debugfs_add_files()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
H A D | omap_debugfs.c | 96 minor->debugfs_root, minor); omap_debugfs_init() 106 minor->debugfs_root, minor); omap_debugfs_init()
|
/linux-4.1.27/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 53 struct dentry *debugfs_root; member in struct:vgasr_priv 523 if (priv->debugfs_root) { vga_switcheroo_debugfs_fini() 524 debugfs_remove(priv->debugfs_root); vga_switcheroo_debugfs_fini() 525 priv->debugfs_root = NULL; vga_switcheroo_debugfs_fini() 532 if (priv->debugfs_root) vga_switcheroo_debugfs_init() 534 priv->debugfs_root = debugfs_create_dir("vgaswitcheroo", NULL); vga_switcheroo_debugfs_init() 536 if (!priv->debugfs_root) { vga_switcheroo_debugfs_init() 542 priv->debugfs_root, NULL, &vga_switcheroo_debugfs_fops); vga_switcheroo_debugfs_init()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | qdio_debug.c | 18 static struct dentry *debugfs_root; variable in typeref:struct:dentry 319 debugfs_root); qdio_setup_debug_entries() 351 debugfs_root = debugfs_create_dir("qdio", NULL); qdio_debug_init() 368 debugfs_remove(debugfs_root); qdio_debug_exit()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_debugfs.c | 55 minor->debugfs_root, minor); nouveau_debugfs_init()
|
/linux-4.1.27/drivers/misc/genwqe/ |
H A D | card_debugfs.c | 398 cd->debugfs_root = root; genwqe_init_debugfs() 497 cd->debugfs_root = root; genwqe_init_debugfs() 507 debugfs_remove_recursive(cd->debugfs_root); genqwe_exit_debugfs()
|
H A D | card_base.h | 303 struct dentry *debugfs_root; /* debugfs card root directory */ member in struct:genwqe_dev
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
H A D | msm_perf.c | 229 minor->debugfs_root, perf, &perf_debugfs_fops); msm_perf_debugfs_init() 232 minor->debugfs_root->d_name.name); msm_perf_debugfs_init()
|
H A D | msm_rd.c | 234 minor->debugfs_root, rd, &rd_debugfs_fops); msm_rd_debugfs_init() 237 minor->debugfs_root->d_name.name); msm_rd_debugfs_init()
|
H A D | msm_drv.c | 615 minor->debugfs_root, minor); msm_debugfs_init()
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | musb_debugfs.c | 267 musb->debugfs_root = root; musb_init_debugfs() 280 debugfs_remove_recursive(musb->debugfs_root); musb_exit_debugfs()
|
H A D | musb_core.h | 436 struct dentry *debugfs_root; member in struct:musb
|
/linux-4.1.27/drivers/pinctrl/ |
H A D | core.c | 1614 static struct dentry *debugfs_root; variable in typeref:struct:dentry 1621 debugfs_root); pinctrl_init_device_debugfs() 1648 debugfs_root = debugfs_create_dir("pinctrl", NULL); pinctrl_init_debugfs() 1649 if (IS_ERR(debugfs_root) || !debugfs_root) { pinctrl_init_debugfs() 1651 debugfs_root = NULL; pinctrl_init_debugfs() 1656 debugfs_root, NULL, &pinctrl_devices_ops); pinctrl_init_debugfs() 1658 debugfs_root, NULL, &pinctrl_maps_ops); pinctrl_init_debugfs() 1660 debugfs_root, NULL, &pinctrl_ops); pinctrl_init_debugfs()
|
/linux-4.1.27/drivers/mtd/devices/ |
H A D | docg3.h | 302 * @debugfs_root: debugfs root node 315 struct dentry *debugfs_root; member in struct:docg3
|
H A D | docg3.c | 1800 docg3->debugfs_root = root; doc_dbg_register() 1810 debugfs_remove_recursive(docg3->debugfs_root); doc_dbg_unregister()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 711 if (!devp->debugfs_root) setup_debugfs() 714 debugfs_create_file_size("qps", S_IWUSR, devp->debugfs_root, setup_debugfs() 717 debugfs_create_file_size("stags", S_IWUSR, devp->debugfs_root, setup_debugfs() 720 debugfs_create_file_size("stats", S_IWUSR, devp->debugfs_root, setup_debugfs() 723 debugfs_create_file_size("eps", S_IWUSR, devp->debugfs_root, setup_debugfs() 727 debugfs_create_file_size("wr_log", S_IWUSR, devp->debugfs_root, setup_debugfs() 1025 devp->debugfs_root = debugfs_create_dir( c4iw_alloc()
|
H A D | iw_cxgb4.h | 261 struct dentry *debugfs_root; member in struct:c4iw_dev
|
/linux-4.1.27/drivers/scsi/csiostor/ |
H A D | csio_init.c | 116 debugfs_create_file_size(name, S_IRUSR, hw->debugfs_root, csio_add_debugfs_mem() 125 if (IS_ERR_OR_NULL(hw->debugfs_root)) csio_setup_debugfs() 146 hw->debugfs_root = debugfs_create_dir(pci_name(hw->pdev), csio_dfs_create() 160 if (hw->debugfs_root) csio_dfs_destroy() 161 debugfs_remove_recursive(hw->debugfs_root); csio_dfs_destroy()
|
H A D | csio_hw.h | 496 struct dentry *debugfs_root; /* Debug FS */ member in struct:csio_hw
|
/linux-4.1.27/drivers/bus/ |
H A D | mvebu-mbus.c | 139 struct dentry *debugfs_root; member in struct:mvebu_mbus_state 847 s->debugfs_root = debugfs_create_dir("mvebu-mbus", NULL); mvebu_mbus_debugfs_init() 848 if (s->debugfs_root) { mvebu_mbus_debugfs_init() 850 s->debugfs_root, NULL, mvebu_mbus_debugfs_init() 853 s->debugfs_root, NULL, mvebu_mbus_debugfs_init()
|
/linux-4.1.27/drivers/media/platform/coda/ |
H A D | coda-common.c | 1670 ctx->debugfs_entry = debugfs_create_dir(name, dev->debugfs_root); coda_open() 1948 dev->debugfs_root); coda_fw_callback() 2179 dev->debugfs_root = debugfs_create_dir("coda", NULL); coda_probe() 2180 if (!dev->debugfs_root) coda_probe() 2187 dev->debugfs_root); coda_probe() 2195 dev->debugfs_root); coda_probe() 2210 dev->debugfs_root, coda_probe() 2261 debugfs_remove_recursive(dev->debugfs_root); coda_remove()
|
H A D | coda.h | 97 struct dentry *debugfs_root; member in struct:coda_dev
|
/linux-4.1.27/drivers/memory/ |
H A D | emif.c | 55 * @debugfs_root: dentry to the root folder for EMIF in debugfs 70 struct dentry *debugfs_root; member in struct:emif_data 176 emif->debugfs_root = dentry; emif_debugfs_init() 179 emif->debugfs_root, emif, &emif_regdump_fops); emif_debugfs_init() 186 emif->debugfs_root, emif, &emif_mr4_fops); emif_debugfs_init() 194 debugfs_remove_recursive(emif->debugfs_root); emif_debugfs_init() 201 debugfs_remove_recursive(emif->debugfs_root); emif_debugfs_exit() 202 emif->debugfs_root = NULL; emif_debugfs_exit()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 2159 * directory (debugfs_root) has already been set up. 2165 BUG_ON(IS_ERR_OR_NULL(adapter->debugfs_root)); setup_debugfs() 2173 adapter->debugfs_root, setup_debugfs() 2182 * it to our caller to tear down the directory (debugfs_root). 2186 BUG_ON(IS_ERR_OR_NULL(adapter->debugfs_root)); cleanup_debugfs() 2830 adapter->debugfs_root = 2833 if (IS_ERR_OR_NULL(adapter->debugfs_root)) 2888 if (!IS_ERR_OR_NULL(adapter->debugfs_root)) { 2890 debugfs_remove_recursive(adapter->debugfs_root); 2959 if (!IS_ERR_OR_NULL(adapter->debugfs_root)) { cxgb4vf_pci_remove() 2961 debugfs_remove_recursive(adapter->debugfs_root); cxgb4vf_pci_remove()
|
H A D | adapter.h | 380 struct dentry *debugfs_root; member in struct:adapter
|
/linux-4.1.27/drivers/mtd/ |
H A D | mtdswap.c | 142 struct dentry *debugfs_root; member in struct:mtdswap_dev 1335 d->debugfs_root = root; mtdswap_add_debugfs() 1342 d->debugfs_root = NULL; mtdswap_add_debugfs() 1553 debugfs_remove_recursive(d->debugfs_root); mtdswap_remove_dev()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | atmel_usba_udc.h | 354 struct dentry *debugfs_root; member in struct:usba_udc
|
H A D | pxa27x_udc.h | 437 * @debugfs_root: root entry of debug filesystem 472 struct dentry *debugfs_root; member in struct:pxa_udc
|
H A D | atmel_usba_udc.c | 209 ep_root = debugfs_create_dir(ep->ep.name, udc->debugfs_root); usba_ep_init_debugfs() 266 udc->debugfs_root = root; usba_init_debugfs() 287 udc->debugfs_root = NULL; usba_init_debugfs() 295 debugfs_remove(udc->debugfs_root); usba_cleanup_debugfs() 297 udc->debugfs_root = NULL; usba_cleanup_debugfs()
|
H A D | bcm63xx_udc.c | 275 * @debugfs_root: debugfs directory: /sys/kernel/debug/<DRV_MODULE_NAME>. 317 struct dentry *debugfs_root; member in struct:bcm63xx_udc 2280 udc->debugfs_root = root; bcm63xx_udc_init_debugfs() 2302 debugfs_remove(udc->debugfs_root); bcm63xx_udc_cleanup_debugfs() 2305 udc->debugfs_root = NULL; bcm63xx_udc_cleanup_debugfs()
|
H A D | pxa27x_udc.c | 266 udc->debugfs_root = root; pxa_init_debugfs() 286 debugfs_remove(udc->debugfs_root); pxa_cleanup_debugfs() 290 udc->debugfs_root = NULL; pxa_cleanup_debugfs()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 262 struct dentry *debugfs_root; member in struct:adapter
|
/linux-4.1.27/sound/soc/intel/common/ |
H A D | sst-dsp-priv.h | 279 struct dentry *debugfs_root; member in struct:sst_dsp
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 74 static struct dentry *debugfs_root; variable in typeref:struct:dentry 1419 debugfs_root = debugfs_create_dir("zcrypt", NULL); zcrypt_debug_init() 1434 debugfs_remove(debugfs_root); zcrypt_debug_exit()
|
/linux-4.1.27/sound/soc/ |
H A D | soc-core.c | 304 component->debugfs_root = debugfs_create_dir(name, soc_init_component_debugfs() 309 component->debugfs_root = debugfs_create_dir(component->name, soc_init_component_debugfs() 313 if (!component->debugfs_root) { soc_init_component_debugfs() 320 component->debugfs_root); soc_init_component_debugfs() 328 debugfs_remove_recursive(component->debugfs_root); soc_cleanup_component_debugfs() 336 codec->component.debugfs_root, soc_init_codec_debugfs()
|
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_drv.c | 498 minor->debugfs_root, minor); tilcdc_debugfs_init()
|
/linux-4.1.27/include/linux/mmc/ |
H A D | card.h | 309 struct dentry *debugfs_root; member in struct:mmc_card
|
H A D | host.h | 357 struct dentry *debugfs_root; member in struct:mmc_host
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 1957 debugfs_create_file_size(name, S_IRUSR, adap->debugfs_root, add_debugfs_mem() 1973 adap->debugfs_root, add_debugfs_files() 2069 de = debugfs_create_file_size("flash", S_IRUSR, adap->debugfs_root, adap, t4_setup_debugfs()
|
H A D | cxgb4.h | 717 struct dentry *debugfs_root; member in struct:adapter
|
H A D | cxgb4_main.c | 1424 if (IS_ERR_OR_NULL(adap->debugfs_root)) setup_debugfs() 4680 adapter->debugfs_root = debugfs_create_dir(pci_name(pdev), 4747 debugfs_remove_recursive(adapter->debugfs_root); remove_one()
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
H A D | libcxgbi.h | 539 struct dentry *debugfs_root; member in struct:cxgbi_device
|
/linux-4.1.27/drivers/regulator/ |
H A D | core.c | 60 static struct dentry *debugfs_root; variable in typeref:struct:dentry 3581 rdev->debugfs = debugfs_create_dir(rname, debugfs_root); rdev_init_debugfs() 4103 debugfs_root = debugfs_create_dir("regulator", NULL); regulator_init() 4104 if (!debugfs_root) regulator_init() 4107 debugfs_create_file("supply_map", 0444, debugfs_root, NULL, regulator_init() 4110 debugfs_create_file("regulator_summary", 0444, debugfs_root, regulator_init()
|
/linux-4.1.27/drivers/mmc/card/ |
H A D | mmc_test.c | 2950 if (card->debugfs_root) __mmc_test_register_dbgfs_file() 2951 file = debugfs_create_file(name, mode, card->debugfs_root, __mmc_test_register_dbgfs_file()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 1827 if (mmc->debugfs_root) omap_hsmmc_debugfs() 1828 debugfs_create_file("regs", S_IRUSR, mmc->debugfs_root, omap_hsmmc_debugfs()
|
H A D | atmel-mci.c | 481 root = mmc->debugfs_root; atmci_init_debugfs()
|
H A D | dw_mmc.c | 197 root = mmc->debugfs_root; dw_mci_init_debugfs()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | 1894 rdev->ddev->control->debugfs_root, radeon_debugfs_add_files() 1897 rdev->ddev->primary->debugfs_root, radeon_debugfs_add_files()
|
H A D | radeon_ttm.c | 1158 struct dentry *ent, *root = minor->debugfs_root; radeon_ttm_debugfs_init()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_debugfs.c | 4739 ret = i915_forcewake_create(minor->debugfs_root, minor); i915_debugfs_init() 4744 ret = i915_pipe_crc_create(minor->debugfs_root, minor, i); i915_debugfs_init() 4750 ret = i915_debugfs_create(minor->debugfs_root, minor, i915_debugfs_init() 4759 minor->debugfs_root, minor); i915_debugfs_init()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
H A D | drm.c | 903 minor->debugfs_root, minor); tegra_debugfs_init()
|
H A D | dsi.c | 225 dsi->debugfs = debugfs_create_dir(name, minor->debugfs_root); tegra_dsi_debugfs_init()
|
H A D | hdmi.c | 1276 hdmi->debugfs = debugfs_create_dir("hdmi", minor->debugfs_root); tegra_hdmi_debugfs_init()
|
H A D | sor.c | 818 sor->debugfs = debugfs_create_dir("sor", minor->debugfs_root); tegra_sor_debugfs_init()
|
H A D | dc.c | 1583 dc->debugfs = debugfs_create_dir(name, minor->debugfs_root); tegra_dc_debugfs_init()
|
/linux-4.1.27/include/drm/ |
H A D | drmP.h | 669 struct dentry *debugfs_root; member in struct:drm_minor
|
/linux-4.1.27/include/sound/ |
H A D | soc.h | 773 struct dentry *debugfs_root; member in struct:snd_soc_component
|