/Linux-v4.19/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-v4.19/mm/ |
D | hwpoison-inject.c | 100 dentry = debugfs_create_u32("corrupt-filter-enable", 0600, in pfn_inject_init() 105 dentry = debugfs_create_u32("corrupt-filter-dev-major", 0600, in pfn_inject_init() 110 dentry = debugfs_create_u32("corrupt-filter-dev-minor", 0600, in pfn_inject_init()
|
/Linux-v4.19/drivers/gpu/host1x/ |
D | debug.c | 184 debugfs_create_u32("trace_cmdbuf", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init() 189 debugfs_create_u32("force_timeout_pid", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init() 191 debugfs_create_u32("force_timeout_val", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init() 193 debugfs_create_u32("force_timeout_channel", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_vbif.c | 341 debugfs_create_u32("features", 0600, debugfs_vbif, in dpu_debugfs_vbif_init() 344 debugfs_create_u32("xin_halt_timeout", 0400, debugfs_vbif, in dpu_debugfs_vbif_init() 347 debugfs_create_u32("default_rd_ot_limit", 0400, debugfs_vbif, in dpu_debugfs_vbif_init() 350 debugfs_create_u32("default_wr_ot_limit", 0400, debugfs_vbif, in dpu_debugfs_vbif_init() 363 debugfs_create_u32(vbif_name, 0400, debugfs_vbif, in dpu_debugfs_vbif_init() 377 debugfs_create_u32(vbif_name, 0400, debugfs_vbif, in dpu_debugfs_vbif_init()
|
D | dpu_core_perf.c | 569 debugfs_create_u32("enable_bw_release", 0600, perf->debugfs_root, in dpu_core_perf_debugfs_init() 571 debugfs_create_u32("threshold_low", 0600, perf->debugfs_root, in dpu_core_perf_debugfs_init() 573 debugfs_create_u32("threshold_high", 0600, perf->debugfs_root, in dpu_core_perf_debugfs_init() 575 debugfs_create_u32("min_core_ib", 0600, perf->debugfs_root, in dpu_core_perf_debugfs_init() 577 debugfs_create_u32("min_llcc_ib", 0600, perf->debugfs_root, in dpu_core_perf_debugfs_init() 579 debugfs_create_u32("min_dram_ib", 0600, perf->debugfs_root, in dpu_core_perf_debugfs_init()
|
/Linux-v4.19/drivers/net/caif/ |
D | caif_virtio.c | 632 debugfs_create_u32("rx-napi-complete", 0400, cfv->debugfs, in debugfs_init() 634 debugfs_create_u32("rx-napi-resched", 0400, cfv->debugfs, in debugfs_init() 636 debugfs_create_u32("rx-nomem", 0400, cfv->debugfs, in debugfs_init() 638 debugfs_create_u32("rx-kicks", 0400, cfv->debugfs, in debugfs_init() 640 debugfs_create_u32("tx-full-ring", 0400, cfv->debugfs, in debugfs_init() 642 debugfs_create_u32("tx-no-mem", 0400, cfv->debugfs, in debugfs_init() 644 debugfs_create_u32("tx-kicks", 0400, cfv->debugfs, in debugfs_init() 646 debugfs_create_u32("tx-flow-on", 0400, cfv->debugfs, in debugfs_init()
|
/Linux-v4.19/drivers/misc/genwqe/ |
D | card_debugfs.c | 378 file = debugfs_create_u32("ddcb_software_timeout", 0666, root, in genwqe_init_debugfs() 385 file = debugfs_create_u32("kill_timeout", 0666, root, in genwqe_init_debugfs() 457 file = debugfs_create_u32(name, 0666, root, in genwqe_init_debugfs() 479 file = debugfs_create_u32("skip_recovery", 0666, root, in genwqe_init_debugfs() 486 file = debugfs_create_u32("use_platform_recovery", 0666, root, in genwqe_init_debugfs()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/ |
D | debugfs.c | 164 debugfs_create_u32("temp_mode", 0400, dir, &dev->temp_mode); in mt7601u_init_debugfs() 166 debugfs_create_u32("regidx", 0600, dir, &dev->debugfs_reg); in mt7601u_init_debugfs()
|
/Linux-v4.19/lib/ |
D | fault-inject.c | 223 if (!debugfs_create_u32("verbose_ratelimit_interval_ms", mode, dir, in fault_create_debugfs_attr() 226 if (!debugfs_create_u32("verbose_ratelimit_burst", mode, dir, in fault_create_debugfs_attr()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | debugfs.c | 68 debugfs_create_u32("regidx", 0600, dir, &dev->debugfs_reg); in mt76_register_debugfs()
|
/Linux-v4.19/arch/microblaze/kernel/ |
D | setup.c | 208 d = debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip); in debugfs_tlb()
|
/Linux-v4.19/drivers/thermal/ |
D | x86_pkg_temp_thermal.c | 98 d = debugfs_create_u32("pkg_thres_interrupt", S_IRUGO, debugfs, in pkg_temp_debugfs_init() 103 d = debugfs_create_u32("pkg_thres_work", S_IRUGO, debugfs, in pkg_temp_debugfs_init()
|
/Linux-v4.19/include/linux/ |
D | debugfs.h | 104 struct dentry *debugfs_create_u32(const char *name, umode_t mode, 262 static inline struct dentry *debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32() function
|
/Linux-v4.19/drivers/net/netdevsim/ |
D | bpf.c | 248 debugfs_create_u32("id", 0400, state->ddir, &prog->aux->id); in nsim_bpf_create_prog() 606 debugfs_create_u32("bpf_offloaded_id", 0400, ns->ddir, in nsim_bpf_init() 612 debugfs_create_u32("bpf_bind_verifier_delay", 0600, ns->ddir, in nsim_bpf_init()
|
/Linux-v4.19/kernel/dma/ |
D | debug.c | 900 error_count_dent = debugfs_create_u32("error_count", 0444, in dma_debug_fs_init() 905 show_all_errors_dent = debugfs_create_u32("all_errors", 0644, in dma_debug_fs_init() 911 show_num_errors_dent = debugfs_create_u32("num_errors", 0644, in dma_debug_fs_init() 917 num_free_entries_dent = debugfs_create_u32("num_free_entries", 0444, in dma_debug_fs_init() 923 min_free_entries_dent = debugfs_create_u32("min_free_entries", 0444, in dma_debug_fs_init()
|
/Linux-v4.19/drivers/opp/ |
D | debugfs.c | 113 if (!debugfs_create_u32("performance_state", S_IRUGO, d, &opp->pstate)) in opp_debug_create_one()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | debugfs.c | 160 debugfs_create_u32("regidx", S_IRUSR | S_IWUSR, dir, &dev->debugfs_reg); in mt76x0_init_debugfs()
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_qca.c | 569 debugfs_create_u32("vote_on_ms", mode, ibs_dir, &qca->vote_on_ms); in qca_debugfs_init() 570 debugfs_create_u32("vote_off_ms", mode, ibs_dir, &qca->vote_off_ms); in qca_debugfs_init() 574 debugfs_create_u32("wake_retrans", mode, ibs_dir, &qca->wake_retrans); in qca_debugfs_init() 575 debugfs_create_u32("tx_idle_delay", mode, ibs_dir, in qca_debugfs_init()
|
/Linux-v4.19/drivers/nvdimm/ |
D | btt.c | 244 debugfs_create_u32("internal_lbasize", S_IRUGO, d, in arena_debugfs_init() 247 debugfs_create_u32("external_lbasize", S_IRUGO, d, in arena_debugfs_init() 249 debugfs_create_u32("nfree", S_IRUGO, d, &a->nfree); in arena_debugfs_init() 259 debugfs_create_u32("log_index_0", S_IRUGO, d, &a->log_index[0]); in arena_debugfs_init() 260 debugfs_create_u32("log_index_1", S_IRUGO, d, &a->log_index[1]); in arena_debugfs_init()
|
/Linux-v4.19/drivers/iommu/ |
D | omap-iommu-debug.c | 277 d = debugfs_create_u32("nr_tlb_entries", 0400, obj->debug_dir, in omap_iommu_debugfs_add()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | dtl.c | 368 buf_entries_file = debugfs_create_u32("dtl_buf_entries", 0400, in dtl_init()
|
/Linux-v4.19/drivers/net/wimax/i2400m/ |
D | debugfs.c | 281 fd = debugfs_create_u32("state", 0600, dentry, in i2400m_debugfs_add()
|
/Linux-v4.19/fs/debugfs/ |
D | file.c | 496 struct dentry *debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32() function 502 EXPORT_SYMBOL_GPL(debugfs_create_u32);
|
/Linux-v4.19/net/mac80211/ |
D | debugfs.c | 348 debugfs_create_u32(#name, 0400, statsd, &local->name);
|
/Linux-v4.19/drivers/clk/ |
D | clk.c | 2816 debugfs_create_u32("clk_phase", 0444, root, &core->phase); in clk_debug_create_one() 2818 debugfs_create_u32("clk_prepare_count", 0444, root, &core->prepare_count); in clk_debug_create_one() 2819 debugfs_create_u32("clk_enable_count", 0444, root, &core->enable_count); in clk_debug_create_one() 2820 debugfs_create_u32("clk_protect_count", 0444, root, &core->protect_count); in clk_debug_create_one() 2821 debugfs_create_u32("clk_notifier_count", 0444, root, &core->notifier_count); in clk_debug_create_one()
|