Home
last modified time | relevance | path

Searched refs:debugfs_create_u32 (Results 1 – 45 of 45) sorted by relevance

/linux-4.1.27/drivers/crypto/nx/
Dnx_debugfs.c52 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/
Dspinlock.c331 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/
Dhwpoison-inject.c104 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()
Dpage_alloc.c1849 if (!debugfs_create_u32("min-order", mode, dir, in fail_page_alloc_debugfs()
/linux-4.1.27/drivers/gpu/host1x/
Ddebug.c169 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/
Dcaif_virtio.c632 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/
Dcard_debugfs.c382 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/
Dkvm.c679 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/
Dfault-inject.c211 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()
Ddma-debug.c887 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/
Ddebugfs.h79 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/
Dsetup.c219 d = debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip); in debugfs_tlb()
/linux-4.1.27/drivers/thermal/
Dx86_pkg_temp_thermal.c102 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/
Ddebug.c1329 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/
Dfile.c199 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/
Dctrl.c669 debugfs_create_u32("fault_detail", in caam_probe()
673 debugfs_create_u32("fault_status", in caam_probe()
/linux-4.1.27/drivers/clk/
Dclk.c313 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/
Dtroubleshoot.c318 debugfs_create_u32("clr_on_read", 0444, test_dir, &clr_on_read); in arc_debugfs_init()
/linux-4.1.27/drivers/mmc/core/
Ddebugfs.c234 if (!debugfs_create_u32("clk_delay", (S_IRUSR | S_IWUSR), in mmc_add_host_debugfs()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Ddtl.c369 buf_entries_file = debugfs_create_u32("dtl_buf_entries", 0400, in dtl_init()
/linux-4.1.27/drivers/net/wimax/i2400m/
Ddebugfs.c281 fd = debugfs_create_u32("state", 0600, dentry, in i2400m_debugfs_add()
/linux-4.1.27/net/mac80211/
Ddebugfs.c223 debugfs_create_u32(#name, 0400, statsd, (u32 *) &field);
Ddebugfs_sta.c400 debugfs_create_u32(#name, 0400, sta->debugfs.dir, \
Drc80211_minstrel.c685 mp->dbg_fixed_rate = debugfs_create_u32("fixed_rate_idx", in minstrel_alloc()
/linux-4.1.27/drivers/regulator/
Dcore.c1218 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/
Dtraps.c1908 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/
Dunaligned.c2233 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/
Dnetwork-coding.c1920 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/
Ddebugfs.txt63 struct dentry *debugfs_create_u32(const char *name, umode_t mode,
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmr.c536 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/
Dsamsung-laptop.c1320 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()
Dacer-wmi.c2176 interface->debug.devices = debugfs_create_u32("devices", S_IRUGO, in create_debugfs()
/linux-4.1.27/arch/arm/mach-omap1/
Dclock.c1039 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/
Drt2x00debug.c704 debugfs_create_u32(__stringify(__name) "_offset", \ in rt2x00debug_register()
/linux-4.1.27/drivers/usb/gadget/udc/
Datmel_usba_udc.c221 = 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/
Duislib.c1334 platformnumber_debugfs_read = debugfs_create_u32( in uislib_mod_init()
/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c1478 debugfs_create_u32("rqwait_usecs", S_IRUSR | S_IWUSR, in virthba_mod_init()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Ddebugfs.c335 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/
Ddebugfs.c1573 if (!debugfs_create_u32("last_netdetect_scans", S_IRUSR, in iwl_mvm_dbgfs_register()
/linux-4.1.27/drivers/mmc/host/
Datmel-mci.c496 node = debugfs_create_u32("state", S_IRUSR, root, (u32 *)&host->state); in atmci_init_debugfs()
Ddw_mmc.c211 node = debugfs_create_u32("state", S_IRUSR, root, (u32 *)&host->state); in dw_mci_init_debugfs()
/linux-4.1.27/sound/soc/
Dsoc-core.c472 card->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0644, in soc_init_card_debugfs()
Dsoc-pcm.c1101 dpcm->debugfs_state = debugfs_create_u32(be->dai_link->name, 0644, in dpcm_be_connect()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c65 __tmp = debugfs_create_u32(#name, mode, \
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c3210 debugfs_create_u32("console_interval", 0644, dentry, in brcmf_sdio_debugfs_create()