/linux-4.1.27/drivers/crypto/nx/ |
D | nx_debugfs.c | 52 debugfs_create_u32("aes_ops", in nx_debugfs_init() 56 debugfs_create_u32("sha256_ops", in nx_debugfs_init() 61 debugfs_create_u32("sha512_ops", in nx_debugfs_init() 81 debugfs_create_u32("errors", in nx_debugfs_init() 85 debugfs_create_u32("last_error", in nx_debugfs_init() 90 debugfs_create_u32("last_error_pid", in nx_debugfs_init()
|
/linux-4.1.27/arch/x86/xen/ |
D | spinlock.c | 331 debugfs_create_u32("taken_slow", 0444, d_spin_debug, in xen_spinlock_debugfs() 333 debugfs_create_u32("taken_slow_pickup", 0444, d_spin_debug, in xen_spinlock_debugfs() 335 debugfs_create_u32("taken_slow_spurious", 0444, d_spin_debug, in xen_spinlock_debugfs() 338 debugfs_create_u32("released_slow", 0444, d_spin_debug, in xen_spinlock_debugfs() 340 debugfs_create_u32("released_slow_kicked", 0444, d_spin_debug, in xen_spinlock_debugfs()
|
/linux-4.1.27/mm/ |
D | hwpoison-inject.c | 104 dentry = debugfs_create_u32("corrupt-filter-enable", 0600, in pfn_inject_init() 109 dentry = debugfs_create_u32("corrupt-filter-dev-major", 0600, in pfn_inject_init() 114 dentry = debugfs_create_u32("corrupt-filter-dev-minor", 0600, in pfn_inject_init()
|
D | page_alloc.c | 1849 if (!debugfs_create_u32("min-order", mode, dir, in fail_page_alloc_debugfs()
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | debug.c | 169 debugfs_create_u32("trace_cmdbuf", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init() 174 debugfs_create_u32("force_timeout_pid", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init() 176 debugfs_create_u32("force_timeout_val", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init() 178 debugfs_create_u32("force_timeout_channel", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init()
|
/linux-4.1.27/drivers/net/caif/ |
D | caif_virtio.c | 632 debugfs_create_u32("rx-napi-complete", S_IRUSR, cfv->debugfs, in debugfs_init() 634 debugfs_create_u32("rx-napi-resched", S_IRUSR, cfv->debugfs, in debugfs_init() 636 debugfs_create_u32("rx-nomem", S_IRUSR, cfv->debugfs, in debugfs_init() 638 debugfs_create_u32("rx-kicks", S_IRUSR, cfv->debugfs, in debugfs_init() 640 debugfs_create_u32("tx-full-ring", S_IRUSR, cfv->debugfs, in debugfs_init() 642 debugfs_create_u32("tx-no-mem", S_IRUSR, cfv->debugfs, in debugfs_init() 644 debugfs_create_u32("tx-kicks", S_IRUSR, cfv->debugfs, in debugfs_init() 646 debugfs_create_u32("tx-flow-on", S_IRUSR, cfv->debugfs, in debugfs_init()
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_debugfs.c | 382 file = debugfs_create_u32("ddcb_software_timeout", 0666, root, in genwqe_init_debugfs() 389 file = debugfs_create_u32("kill_timeout", 0666, root, in genwqe_init_debugfs() 461 file = debugfs_create_u32(name, 0666, root, in genwqe_init_debugfs() 483 file = debugfs_create_u32("skip_recovery", 0666, root, in genwqe_init_debugfs() 490 file = debugfs_create_u32("use_platform_recovery", 0666, root, in genwqe_init_debugfs()
|
/linux-4.1.27/arch/x86/kernel/ |
D | kvm.c | 679 debugfs_create_u32("taken_slow", 0444, d_spin_debug, in kvm_spinlock_debugfs() 681 debugfs_create_u32("taken_slow_pickup", 0444, d_spin_debug, in kvm_spinlock_debugfs() 684 debugfs_create_u32("released_slow", 0444, d_spin_debug, in kvm_spinlock_debugfs() 686 debugfs_create_u32("released_slow_kicked", 0444, d_spin_debug, in kvm_spinlock_debugfs()
|
/linux-4.1.27/lib/ |
D | fault-inject.c | 211 if (!debugfs_create_u32("verbose_ratelimit_interval_ms", mode, dir, in fault_create_debugfs_attr() 214 if (!debugfs_create_u32("verbose_ratelimit_burst", mode, dir, in fault_create_debugfs_attr()
|
D | dma-debug.c | 887 error_count_dent = debugfs_create_u32("error_count", 0444, in dma_debug_fs_init() 892 show_all_errors_dent = debugfs_create_u32("all_errors", 0644, in dma_debug_fs_init() 898 show_num_errors_dent = debugfs_create_u32("num_errors", 0644, in dma_debug_fs_init() 904 num_free_entries_dent = debugfs_create_u32("num_free_entries", 0444, in dma_debug_fs_init() 910 min_free_entries_dent = debugfs_create_u32("min_free_entries", 0444, in dma_debug_fs_init()
|
/linux-4.1.27/include/linux/ |
D | debugfs.h | 79 struct dentry *debugfs_create_u32(const char *name, umode_t mode, 184 static inline struct dentry *debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32() function
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | setup.c | 219 d = debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip); in debugfs_tlb()
|
/linux-4.1.27/drivers/thermal/ |
D | x86_pkg_temp_thermal.c | 102 d = debugfs_create_u32("pkg_thres_interrupt", S_IRUGO, debugfs, in pkg_temp_debugfs_init() 107 d = debugfs_create_u32("pkg_thres_work", S_IRUGO, debugfs, in pkg_temp_debugfs_init()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | debug.c | 1329 debugfs_create_u32("qlen_bk", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1331 debugfs_create_u32("qlen_be", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1333 debugfs_create_u32("qlen_vi", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1335 debugfs_create_u32("qlen_vo", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1369 debugfs_create_u32("gpio_mask", S_IRUSR | S_IWUSR, in ath9k_init_debug() 1371 debugfs_create_u32("gpio_val", S_IRUSR | S_IWUSR, in ath9k_init_debug()
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 199 struct dentry *debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32() function 211 EXPORT_SYMBOL_GPL(debugfs_create_u32);
|
/linux-4.1.27/drivers/crypto/caam/ |
D | ctrl.c | 669 debugfs_create_u32("fault_detail", in caam_probe() 673 debugfs_create_u32("fault_status", in caam_probe()
|
/linux-4.1.27/drivers/clk/ |
D | clk.c | 313 d = debugfs_create_u32("clk_rate", S_IRUGO, clk->dentry, in clk_debug_create_one() 318 d = debugfs_create_u32("clk_accuracy", S_IRUGO, clk->dentry, in clk_debug_create_one() 323 d = debugfs_create_u32("clk_phase", S_IRUGO, clk->dentry, in clk_debug_create_one() 333 d = debugfs_create_u32("clk_prepare_count", S_IRUGO, clk->dentry, in clk_debug_create_one() 338 d = debugfs_create_u32("clk_enable_count", S_IRUGO, clk->dentry, in clk_debug_create_one() 343 d = debugfs_create_u32("clk_notifier_count", S_IRUGO, clk->dentry, in clk_debug_create_one()
|
/linux-4.1.27/arch/arc/kernel/ |
D | troubleshoot.c | 318 debugfs_create_u32("clr_on_read", 0444, test_dir, &clr_on_read); in arc_debugfs_init()
|
/linux-4.1.27/drivers/mmc/core/ |
D | debugfs.c | 234 if (!debugfs_create_u32("clk_delay", (S_IRUSR | S_IWUSR), in mmc_add_host_debugfs()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | dtl.c | 369 buf_entries_file = debugfs_create_u32("dtl_buf_entries", 0400, in dtl_init()
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | debugfs.c | 281 fd = debugfs_create_u32("state", 0600, dentry, in i2400m_debugfs_add()
|
/linux-4.1.27/net/mac80211/ |
D | debugfs.c | 223 debugfs_create_u32(#name, 0400, statsd, (u32 *) &field);
|
D | debugfs_sta.c | 400 debugfs_create_u32(#name, 0400, sta->debugfs.dir, \
|
D | rc80211_minstrel.c | 685 mp->dbg_fixed_rate = debugfs_create_u32("fixed_rate_idx", in minstrel_alloc()
|
/linux-4.1.27/drivers/regulator/ |
D | core.c | 1218 debugfs_create_u32("uA_load", 0444, regulator->debugfs, in create_regulator() 1220 debugfs_create_u32("min_uV", 0444, regulator->debugfs, in create_regulator() 1222 debugfs_create_u32("max_uV", 0444, regulator->debugfs, in create_regulator() 3587 debugfs_create_u32("use_count", 0444, rdev->debugfs, in rdev_init_debugfs() 3589 debugfs_create_u32("open_count", 0444, rdev->debugfs, in rdev_init_debugfs() 3591 debugfs_create_u32("bypass_count", 0444, rdev->debugfs, in rdev_init_debugfs()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | traps.c | 1908 d = debugfs_create_u32("do_warn", S_IRUGO | S_IWUSR, dir, in ppc_warn_emulated_init() 1914 d = debugfs_create_u32(entries[i].name, S_IRUGO | S_IWUSR, dir, in ppc_warn_emulated_init()
|
/linux-4.1.27/arch/mips/kernel/ |
D | unaligned.c | 2233 d = debugfs_create_u32("unaligned_instructions", S_IRUGO, in debugfs_unaligned() 2237 d = debugfs_create_u32("unaligned_action", S_IRUGO | S_IWUSR, in debugfs_unaligned()
|
/linux-4.1.27/net/batman-adv/ |
D | network-coding.c | 1920 file = debugfs_create_u32("max_fwd_delay", S_IRUGO | S_IWUSR, nc_dir, in batadv_nc_init_debugfs() 1925 file = debugfs_create_u32("max_buffer_time", S_IRUGO | S_IWUSR, nc_dir, in batadv_nc_init_debugfs()
|
/linux-4.1.27/Documentation/filesystems/ |
D | debugfs.txt | 63 struct dentry *debugfs_create_u32(const char *name, umode_t mode,
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | mr.c | 536 ent->fcur = debugfs_create_u32("cur", 0400, ent->dir, in mlx5_mr_cache_debugfs_init() 541 ent->fmiss = debugfs_create_u32("miss", 0600, ent->dir, in mlx5_mr_cache_debugfs_init()
|
/linux-4.1.27/drivers/platform/x86/ |
D | samsung-laptop.c | 1320 dent = debugfs_create_u32("d0", S_IRUGO | S_IWUSR, samsung->debug.root, in samsung_debugfs_init() 1325 dent = debugfs_create_u32("d1", S_IRUGO | S_IWUSR, samsung->debug.root, in samsung_debugfs_init()
|
D | acer-wmi.c | 2176 interface->debug.devices = debugfs_create_u32("devices", S_IRUGO, in create_debugfs()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | clock.c | 1039 d = debugfs_create_u32("rate", S_IRUGO, c->dent, (u32 *)&c->rate); in clk_debugfs_register_one()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00debug.c | 704 debugfs_create_u32(__stringify(__name) "_offset", \ in rt2x00debug_register()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | atmel_usba_udc.c | 221 = debugfs_create_u32("dma_status", 0400, ep_root, in usba_ep_init_debugfs() 228 = debugfs_create_u32("state", 0400, ep_root, in usba_ep_init_debugfs()
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 1334 platformnumber_debugfs_read = debugfs_create_u32( in uislib_mod_init()
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 1478 debugfs_create_u32("rqwait_usecs", S_IRUSR | S_IWUSR, in virthba_mod_init()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 335 f = debugfs_create_u32(tbl[i].name, tbl[i].mode, dbg, in wil6210_debugfs_init_offset()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs.c | 1573 if (!debugfs_create_u32("last_netdetect_scans", S_IRUSR, in iwl_mvm_dbgfs_register()
|
/linux-4.1.27/drivers/mmc/host/ |
D | atmel-mci.c | 496 node = debugfs_create_u32("state", S_IRUSR, root, (u32 *)&host->state); in atmci_init_debugfs()
|
D | dw_mmc.c | 211 node = debugfs_create_u32("state", S_IRUSR, root, (u32 *)&host->state); in dw_mci_init_debugfs()
|
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 472 card->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0644, in soc_init_card_debugfs()
|
D | soc-pcm.c | 1101 dpcm->debugfs_state = debugfs_create_u32(be->dai_link->name, 0644, in dpcm_be_connect()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | debugfs.c | 65 __tmp = debugfs_create_u32(#name, mode, \
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 3210 debugfs_create_u32("console_interval", 0644, dentry, in brcmf_sdio_debugfs_create()
|