Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/mm/
Dhwpoison-inject.c101 dentry = debugfs_create_u32("corrupt-filter-enable", 0600, in pfn_inject_init()
106 dentry = debugfs_create_u32("corrupt-filter-dev-major", 0600, in pfn_inject_init()
111 dentry = debugfs_create_u32("corrupt-filter-dev-minor", 0600, in pfn_inject_init()
Dpage_alloc.c2343 if (!debugfs_create_u32("min-order", mode, dir, in fail_page_alloc_debugfs()
/linux-4.4.14/arch/x86/xen/
Dspinlock.c387 debugfs_create_u32("taken_slow", 0444, d_spin_debug, in xen_spinlock_debugfs()
389 debugfs_create_u32("taken_slow_pickup", 0444, d_spin_debug, in xen_spinlock_debugfs()
391 debugfs_create_u32("taken_slow_spurious", 0444, d_spin_debug, in xen_spinlock_debugfs()
394 debugfs_create_u32("released_slow", 0444, d_spin_debug, in xen_spinlock_debugfs()
396 debugfs_create_u32("released_slow_kicked", 0444, d_spin_debug, in xen_spinlock_debugfs()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/net/wireless/mediatek/mt7601u/
Ddebugfs.c164 debugfs_create_u32("temp_mode", S_IRUSR, dir, &dev->temp_mode); in mt7601u_init_debugfs()
166 debugfs_create_u32("regidx", S_IRUSR | S_IWUSR, dir, &dev->debugfs_reg); in mt7601u_init_debugfs()
/linux-4.4.14/arch/x86/kernel/
Dkvm.c712 debugfs_create_u32("taken_slow", 0444, d_spin_debug, in kvm_spinlock_debugfs()
714 debugfs_create_u32("taken_slow_pickup", 0444, d_spin_debug, in kvm_spinlock_debugfs()
717 debugfs_create_u32("released_slow", 0444, d_spin_debug, in kvm_spinlock_debugfs()
719 debugfs_create_u32("released_slow_kicked", 0444, d_spin_debug, in kvm_spinlock_debugfs()
/linux-4.4.14/drivers/bluetooth/
Dhci_qca.c493 debugfs_create_u32("vote_on_ms", mode, ibs_dir, &qca->vote_on_ms); in qca_debugfs_init()
494 debugfs_create_u32("vote_off_ms", mode, ibs_dir, &qca->vote_off_ms); in qca_debugfs_init()
498 debugfs_create_u32("wake_retrans", mode, ibs_dir, &qca->wake_retrans); in qca_debugfs_init()
499 debugfs_create_u32("tx_idle_delay", mode, ibs_dir, in qca_debugfs_init()
/linux-4.4.14/include/linux/
Ddebugfs.h78 struct dentry *debugfs_create_u32(const char *name, umode_t mode,
191 static inline struct dentry *debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32() function
/linux-4.4.14/arch/microblaze/kernel/
Dsetup.c219 d = debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip); in debugfs_tlb()
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/ath9k/
Ddebug.c1331 debugfs_create_u32("qlen_bk", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1333 debugfs_create_u32("qlen_be", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1335 debugfs_create_u32("qlen_vi", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1337 debugfs_create_u32("qlen_vo", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1371 debugfs_create_u32("gpio_mask", S_IRUSR | S_IWUSR, in ath9k_init_debug()
1373 debugfs_create_u32("gpio_val", S_IRUSR | S_IWUSR, in ath9k_init_debug()
/linux-4.4.14/fs/debugfs/
Dfile.c191 struct dentry *debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32() function
197 EXPORT_SYMBOL_GPL(debugfs_create_u32);
/linux-4.4.14/drivers/crypto/caam/
Dctrl.c757 debugfs_create_u32("fault_detail", in caam_probe()
761 debugfs_create_u32("fault_status", in caam_probe()
/linux-4.4.14/arch/arc/kernel/
Dtroubleshoot.c334 debugfs_create_u32("clr_on_read", 0444, test_dir, &clr_on_read); in arc_debugfs_init()
/linux-4.4.14/drivers/clk/
Dclk.c2121 d = debugfs_create_u32("clk_rate", S_IRUGO, core->dentry, in clk_debug_create_one()
2126 d = debugfs_create_u32("clk_accuracy", S_IRUGO, core->dentry, in clk_debug_create_one()
2131 d = debugfs_create_u32("clk_phase", S_IRUGO, core->dentry, in clk_debug_create_one()
2141 d = debugfs_create_u32("clk_prepare_count", S_IRUGO, core->dentry, in clk_debug_create_one()
2146 d = debugfs_create_u32("clk_enable_count", S_IRUGO, core->dentry, in clk_debug_create_one()
2151 d = debugfs_create_u32("clk_notifier_count", S_IRUGO, core->dentry, in clk_debug_create_one()
/linux-4.4.14/drivers/net/wimax/i2400m/
Ddebugfs.c281 fd = debugfs_create_u32("state", 0600, dentry, in i2400m_debugfs_add()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Ddtl.c369 buf_entries_file = debugfs_create_u32("dtl_buf_entries", 0400, in dtl_init()
/linux-4.4.14/net/mac80211/
Ddebugfs.c229 debugfs_create_u32(#name, 0400, statsd, &local->name);
Ddebugfs_sta.c329 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.4.14/drivers/nvdimm/
Dbtt.c219 debugfs_create_u32("internal_lbasize", S_IRUGO, d, in arena_debugfs_init()
222 debugfs_create_u32("external_lbasize", S_IRUGO, d, in arena_debugfs_init()
224 debugfs_create_u32("nfree", S_IRUGO, d, &a->nfree); in arena_debugfs_init()
/linux-4.4.14/drivers/block/
Dnbd.c918 f = debugfs_create_u32("timeout", 0444, dir, &nbd->xmit_timeout); in nbd_dev_dbg_init()
925 f = debugfs_create_u32("blocksize", 0444, dir, &nbd->blksize); in nbd_dev_dbg_init()
/linux-4.4.14/drivers/regulator/
Dcore.c1307 debugfs_create_u32("uA_load", 0444, regulator->debugfs, in create_regulator()
1309 debugfs_create_u32("min_uV", 0444, regulator->debugfs, in create_regulator()
1311 debugfs_create_u32("max_uV", 0444, regulator->debugfs, in create_regulator()
3821 debugfs_create_u32("use_count", 0444, rdev->debugfs, in rdev_init_debugfs()
3823 debugfs_create_u32("open_count", 0444, rdev->debugfs, in rdev_init_debugfs()
3825 debugfs_create_u32("bypass_count", 0444, rdev->debugfs, in rdev_init_debugfs()
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c1945 d = debugfs_create_u32("do_warn", S_IRUGO | S_IWUSR, dir, in ppc_warn_emulated_init()
1951 d = debugfs_create_u32(entries[i].name, S_IRUGO | S_IWUSR, dir, in ppc_warn_emulated_init()
/linux-4.4.14/net/batman-adv/
Dnetwork-coding.c1946 file = debugfs_create_u32("max_fwd_delay", S_IRUGO | S_IWUSR, nc_dir, in batadv_nc_init_debugfs()
1951 file = debugfs_create_u32("max_buffer_time", S_IRUGO | S_IWUSR, nc_dir, in batadv_nc_init_debugfs()
/linux-4.4.14/arch/mips/kernel/
Dunaligned.c2314 d = debugfs_create_u32("unaligned_instructions", S_IRUGO, in debugfs_unaligned()
2318 d = debugfs_create_u32("unaligned_action", S_IRUGO | S_IWUSR, in debugfs_unaligned()
/linux-4.4.14/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.c2092 interface->debug.devices = debugfs_create_u32("devices", S_IRUGO, in create_debugfs()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmr.c545 ent->fcur = debugfs_create_u32("cur", 0400, ent->dir, in mlx5_mr_cache_debugfs_init()
550 ent->fmiss = debugfs_create_u32("miss", 0600, ent->dir, in mlx5_mr_cache_debugfs_init()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00debug.c704 debugfs_create_u32(__stringify(__name) "_offset", \ in rt2x00debug_register()
/linux-4.4.14/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.4.14/Documentation/filesystems/
Ddebugfs.txt74 struct dentry *debugfs_create_u32(const char *name, umode_t mode,
/linux-4.4.14/drivers/usb/gadget/udc/
Datmel_usba_udc.c220 = debugfs_create_u32("dma_status", 0400, ep_root, in usba_ep_init_debugfs()
227 = debugfs_create_u32("state", 0400, ep_root, in usba_ep_init_debugfs()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Ddebugfs.c333 f = debugfs_create_u32(tbl[i].name, tbl[i].mode, dbg, in wil6210_debugfs_init_offset()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs.c1474 if (!debugfs_create_u32("last_netdetect_scans", S_IRUSR, in iwl_mvm_dbgfs_register()
/linux-4.4.14/drivers/mmc/host/
Datmel-mci.c495 node = debugfs_create_u32("state", S_IRUSR, root, (u32 *)&host->state); in atmci_init_debugfs()
Ddw_mmc.c209 node = debugfs_create_u32("state", S_IRUSR, root, (u32 *)&host->state); in dw_mci_init_debugfs()
/linux-4.4.14/sound/soc/
Dsoc-pcm.c1148 dpcm->debugfs_state = debugfs_create_u32(be->dai_link->name, 0644, in dpcm_be_connect()
Dsoc-core.c464 card->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0644, in soc_init_card_debugfs()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c65 __tmp = debugfs_create_u32(#name, mode, \
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c3214 debugfs_create_u32("console_interval", 0644, dentry, in brcmf_sdio_debugfs_create()