/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 123 am = debugfs_create_dir("am", parent); in bfin_debug_mmrs_can() 124 mb = debugfs_create_dir("mb", parent); in bfin_debug_mmrs_can() 587 top = debugfs_create_dir("blackfin", NULL); in bfin_debug_mmrs_init() 591 parent = debugfs_create_dir("core_regs", top); in bfin_debug_mmrs_init() 602 parent = debugfs_create_dir("ctimer", top); in bfin_debug_mmrs_init() 608 parent = debugfs_create_dir("cec", top); in bfin_debug_mmrs_init() 631 parent = debugfs_create_dir("debug", top); in bfin_debug_mmrs_init() 635 parent = debugfs_create_dir("mmu", top); in bfin_debug_mmrs_init() 717 parent = debugfs_create_dir("perf", top); in bfin_debug_mmrs_init() 722 parent = debugfs_create_dir("trace", top); in bfin_debug_mmrs_init() [all …]
|
/linux-4.4.14/lib/ |
D | notifier-error-inject.c | 60 dir = debugfs_create_dir(name, parent); in notifier_err_inject_init() 64 actions_dir = debugfs_create_dir("actions", dir); in notifier_err_inject_init() 71 action_dir = debugfs_create_dir(action->name, actions_dir); in notifier_err_inject_init() 94 debugfs_create_dir("notifier-error-inject", NULL); in err_inject_init()
|
D | fault-inject.c | 197 dir = debugfs_create_dir(name, parent); in fault_create_debugfs_attr()
|
D | debugobjects.c | 763 dbgdir = debugfs_create_dir("debug_objects", NULL); in debug_objects_init_debugfs()
|
D | dynamic_debug.c | 958 dir = debugfs_create_dir("dynamic_debug", NULL); in dynamic_debug_init_debugfs()
|
/linux-4.4.14/drivers/edac/ |
D | debugfs.c | 46 edac_debugfs = debugfs_create_dir("edac", NULL); in edac_debugfs_init() 68 d = debugfs_create_dir(mci->dev.kobj.name, edac_debugfs); in edac_create_debugfs_nodes() 111 return debugfs_create_dir(dirname, edac_debugfs); in edac_debugfs_create_dir() 119 return debugfs_create_dir(dirname, parent); in edac_debugfs_create_dir_at()
|
/linux-4.4.14/arch/x86/kernel/ |
D | kdebugfs.c | 85 d = debugfs_create_dir(buf, parent); in create_setup_data_node() 116 d = debugfs_create_dir("setup_data", parent); in create_setup_data_nodes() 170 dbp = debugfs_create_dir("boot_params", NULL); in boot_params_kdebugfs_init() 204 arch_debugfs_dir = debugfs_create_dir("x86", NULL); in arch_kdebugfs_init()
|
D | kvm.c | 693 d_kvm_debug = debugfs_create_dir("kvm-guest", NULL); in kvm_init_debugfs() 708 d_spin_debug = debugfs_create_dir("spinlocks", d_kvm); in kvm_spinlock_debugfs()
|
/linux-4.4.14/net/sunrpc/ |
D | debugfs.c | 151 clnt->cl_debugfs = debugfs_create_dir(name, rpc_clnt_dir); in rpc_clnt_debugfs_register() 253 xprt->debugfs = debugfs_create_dir(name, rpc_xprt_dir); in rpc_xprt_debugfs_register() 330 faultdir = debugfs_create_dir("inject_fault", topdir); in inject_fault_dir() 354 topdir = debugfs_create_dir("sunrpc", NULL); in sunrpc_debugfs_init() 362 rpc_clnt_dir = debugfs_create_dir("rpc_clnt", topdir); in sunrpc_debugfs_init() 366 rpc_xprt_dir = debugfs_create_dir("rpc_xprt", topdir); in sunrpc_debugfs_init()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 93 mlx5_debugfs_root = debugfs_create_dir("mlx5", NULL); in mlx5_register_debugfs() 110 dev->priv.qp_debugfs = debugfs_create_dir("QPs", dev->priv.dbg_root); in mlx5_qp_debugfs_init() 130 dev->priv.eq_debugfs = debugfs_create_dir("EQs", dev->priv.dbg_root); in mlx5_eq_debugfs_init() 207 *cmd = debugfs_create_dir("commands", dev->priv.dbg_root); in mlx5_cmdif_debugfs_init() 215 stats->root = debugfs_create_dir(namep, *cmd); in mlx5_cmdif_debugfs_init() 262 dev->priv.cq_debugfs = debugfs_create_dir("CQs", dev->priv.dbg_root); in mlx5_cq_debugfs_init() 503 d->root = debugfs_create_dir(resn, root); in add_res_tree()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | debugfs.c | 63 dir = debugfs_create_dir(buf, cxl_debugfs); in cxl_debugfs_adapter_add() 92 dir = debugfs_create_dir(buf, afu->adapter->debugfs); in cxl_debugfs_afu_add() 121 ent = debugfs_create_dir("cxl", NULL); in cxl_debugfs_init()
|
/linux-4.4.14/drivers/misc/mic/card/ |
D | mic_debugfs.c | 87 mdrv->dbg_dir = debugfs_create_dir(mdrv->name, mic_dbg); in mic_create_card_debug_dir() 119 mic_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in mic_init_card_debugfs()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | debug.c | 60 root_folder = debugfs_create_dir(KBUILD_MODNAME, NULL); in brcmf_debugfs_init() 81 drvr->dbgfs_dir = debugfs_create_dir(dev_name(dev), root_folder); in brcmf_debug_attach()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 181 q_vector->dbg_q_vector = debugfs_create_dir(name, interface->dbg_intfc); in fm10k_dbg_q_vector_init() 231 interface->dbg_intfc = debugfs_create_dir(name, dbg_root); in fm10k_dbg_intfc_init() 250 dbg_root = debugfs_create_dir(fm10k_driver_name, NULL); in fm10k_dbg_init()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_debugfs.c | 67 debugfs_create_dir(bond->dev->name, bonding_debug_root); in bond_debug_register() 105 bonding_debug_root = debugfs_create_dir("bonding", NULL); in bond_create_debugfs()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_debugfs.c | 89 dent = debugfs_create_dir(dir_name, uvc_debugfs_root_dir); in uvc_debugfs_init_stream() 122 dir = debugfs_create_dir("uvcvideo", usb_debug_root); in uvc_debugfs_init()
|
/linux-4.4.14/drivers/misc/mic/cosm/ |
D | cosm_debugfs.c | 129 cdev->dbg_dir = debugfs_create_dir(name, cosm_dbg); in cosm_create_debug_dir() 148 cosm_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in cosm_init_debugfs()
|
/linux-4.4.14/drivers/acpi/ |
D | ec_sys.c | 115 acpi_ec_debugfs_dir = debugfs_create_dir("ec", NULL); in acpi_ec_add_debugfs() 121 dev_dir = debugfs_create_dir(name, acpi_ec_debugfs_dir); in acpi_ec_add_debugfs()
|
D | debugfs.c | 20 acpi_debugfs_dir = debugfs_create_dir("acpi", NULL); in acpi_debugfs_init()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_debugfs.c | 115 debugfs_root = debugfs_create_dir(DRV_NAME, NULL); in usnic_debugfs_init() 121 flows_dentry = debugfs_create_dir("flows", debugfs_root); in usnic_debugfs_init()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_debugfs.c | 480 dentry = debugfs_create_dir(resource->name, drbd_debugfs_resources); in drbd_debugfs_resource_add() 485 dentry = debugfs_create_dir("volumes", resource->debugfs_res); in drbd_debugfs_resource_add() 490 dentry = debugfs_create_dir("connections", resource->debugfs_res); in drbd_debugfs_resource_add() 654 dentry = debugfs_create_dir("peer", conns_dir); in drbd_debugfs_connection_add() 812 dentry = debugfs_create_dir(vnr_buf, vols_dir); in drbd_debugfs_device_attr() 870 dentry = debugfs_create_dir(vnr_buf, conn_dir); in drbd_debugfs_peer_device_add() 923 dentry = debugfs_create_dir("drbd", NULL); in drbd_debugfs_init() 933 dentry = debugfs_create_dir("resources", drbd_debugfs_root); in drbd_debugfs_init() 938 dentry = debugfs_create_dir("minors", drbd_debugfs_root); in drbd_debugfs_init()
|
/linux-4.4.14/arch/x86/xen/ |
D | debugfs.c | 13 d_xen_debug = debugfs_create_dir("xen", NULL); in xen_init_debugfs()
|
D | spinlock.c | 383 d_spin_debug = debugfs_create_dir("spinlocks", d_xen); in xen_spinlock_debugfs()
|
D | p2m.c | 832 d_mmu_debug = debugfs_create_dir("mmu", d_xen); in xen_p2m_debugfs()
|
/linux-4.4.14/arch/sh/kernel/ |
D | kdebugfs.c | 10 arch_debugfs_dir = debugfs_create_dir("sh", NULL); in arch_kdebugfs_init()
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | debug.c | 27 intel_th_dbg = debugfs_create_dir("intel_th", NULL); in intel_th_debug_init()
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_debug.c | 133 zdev->debugfs_dev = debugfs_create_dir(dev_name(&zdev->pdev->dev), in zpci_debug_init_device() 168 debugfs_root = debugfs_create_dir("pci", NULL); in zpci_debug_init()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 127 qla2x00_dfs_root = debugfs_create_dir(QLA2XXX_DRIVER_NAME, NULL); in qla2x00_dfs_setup() 139 ha->dfs_dir = debugfs_create_dir(vha->host_str, qla2x00_dfs_root); in qla2x00_dfs_setup()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_debugfs.c | 233 adapter->ixgbe_dbg_adapter = debugfs_create_dir(name, ixgbe_dbg_root); in ixgbe_dbg_adapter_init() 265 ixgbe_dbg_root = debugfs_create_dir(ixgbe_driver_name, NULL); in ixgbe_dbg_init()
|
/linux-4.4.14/drivers/remoteproc/ |
D | remoteproc_debugfs.c | 228 rproc->dbg_dir = debugfs_create_dir(dev_name(dev), rproc_dbg); in rproc_create_debug_dir() 243 rproc_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in rproc_init_debugfs()
|
/linux-4.4.14/arch/arm/plat-pxa/ |
D | dma.c | 204 chan = debugfs_create_dir(chan_name, chandir); in pxa_dma_dbg_alloc_chan() 231 dbgfs_root = debugfs_create_dir(DMA_DEBUG_NAME, NULL); in pxa_dma_init_debugfs() 245 chandir = debugfs_create_dir("channels", dbgfs_root); in pxa_dma_init_debugfs()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | pm-debug.c | 219 d = debugfs_create_dir(pwrdm->name, (struct dentry *)dir); in pwrdms_setup() 263 d = debugfs_create_dir("pm_debug", NULL); in pm_dbg_init()
|
D | mux.c | 745 mux_dbg_dir = debugfs_create_dir("omap_mux", NULL); in omap_mux_dbg_init() 749 mux_dbg_board_dir = debugfs_create_dir("board", mux_dbg_dir); in omap_mux_dbg_init()
|
/linux-4.4.14/mm/ |
D | cma_debug.c | 172 tmp = debugfs_create_dir(name, cma_debugfs_root); in cma_debugfs_add_one() 197 cma_debugfs_root = debugfs_create_dir("cma", NULL); in cma_debugfs_init()
|
D | hwpoison-inject.c | 82 hwpoison_dir = debugfs_create_dir("hwpoison", NULL); in pfn_inject_init()
|
D | cleancache.c | 307 struct dentry *root = debugfs_create_dir("cleancache", NULL); in init_cleancache()
|
D | frontswap.c | 491 struct dentry *root = debugfs_create_dir("frontswap", NULL); in init_frontswap()
|
D | backing-dev.c | 43 bdi_debug_root = debugfs_create_dir("bdi", NULL); in bdi_debug_init() 120 bdi->debug_dir = debugfs_create_dir(name, bdi_debug_root); in bdi_debug_register()
|
D | zsmalloc.c | 486 zs_stat_root = debugfs_create_dir("zsmalloc", NULL); in zs_stat_init() 572 entry = debugfs_create_dir(name, zs_stat_root); in zs_pool_stat_create()
|
/linux-4.4.14/drivers/ras/ |
D | debugfs.c | 55 ras_debugfs_dir = debugfs_create_dir("ras", NULL); in ras_debugfs_init()
|
/linux-4.4.14/drivers/uwb/ |
D | uwb-debug.c | 323 rc->dbg->root_d = debugfs_create_dir(dev_name(&rc->uwb_dev.dev), in uwb_dbg_add_rc() 371 root_dir = debugfs_create_dir("uwb", NULL); in uwb_dbg_init() 391 return debugfs_create_dir(pal->name, rc->dbg->root_d); in uwb_dbg_create_pal_dir()
|
/linux-4.4.14/lib/842/ |
D | 842_debugfs.h | 23 sw842_debugfs_root = debugfs_create_dir(MODULE_NAME, NULL); in sw842_debugfs_create()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | scom.c | 201 dir = debugfs_create_dir(ent->name, root); in scom_debug_init_one() 220 root = debugfs_create_dir("scom", powerpc_debugfs_root); in scom_debug_init()
|
D | ppc4xx_ocm.c | 296 junk = debugfs_create_dir("ppc4xx_ocm", 0); in ocm_debugfs_init()
|
/linux-4.4.14/arch/mips/math-emu/ |
D | me-debugfs.c | 37 dir = debugfs_create_dir("fpuemustats", mips_debugfs_dir); in debugfs_fpuemu()
|
/linux-4.4.14/arch/mips/mm/ |
D | sc-debugfs.c | 70 dir = debugfs_create_dir("l2cache", mips_debugfs_dir); in sc_debugfs_init()
|
/linux-4.4.14/net/wimax/ |
D | debugfs.c | 48 dentry = debugfs_create_dir(buf, NULL); in wimax_debugfs_add()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 250 ibd->qib_ibdev_dbg = debugfs_create_dir(name, qib_dbg_root); in DEBUGFS_FILE() 271 qib_dbg_root = debugfs_create_dir(QIB_DRV_NAME, NULL); in qib_dbg_init()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_debugfs.c | 40 de = debugfs_create_dir("snic", NULL); in snic_debugfs_init() 48 de = debugfs_create_dir("statistics", snic_glob->trc_root); in snic_debugfs_init() 396 de = debugfs_create_dir(name, snic_glob->stats_root); in snic_stats_debugfs_init()
|
/linux-4.4.14/drivers/bluetooth/ |
D | btmrvl_debugfs.c | 215 dbg->config_dir = debugfs_create_dir("config", hdev->debugfs); in btmrvl_debugfs_init() 232 dbg->status_dir = debugfs_create_dir("status", hdev->debugfs); in btmrvl_debugfs_init()
|
D | hci_qca.c | 467 ibs_dir = debugfs_create_dir("ibs", hdev->debugfs); in qca_debugfs_init()
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_debugfs.c | 56 fnic_trace_debugfs_root = debugfs_create_dir("fnic", NULL); in fnic_debugfs_init() 68 fnic_stats_debugfs_root = debugfs_create_dir("statistics", in fnic_debugfs_init() 787 fnic->fnic_stats_debugfs_host = debugfs_create_dir(name, in fnic_stats_debugfs_init()
|
/linux-4.4.14/net/batman-adv/ |
D | debugfs.c | 442 batadv_debugfs = debugfs_create_dir(BATADV_DEBUGFS_SUBDIR, NULL); in batadv_debugfs_init() 486 hard_iface->debug_dir = debugfs_create_dir(hard_iface->net_dev->name, in batadv_debugfs_add_hardif() 531 bat_priv->debug_dir = debugfs_create_dir(dev->name, batadv_debugfs); in batadv_debugfs_add_meshif()
|
/linux-4.4.14/drivers/iommu/ |
D | omap-iommu-debug.c | 273 obj->debug_dir = debugfs_create_dir(obj->name, iommu_debug_root); in omap_iommu_debugfs_add() 302 iommu_debug_root = debugfs_create_dir("omap_iommu", NULL); in omap_iommu_debugfs_init()
|
/linux-4.4.14/drivers/mmc/core/ |
D | debugfs.c | 240 root = debugfs_create_dir(mmc_hostname(host), NULL); in mmc_add_host_debugfs() 364 root = debugfs_create_dir(mmc_card_id(card), host->debugfs_root); in mmc_add_card_debugfs()
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx_debugfs.c | 49 dfs->dfs_root = debugfs_create_dir(NX_NAME, NULL); in nx_debugfs_init()
|
/linux-4.4.14/fs/pstore/ |
D | ftrace.c | 116 pstore_ftrace_dir = debugfs_create_dir("pstore", NULL); in pstore_register_ftrace()
|
/linux-4.4.14/arch/s390/hypfs/ |
D | hypfs_dbfs.c | 97 dbfs_dir = debugfs_create_dir("s390_hypfs", NULL); in hypfs_dbfs_init()
|
/linux-4.4.14/net/ceph/ |
D | debugfs.c | 202 ceph_debugfs_dir = debugfs_create_dir("ceph", NULL); in CEPH_DEFINE_SHOW_FUNC() 224 client->debugfs_dir = debugfs_create_dir(name, ceph_debugfs_dir); in ceph_debugfs_client_init()
|
/linux-4.4.14/include/linux/ |
D | debugfs.h | 58 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent); 152 static inline struct dentry *debugfs_create_dir(const char *name, in debugfs_create_dir() function
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_debugfs.c | 154 minor->debugfs_root = debugfs_create_dir(name, root); in drm_debugfs_init() 385 root = debugfs_create_dir(connector->name, minor->debugfs_root); in drm_debugfs_connector_add()
|
D | drm_drv.c | 899 drm_debugfs_root = debugfs_create_dir("dri", NULL); in drm_core_init()
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 131 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl12xx_debugfs_add_files() 137 stats = debugfs_create_dir("fw_stats", moddir); in wl12xx_debugfs_add_files()
|
/linux-4.4.14/arch/x86/platform/atom/ |
D | punit_atom_debug.c | 123 punit_dbg_file = debugfs_create_dir("punit_atom", NULL); in punit_dbgfs_register()
|
D | pmc_atom.c | 352 dir = debugfs_create_dir("pmc_atom", NULL); in pmc_dbgfs_register()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | setup.c | 205 of_debugfs_root = debugfs_create_dir("microblaze", NULL); in microblaze_debugfs_init()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | ocd.c | 123 root = debugfs_create_dir("ocd", NULL); in ocd_debugfs_init()
|
/linux-4.4.14/drivers/usb/host/ |
D | fhci-dbg.c | 111 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root); in fhci_dfs_create()
|
D | imx21-dbg.c | 488 imx21->debug_root = debugfs_create_dir(dev_name(imx21->dev), NULL); in create_debug_files()
|
D | uhci-hcd.c | 877 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
|
D | ohci-dbg.c | 765 ohci->debug_dir = debugfs_create_dir(bus->bus_name, ohci_debug_root); in create_debug_files()
|
/linux-4.4.14/net/mac80211/ |
D | debugfs.c | 246 local->debugfs.keys = debugfs_create_dir("keys", phyd); in debugfs_hw_add() 258 statsd = debugfs_create_dir("statistics", phyd); in debugfs_hw_add()
|
D | debugfs_netdev.c | 666 struct dentry *dir = debugfs_create_dir("mesh_stats", in add_mesh_stats() 682 struct dentry *dir = debugfs_create_dir("mesh_config", in add_mesh_config() 762 sdata->vif.debugfs_dir = debugfs_create_dir(buf, in ieee80211_debugfs_add_netdev() 765 sdata->debugfs.subdir_stations = debugfs_create_dir("stations", in ieee80211_debugfs_add_netdev()
|
D | debugfs_key.c | 341 key->debugfs.dir = debugfs_create_dir(buf, in ieee80211_debugfs_key_add()
|
D | debugfs_sta.c | 358 sta->debugfs.dir = debugfs_create_dir(mac, stations_dir); in ieee80211_sta_debugfs_add()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | debug.c | 39 root_folder = debugfs_create_dir(KBUILD_MODNAME, NULL); in brcms_debugfs_init() 58 drvr->dbgfs_dir = debugfs_create_dir( in brcms_debugfs_attach()
|
/linux-4.4.14/drivers/s390/cio/ |
D | qdio_debug.c | 318 irq_ptr->debugfs_dev = debugfs_create_dir(dev_name(&cdev->dev), in qdio_setup_debug_entries() 351 debugfs_root = debugfs_create_dir("qdio", NULL); in qdio_debug_init()
|
/linux-4.4.14/kernel/rcu/ |
D | tiny_plugin.h | 113 rcudir = debugfs_create_dir("rcu", NULL); in rcutiny_trace_init()
|
D | tree_trace.c | 432 rcudir = debugfs_create_dir("rcu", NULL); in rcutree_trace_init() 437 rspdir = debugfs_create_dir(rsp->name, rcudir); in rcutree_trace_init()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 150 hcall_root = debugfs_create_dir(HCALL_ROOT_DIR, NULL); in hcall_inst_init()
|
D | dtl.c | 360 dtl_dir = debugfs_create_dir("dtl", powerpc_debugfs_root); in dtl_init()
|
/linux-4.4.14/fs/nfsd/ |
D | fault_inject.c | 136 debug_dir = debugfs_create_dir("nfsd", NULL); in nfsd_fault_inject_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | super25.c | 132 llite_root = debugfs_create_dir("llite", debugfs_lustre_root); in init_lustre_lite()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_debugfs.c | 146 wilc_dir = debugfs_create_dir("wilc_wifi", NULL); in wilc_debugfs_init()
|
/linux-4.4.14/drivers/mfd/ |
D | intel-lpss.c | 153 dir = debugfs_create_dir(dev_name(lpss->dev), intel_lpss_debugfs); in intel_lpss_debugfs_add() 521 intel_lpss_debugfs = debugfs_create_dir("intel_lpss", NULL); in intel_lpss_init()
|
D | aat2870-core.c | 337 aat2870->dentry_root = debugfs_create_dir("aat2870", NULL); in aat2870_init_debugfs()
|
D | ab3100-core.c | 587 ab3100_dir = debugfs_create_dir("ab3100", NULL); in ab3100_setup_debugfs()
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_ssi_dbg.c | 145 ssi_dbg->dbg_dir = debugfs_create_dir(dev_name(dev), NULL); in fsl_ssi_debugfs_create()
|
D | imx-audmux.c | 153 audmux_debugfs_root = debugfs_create_dir("audmux", NULL); in audmux_debugfs_init()
|
/linux-4.4.14/drivers/regulator/ |
D | dbx500-prcmu.c | 171 rdebug.dir = debugfs_create_dir("ux500-regulator", NULL); in ux500_regulator_debug_init()
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 163 dfs->rootdir = debugfs_create_dir(KBUILD_MODNAME, in wcn36xx_debugfs_init()
|
/linux-4.4.14/drivers/cpufreq/ |
D | s3c24xx-cpufreq-debugfs.c | 179 dbgfs_root = debugfs_create_dir("s3c-cpufreq", NULL); in s3c_freq_debugfs_init()
|
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_debugfs.c | 361 mdev->dbg_dir = debugfs_create_dir(name, mic_dbg); in mic_create_debug_dir() 395 mic_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in mic_init_debugfs()
|
/linux-4.4.14/drivers/net/caif/ |
D | caif_serial.c | 98 debugfs_create_dir(tty->name, debugfsdir); in debugfs_init() 458 debugfsdir = debugfs_create_dir("caif_serial", NULL); in caif_ser_init()
|
D | caif_spi.c | 114 dbgfs_root = debugfs_create_dir(cfspi_spi_driver.driver.name, NULL); in driver_debugfs_create() 252 cfspi->dbgfs_dir = debugfs_create_dir(cfspi->pdev->name, dbgfs_root); in dev_debugfs_add()
|
D | caif_virtio.c | 627 debugfs_create_dir(netdev_name(cfv->ndev), NULL); in debugfs_init()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 373 struct dentry *d = debugfs_create_dir(name, parent); in wil6210_debugfs_create_ISR() 394 struct dentry *d = debugfs_create_dir("PSEUDO_ISR", parent); in wil6210_debugfs_create_pseudo_ISR() 449 d = debugfs_create_dir("ITR_CNT", parent); in wil6210_debugfs_create_ITR_CNT() 453 dtx = debugfs_create_dir("TX", d); in wil6210_debugfs_create_ITR_CNT() 454 drx = debugfs_create_dir("RX", d); in wil6210_debugfs_create_ITR_CNT() 1518 struct dentry *dbg = wil->debug = debugfs_create_dir(WIL_NAME, in wil6210_debugfs_init()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | debugfs.c | 740 lbs_dir = debugfs_create_dir("lbs_wireless", NULL); in lbs_debugfs_init() 755 priv->debugfs_dir = debugfs_create_dir(dev->name, lbs_dir); in lbs_debugfs_init_one() 768 priv->events_dir = debugfs_create_dir("subscribed_events", priv->debugfs_dir); in lbs_debugfs_init_one() 781 priv->regs_dir = debugfs_create_dir("registers", priv->debugfs_dir); in lbs_debugfs_init_one()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_debugfs.c | 146 scif_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in scif_init_debugfs()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | oct_ilm.c | 69 dir = debugfs_create_dir("oct_ilm", 0); in init_debufs()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad_debugfs.c | 463 bfa_debugfs_root = debugfs_create_dir("bfa", NULL); in bfad_debugfs_init() 476 debugfs_create_dir(name, bfa_debugfs_root); in bfad_debugfs_init()
|
/linux-4.4.14/drivers/ntb/test/ |
D | ntb_tool.c | 453 tc->dbgfs = debugfs_create_dir(dev_name(&tc->ntb->dev), in tool_setup_dbgfs() 537 tool_dbgfs = debugfs_create_dir(KBUILD_MODNAME, NULL); in tool_init()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 408 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device() 492 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43legacy_debugfs_init()
|
/linux-4.4.14/drivers/power/avs/ |
D | smartreflex.c | 922 sr_dbg_dir = debugfs_create_dir("smartreflex", NULL); in omap_sr_probe() 931 sr_info->dbg_dir = debugfs_create_dir(sr_info->name, sr_dbg_dir); in omap_sr_probe() 946 nvalue_dir = debugfs_create_dir("nvalue", sr_info->dbg_dir); in omap_sr_probe()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00debug.c | 667 debugfs_create_dir(intf->rt2x00dev->ops->name, in rt2x00debug_register() 696 debugfs_create_dir("register", intf->driver_folder); in rt2x00debug_register() 732 debugfs_create_dir("queue", intf->driver_folder); in rt2x00debug_register()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | core.c | 125 dss_debugfs_dir = debugfs_create_dir("omapdss", NULL); in dss_initialize_debugfs()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_fs.c | 290 ipoib_root = debugfs_create_dir("ipoib", NULL); in ipoib_register_debugfs()
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | debug.c | 157 struct dentry *de = debugfs_create_dir("tegra-host1x", NULL); in host1x_debugfs_init()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad_debugfs.c | 507 bna_debugfs_root = debugfs_create_dir("bna", NULL); in bnad_debugfs_init() 520 debugfs_create_dir(name, bna_debugfs_root); in bnad_debugfs_init()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | debug.c | 237 dfs_rootdir = debugfs_create_dir("ubi", NULL); in ubi_debugfs_init() 425 dent = debugfs_create_dir(fname, dfs_rootdir); in ubi_debugfs_init_dev()
|
/linux-4.4.14/fs/debugfs/ |
D | inode.c | 409 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() function 432 EXPORT_SYMBOL_GPL(debugfs_create_dir);
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 203 root = debugfs_create_dir("cpqhp", NULL); in cpqhp_initialize_debugfs()
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | debugfs.c | 159 dir = debugfs_create_dir("mt7601u", dev->hw->wiphy->debugfsdir); in mt7601u_init_debugfs()
|
/linux-4.4.14/kernel/gcov/ |
D | fs.c | 451 node->dentry = debugfs_create_dir(node->name, parent->dentry); in new_node() 770 root_node.dentry = debugfs_create_dir("gcov", NULL); in gcov_fs_init()
|
/linux-4.4.14/drivers/misc/mei/ |
D | debugfs.c | 203 dir = debugfs_create_dir(name, NULL); in mei_dbgfs_register()
|
/linux-4.4.14/arch/x86/platform/intel/ |
D | iosf_mbi.c | 237 iosf_dbg = debugfs_create_dir("iosf_sb", NULL); in iosf_sideband_debug_init()
|
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-debugfs.c | 238 root = debugfs_create_dir("c8sectpfe", NULL); in c8sectpfe_debugfs_init()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 273 bank->bank_debug_dir = debugfs_create_dir(name, parent); in adf_bank_debugfs_add()
|
D | adf_transport.c | 499 etr_data->debug = debugfs_create_dir("transport", in adf_init_etr_data()
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 300 dev_dbgfs->subdir = debugfs_create_dir(devdir, NULL); in rsi_init_dbgfs()
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 146 device_root = debugfs_create_dir(dev_name(&qca->net_dev->dev), NULL); in qcaspi_init_device_debugfs()
|
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/ |
D | debugfs.c | 354 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl18xx_debugfs_add_files() 360 stats = debugfs_create_dir("fw_stats", moddir); in wl18xx_debugfs_add_files()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | ctrl.c | 718 ctrlpriv->dfs_root = debugfs_create_dir(dev_name(dev), NULL); in caam_probe() 719 ctrlpriv->ctl = debugfs_create_dir("ctl", ctrlpriv->dfs_root); in caam_probe()
|
/linux-4.4.14/drivers/base/regmap/ |
D | regmap-debugfs.c | 583 map->debugfs = debugfs_create_dir(name, regmap_debugfs_root); in regmap_debugfs_init() 663 regmap_debugfs_root = debugfs_create_dir("regmap", NULL); in regmap_debugfs_initcall()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 476 wl->debugfs.rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in wl1251_debugfs_init() 484 wl->debugfs.fw_statistics = debugfs_create_dir("fw-statistics", in wl1251_debugfs_init()
|
/linux-4.4.14/drivers/hsi/controllers/ |
D | omap_ssi.c | 150 omap_ssi->dir = debugfs_create_dir(dev_name(&ssi->device), NULL); in ssi_debug_add_ctrl() 157 dir = debugfs_create_dir("gdd", omap_ssi->dir); in ssi_debug_add_ctrl()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_debugfs.c | 338 root = debugfs_create_dir(dev_name(musb->controller), NULL); in musb_init_debugfs()
|
/linux-4.4.14/drivers/platform/olpc/ |
D | olpc-ec.c | 238 dbgfs_dir = debugfs_create_dir("olpc-ec", NULL); in olpc_ec_setup_debugfs()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-debugfs.c | 333 pdata->xgbe_debugfs = debugfs_create_dir(buf, NULL); in xgbe_debugfs_init()
|
/linux-4.4.14/arch/arc/kernel/ |
D | troubleshoot.c | 326 test_dir = debugfs_create_dir("arc", NULL); in arc_debugfs_init()
|
/linux-4.4.14/drivers/md/bcache/ |
D | debug.c | 250 debug = debugfs_create_dir("bcache", NULL); in bch_debug_init()
|
/linux-4.4.14/drivers/watchdog/ |
D | bcm_kona_wdt.c | 162 dir = debugfs_create_dir(BCM_KONA_WDT_NAME, NULL); in bcm_kona_wdt_debug_init()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 379 root = debugfs_create_dir("lpc", powerpc_debugfs_root); in opal_lpc_init_debugfs()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.c | 1134 drv->dbgfs_op_mode = debugfs_create_dir(op->name, in _iwl_op_mode_start() 1472 drv->dbgfs_drv = debugfs_create_dir(dev_name(trans->dev), in iwl_drv_start() 1482 drv->trans->dbgfs_dir = debugfs_create_dir("trans", drv->dbgfs_drv); in iwl_drv_start() 1609 iwl_dbgfs_root = debugfs_create_dir(DRV_NAME, NULL); in iwl_drv_init()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | debugfs.c | 246 dentry = debugfs_create_dir("i2400m", dentry); in i2400m_debugfs_add()
|
D | usb.c | 400 dentry = debugfs_create_dir("i2400m-usb", dentry); in i2400mu_debugfs_add()
|
/linux-4.4.14/arch/x86/ras/ |
D | mce_amd_inj.c | 419 dfs_inj = debugfs_create_dir("mce-inject", NULL); in init_mce_inject()
|
/linux-4.4.14/drivers/crypto/qat/qat_dh895xccvf/ |
D | adf_drv.c | 266 accel_dev->debugfs_dir = debugfs_create_dir(name, NULL); in adf_probe()
|
/linux-4.4.14/drivers/crypto/qat/qat_dh895xcc/ |
D | adf_drv.c | 285 accel_dev->debugfs_dir = debugfs_create_dir(name, NULL); in adf_probe()
|
/linux-4.4.14/drivers/mailbox/ |
D | mailbox-test.c | 202 root_debugfs_dir = debugfs_create_dir("mailbox", NULL); in mbox_test_add_debugfs()
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_debugfs.c | 320 rootdir = debugfs_create_dir("l2tp", NULL); in l2tp_debugfs_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 437 debugfs_lustre_root = debugfs_create_dir("lustre", NULL); in class_procfs_init()
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smsdvb-debugfs.c | 474 client->debugfs = debugfs_create_dir(coredev->devpath, in smsdvb_debugfs_create() 535 d = debugfs_create_dir("smsdvb", usb_debug_root); in smsdvb_debugfs_register()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | debugfs.c | 956 priv->dfs_dev_dir = debugfs_create_dir(priv->netdev->name, in mwifiex_dev_debugfs_init() 994 mwifiex_dfs_dir = debugfs_create_dir("mwifiex", NULL); in mwifiex_debugfs_init()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | debugfs.c | 718 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device() 818 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43_debugfs_init()
|
/linux-4.4.14/drivers/dma/ |
D | mic_x100_dma.c | 758 mic_dma_dev->dbg_dir = debugfs_create_dir(dev_name(&mbdev->dev), in mic_dma_driver_probe() 796 mic_dma_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in mic_x100_dma_init()
|
D | pxa_dma.c | 341 chan = debugfs_create_dir(chan_name, chandir); in pxad_dbg_alloc_chan() 368 pdev->dbgfs_root = debugfs_create_dir(dev_name(pdev->slave.dev), NULL); in pxad_init_debugfs() 383 chandir = debugfs_create_dir("channels", pdev->dbgfs_root); in pxad_init_debugfs()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | debugfs.c | 718 ibd->hfi1_ibdev_dbg = debugfs_create_dir(name, hfi1_dbg_root); in hfi1_dbg_ibdev_init() 886 hfi1_dbg_root = debugfs_create_dir(DRIVER_NAME, NULL); in hfi1_dbg_init()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | clock.c | 1029 d = debugfs_create_dir(c->name, pa ? pa->dent : clk_debugfs_root); in clk_debugfs_register_one() 1081 d = debugfs_create_dir("clock", NULL); in clk_debugfs_init()
|
D | pm.c | 552 d = debugfs_create_dir("pm_debug", NULL); in omap_pm_init_debugfs()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | debug.c | 1352 dir_drv = debugfs_create_dir(name, phyd); in il_dbgfs_register() 1358 dir_data = debugfs_create_dir("data", dir_drv); in il_dbgfs_register() 1361 dir_rf = debugfs_create_dir("rf", dir_drv); in il_dbgfs_register() 1364 dir_debug = debugfs_create_dir("debug", dir_drv); in il_dbgfs_register()
|
/linux-4.4.14/fs/ocfs2/ |
D | blockcheck.c | 272 stats->b_debug_dir = debugfs_create_dir("blockcheck", parent); in ocfs2_blockcheck_debug_install()
|
/linux-4.4.14/drivers/hid/ |
D | hid-debug.c | 1225 hdev->debug_dir = debugfs_create_dir(name, hid_debug_root); in hid_debug_register() 1244 hid_debug_root = debugfs_create_dir("hid", NULL); in hid_debug_init()
|
/linux-4.4.14/drivers/nvdimm/ |
D | btt.c | 210 d = debugfs_create_dir(dirname, parent); in arena_debugfs_init() 241 btt->debugfs_dir = debugfs_create_dir(dev_name(&btt->nd_btt->dev), in btt_debugfs_init() 1432 debugfs_root = debugfs_create_dir("btt", NULL); in nd_btt_init()
|
/linux-4.4.14/drivers/idle/ |
D | i7300_idle.c | 566 debugfs_dir = debugfs_create_dir("i7300_idle", NULL); in i7300_idle_init()
|
/linux-4.4.14/drivers/video/fbdev/mbx/ |
D | mbxdebugfs.c | 224 dbg->dir = debugfs_create_dir("mbxfb", NULL); in mbxfb_debugfs_init()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_init.c | 146 hw->debugfs_root = debugfs_create_dir(pci_name(hw->pdev), in csio_dfs_create() 173 csio_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL); in csio_dfs_init()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmdebug.c | 959 dlm->dlm_debugfs_subroot = debugfs_create_dir(dlm->name, in dlm_create_debugfs_subroot() 988 dlm_debugfs_root = debugfs_create_dir(DLM_DEBUGFS_DIR, NULL); in dlm_create_debugfs_root()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | debug.c | 396 d->debugfs_phy = debugfs_create_dir("cw1200", in cw1200_debug_init()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_debugfs.c | 355 root = debugfs_create_dir(card_name, cd->debugfs_genwqe); in genwqe_init_debugfs()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | debug.c | 401 ci->debugfs = debugfs_create_dir(dev_name(ci->dev), NULL); in dbg_create_files()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | setup-common.c | 735 powerpc_debugfs_root = debugfs_create_dir("powerpc", NULL); in powerpc_debugfs_init()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | netdebug.c | 518 o2net_dentry = debugfs_create_dir(O2NET_DEBUG_DIR, NULL); in o2net_debugfs_init()
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion.c | 1587 idev->debug_root = debugfs_create_dir("ion", NULL); in ion_device_create() 1592 idev->heaps_debug_root = debugfs_create_dir("heaps", idev->debug_root); in ion_device_create() 1597 idev->clients_debug_root = debugfs_create_dir("clients", in ion_device_create()
|
/linux-4.4.14/drivers/block/ |
D | nbd.c | 896 dir = debugfs_create_dir(nbd_name(nbd), nbd_dbg_dir); in nbd_dev_dbg_init() 951 dbg_dir = debugfs_create_dir("nbd", NULL); in nbd_dbg_init()
|
/linux-4.4.14/kernel/power/ |
D | qos.c | 697 d = debugfs_create_dir("pm_qos", NULL); in pm_qos_power_init()
|
/linux-4.4.14/drivers/thermal/ |
D | x86_pkg_temp_thermal.c | 98 debugfs = debugfs_create_dir("pkg_temp_thermal", NULL); in pkg_temp_debugfs_init()
|
D | intel_powerclamp.c | 760 debug_dir = debugfs_create_dir("intel_powerclamp", NULL); in powerclamp_create_debug_files()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_stats.c | 769 dev->dir = debugfs_create_dir(dev->ibdev.name, ocrdma_dbgfs_dir); in ocrdma_add_port_stats() 866 ocrdma_dbgfs_dir = debugfs_create_dir("ocrdma", NULL); in ocrdma_init_debugfs()
|
/linux-4.4.14/net/wireless/ |
D | core.c | 714 debugfs_create_dir(wiphy_name(&rdev->wiphy), in wiphy_register() 1195 ieee80211_debugfs_dir = debugfs_create_dir("ieee80211", NULL); in cfg80211_init()
|
/linux-4.4.14/drivers/iio/ |
D | industrialio-core.c | 193 iio_debugfs_dentry = debugfs_create_dir("iio", NULL); in iio_init() 291 debugfs_create_dir(dev_name(&indio_dev->dev), in iio_device_register_debugfs()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 656 lnet_debugfs_root = debugfs_create_dir("lnet", NULL); in lustre_insert_debugfs()
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoeblk.c | 457 aoe_debugfs_dir = debugfs_create_dir("aoe", NULL); in aoeblk_init()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 761 mlxsw_core->dbg_dir = debugfs_create_dir(bus_info->device_name, in mlxsw_core_debugfs_init() 1283 mlxsw_core_dbg_root = debugfs_create_dir(mlxsw_core_driver_name, NULL); in mlxsw_core_module_init()
|
/linux-4.4.14/arch/mips/kernel/ |
D | setup.c | 823 d = debugfs_create_dir("mips", NULL); in debugfs_mips()
|
/linux-4.4.14/drivers/pinctrl/ |
D | core.c | 1654 device_root = debugfs_create_dir(dev_name(pctldev->dev), in pinctrl_init_device_debugfs() 1682 debugfs_root = debugfs_create_dir("pinctrl", NULL); in pinctrl_init_debugfs()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 1264 streaming = debugfs_create_dir("rx_streaming", rootdir); in wl1271_debugfs_add_files() 1299 rootdir = debugfs_create_dir(KBUILD_MODNAME, in wl1271_debugfs_init()
|
/linux-4.4.14/arch/s390/kernel/ |
D | debug.c | 348 rc->debugfs_root_entry = debugfs_create_dir(rc->name, in debug_info_create() 1536 debug_debugfs_root_entry = debugfs_create_dir(DEBUG_DIR_ROOT, NULL); in debug_init()
|
/linux-4.4.14/drivers/spi/ |
D | spi-dw.c | 110 dws->debugfs = debugfs_create_dir("dw_spi", NULL); in dw_spi_debugfs_init()
|
/linux-4.4.14/drivers/misc/ |
D | lkdtm.c | 821 lkdtm_debugfs_root = debugfs_create_dir("provoke-crash", NULL); in lkdtm_module_init()
|
/linux-4.4.14/fs/f2fs/ |
D | debug.c | 413 f2fs_debugfs_root = debugfs_create_dir("f2fs", NULL); in f2fs_create_root_stats()
|
/linux-4.4.14/drivers/ntb/ |
D | ntb_transport.c | 980 qp->debugfs_dir = debugfs_create_dir(debugfs_name, in ntb_transport_init_queue() 1086 debugfs_create_dir(pci_name(ndev->pdev), in ntb_transport_probe() 2063 nt_debugfs_dir = debugfs_create_dir(KBUILD_MODNAME, NULL); in ntb_transport_init()
|
/linux-4.4.14/drivers/gpu/vga/ |
D | vga_switcheroo.c | 728 priv->debugfs_root = debugfs_create_dir("vgaswitcheroo", NULL); in vga_switcheroo_debugfs_init()
|
/linux-4.4.14/drivers/dma-buf/ |
D | dma-buf.c | 862 dma_buf_debugfs_dir = debugfs_create_dir("dma_buf", NULL); in dma_buf_init_debugfs()
|
/linux-4.4.14/drivers/misc/ti-st/ |
D | st_kim.c | 787 kim_debugfs_dir = debugfs_create_dir("ti-st", NULL); in kim_probe()
|
/linux-4.4.14/net/bluetooth/ |
D | af_bluetooth.c | 724 bt_debugfs = debugfs_create_dir("bluetooth", NULL); in bt_init()
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | debugfs.c | 627 root = debugfs_create_dir(dev_name(dwc->dev), NULL); in dwc3_debugfs_init()
|
/linux-4.4.14/drivers/usb/core/ |
D | usb.c | 1020 usb_debug_root = debugfs_create_dir("usb", NULL); in usb_debugfs_init()
|
/linux-4.4.14/drivers/s390/char/ |
D | zcore.c | 688 zcore_dir = debugfs_create_dir("zcore" , NULL); in zcore_init()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_debug.c | 492 priv->debug.debugfs_phy = debugfs_create_dir(KBUILD_MODNAME, in ath9k_htc_init_debug()
|
/linux-4.4.14/drivers/acpi/apei/ |
D | einj.c | 711 einj_debug_dir = debugfs_create_dir("einj", apei_get_debugfs_dir()); in einj_init()
|
D | apei-base.c | 758 dapei = debugfs_create_dir("apei", NULL); in apei_get_debugfs_dir()
|
/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() 456 card->debugfs_card_root = debugfs_create_dir(card->name, in soc_init_card_debugfs() 480 snd_soc_debugfs_root = debugfs_create_dir("asoc", NULL); in snd_soc_debugfs_init()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-debug.c | 657 bdisp->dbg.debugfs_entry = debugfs_create_dir(dirname, NULL); in bdisp_debugfs_create()
|
/linux-4.4.14/kernel/trace/ |
D | blktrace.c | 473 blk_tree_root = debugfs_create_dir("block", NULL); in do_blk_trace_setup() 481 dir = debugfs_create_dir(buts->name, blk_tree_root); in do_blk_trace_setup()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mr.c | 524 cache->root = debugfs_create_dir("mr_cache", dev->mdev->priv.dbg_root); in mlx5_mr_cache_debugfs_init() 531 ent->dir = debugfs_create_dir(ent->name, cache->root); in mlx5_mr_cache_debugfs_init()
|
/linux-4.4.14/fs/btrfs/ |
D | sysfs.c | 786 btrfs_debugfs_root_dentry = debugfs_create_dir("btrfs", NULL); in btrfs_init_debugfs()
|
/linux-4.4.14/fs/dlm/ |
D | debug_fs.c | 783 dlm_root = debugfs_create_dir("dlm", NULL); in dlm_register_debugfs()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | debugfs.c | 733 hsotg->debug_root = debugfs_create_dir(dev_name(hsotg->dev), NULL); in dwc2_debugfs_init()
|
/linux-4.4.14/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 1905 devdata->eth_debugfs_dir = debugfs_create_dir(netdev->name, in visornic_probe() 2094 visornic_debugfs_dir = debugfs_create_dir("visornic", NULL); in visornic_init()
|