Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_debugfs.c65 debugfs_create_u32("nlifs", 0400, ionic->dentry, in ionic_debugfs_add_sizes()
67 debugfs_create_u32("nintrs", 0400, ionic->dentry, &ionic->nintrs); in ionic_debugfs_add_sizes()
69 debugfs_create_u32("ntxqs_per_lif", 0400, ionic->dentry, in ionic_debugfs_add_sizes()
71 debugfs_create_u32("nrxqs_per_lif", 0400, ionic->dentry, in ionic_debugfs_add_sizes()
139 debugfs_create_u32("index", 0400, q_dentry, &q->index); in ionic_debugfs_add_qcq()
140 debugfs_create_u32("num_descs", 0400, q_dentry, &q->num_descs); in ionic_debugfs_add_qcq()
141 debugfs_create_u32("desc_size", 0400, q_dentry, &q->desc_size); in ionic_debugfs_add_qcq()
142 debugfs_create_u32("pid", 0400, q_dentry, &q->pid); in ionic_debugfs_add_qcq()
143 debugfs_create_u32("qid", 0400, q_dentry, &q->hw_index); in ionic_debugfs_add_qcq()
144 debugfs_create_u32("qtype", 0400, q_dentry, &q->hw_type); in ionic_debugfs_add_qcq()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx_debugfs.c40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
42 debugfs_create_u32("sha256_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
44 debugfs_create_u32("sha512_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
52 debugfs_create_u32("errors", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
54 debugfs_create_u32("last_error", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
56 debugfs_create_u32("last_error_pid", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsocinfo.c359 debugfs_create_u32("nmodem_supported", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
368 debugfs_create_u32("num_clusters", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
370 debugfs_create_u32("ncluster_array_offset", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
372 debugfs_create_u32("num_defective_parts", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
374 debugfs_create_u32("ndefective_parts_array_offset", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
380 debugfs_create_u32("nproduct_id", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
406 debugfs_create_u32("foundry_id", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
418 debugfs_create_u32("hardware_platform_subtype", 0400, in socinfo_debugfs_init()
426 debugfs_create_u32("accessory_chip", 0400, in socinfo_debugfs_init()
433 debugfs_create_u32("platform_version", 0400, in socinfo_debugfs_init()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dhwpoison-inject.c85 debugfs_create_u32("corrupt-filter-enable", 0600, hwpoison_dir, in pfn_inject_init()
88 debugfs_create_u32("corrupt-filter-dev-major", 0600, hwpoison_dir, in pfn_inject_init()
91 debugfs_create_u32("corrupt-filter-dev-minor", 0600, hwpoison_dir, in pfn_inject_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_vbif.c305 debugfs_create_u32("features", 0600, debugfs_vbif, in dpu_debugfs_vbif_init()
308 debugfs_create_u32("xin_halt_timeout", 0400, debugfs_vbif, in dpu_debugfs_vbif_init()
311 debugfs_create_u32("default_rd_ot_limit", 0400, debugfs_vbif, in dpu_debugfs_vbif_init()
314 debugfs_create_u32("default_wr_ot_limit", 0400, debugfs_vbif, in dpu_debugfs_vbif_init()
327 debugfs_create_u32(vbif_name, 0400, debugfs_vbif, in dpu_debugfs_vbif_init()
341 debugfs_create_u32(vbif_name, 0400, debugfs_vbif, in dpu_debugfs_vbif_init()
H A Ddpu_core_perf.c494 debugfs_create_u32("enable_bw_release", 0600, entry, in dpu_core_perf_debugfs_init()
496 debugfs_create_u32("threshold_low", 0600, entry, in dpu_core_perf_debugfs_init()
498 debugfs_create_u32("threshold_high", 0600, entry, in dpu_core_perf_debugfs_init()
500 debugfs_create_u32("min_core_ib", 0600, entry, in dpu_core_perf_debugfs_init()
502 debugfs_create_u32("min_llcc_ib", 0600, entry, in dpu_core_perf_debugfs_init()
504 debugfs_create_u32("min_dram_ib", 0600, entry, in dpu_core_perf_debugfs_init()
/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Ddebug.c176 debugfs_create_u32("trace_cmdbuf", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init()
181 debugfs_create_u32("force_timeout_pid", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init()
183 debugfs_create_u32("force_timeout_val", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init()
185 debugfs_create_u32("force_timeout_channel", S_IRUGO|S_IWUSR, de, in host1x_debugfs_init()
/OK3568_Linux_fs/kernel/drivers/misc/genwqe/
H A Dcard_debugfs.c334 debugfs_create_u32("ddcb_software_timeout", 0666, root, in genwqe_init_debugfs()
336 debugfs_create_u32("kill_timeout", 0666, root, &cd->kill_timeout); in genwqe_init_debugfs()
361 debugfs_create_u32(name, 0666, root, in genwqe_init_debugfs()
368 debugfs_create_u32("skip_recovery", 0666, root, &cd->skip_recovery); in genwqe_init_debugfs()
369 debugfs_create_u32("use_platform_recovery", 0666, root, in genwqe_init_debugfs()
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_virtio.c628 debugfs_create_u32("rx-napi-complete", 0400, cfv->debugfs, in debugfs_init()
630 debugfs_create_u32("rx-napi-resched", 0400, cfv->debugfs, in debugfs_init()
632 debugfs_create_u32("rx-nomem", 0400, cfv->debugfs, in debugfs_init()
634 debugfs_create_u32("rx-kicks", 0400, cfv->debugfs, in debugfs_init()
636 debugfs_create_u32("tx-full-ring", 0400, cfv->debugfs, in debugfs_init()
638 debugfs_create_u32("tx-no-mem", 0400, cfv->debugfs, in debugfs_init()
640 debugfs_create_u32("tx-kicks", 0400, cfv->debugfs, in debugfs_init()
642 debugfs_create_u32("tx-flow-on", 0400, cfv->debugfs, in debugfs_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c393 debugfs_create_u32("dfs_hw_pattern", 0400, dir, &dev->hw_pattern); in mt7615_init_debugfs()
397 debugfs_create_u32("pulse_period", 0600, dir, in mt7615_init_debugfs()
410 debugfs_create_u32("rf_wfidx", 0600, dir, &dev->debugfs_rf_wf); in mt7615_init_debugfs()
411 debugfs_create_u32("rf_regidx", 0600, dir, &dev->debugfs_rf_reg); in mt7615_init_debugfs()
/OK3568_Linux_fs/kernel/drivers/opp/
H A Ddebugfs.c69 debugfs_create_u32("peak_bw", S_IRUGO, d, in opp_debug_create_bw()
71 debugfs_create_u32("avg_bw", S_IRUGO, d, in opp_debug_create_bw()
132 debugfs_create_u32("performance_state", S_IRUGO, d, &opp->pstate); in opp_debug_create_one()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Ddebugfs.c134 debugfs_create_u32("temp_mode", 0400, dir, &dev->temp_mode); in mt7601u_init_debugfs()
136 debugfs_create_u32("regidx", 0600, dir, &dev->debugfs_reg); in mt7601u_init_debugfs()
/OK3568_Linux_fs/kernel/lib/
H A Dfault-inject.c214 debugfs_create_u32("verbose_ratelimit_interval_ms", mode, dir, in fault_create_debugfs_attr()
216 debugfs_create_u32("verbose_ratelimit_burst", mode, dir, in fault_create_debugfs_attr()
/OK3568_Linux_fs/kernel/drivers/net/netdevsim/
H A Dudp_tunnels.c147 debugfs_create_u32("udp_ports_inject_error", 0600, in nsim_udp_tunnels_info_create()
215 debugfs_create_u32("udp_ports_sleep", 0600, nsim_dev->ddir, in nsim_udp_tunnels_debugfs_create()
H A Dbpf.c242 debugfs_create_u32("id", 0400, state->ddir, &prog->aux->id); in nsim_bpf_create_prog()
604 debugfs_create_u32("bpf_bind_verifier_delay", 0600, nsim_dev->ddir, in nsim_bpf_dev_init()
629 debugfs_create_u32("bpf_offloaded_id", 0400, ddir, in nsim_bpf_init()
/OK3568_Linux_fs/kernel/kernel/dma/
H A Ddebug.c802 debugfs_create_u32("error_count", 0444, dentry, &error_count); in dma_debug_fs_init()
803 debugfs_create_u32("all_errors", 0644, dentry, &show_all_errors); in dma_debug_fs_init()
804 debugfs_create_u32("num_errors", 0644, dentry, &show_num_errors); in dma_debug_fs_init()
805 debugfs_create_u32("num_free_entries", 0444, dentry, &num_free_entries); in dma_debug_fs_init()
806 debugfs_create_u32("min_free_entries", 0444, dentry, &min_free_entries); in dma_debug_fs_init()
807 debugfs_create_u32("nr_total_entries", 0444, dentry, &nr_total_entries); in dma_debug_fs_init()
/OK3568_Linux_fs/kernel/drivers/dma/dw-edma/
H A Ddw-edma-v0-debugfs.c300 debugfs_create_u32("version", 0444, base_dir, &dw->version); in dw_edma_v0_debugfs_on()
301 debugfs_create_u32("mode", 0444, base_dir, &dw->mode); in dw_edma_v0_debugfs_on()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci/
H A Dssv_hci.c655 debugfs_create_u32("TXQ_mask", 00444, ctrl_hci->debugfs_dir, &ctrl_hci->txq_mask); in ssv6xxx_hci_init_debugfs()
656debugfs_create_u32("hci_isr_mib_enable", 00644, ctrl_hci->debugfs_dir, &ctrl_hci->isr_mib_enable); in ssv6xxx_hci_init_debugfs()
657 debugfs_create_u32("hci_isr_mib_reset", 00644, ctrl_hci->debugfs_dir, &ctrl_hci->isr_mib_reset); in ssv6xxx_hci_init_debugfs()
661 debugfs_create_u32("tx_io_count", 00444, ctrl_hci->debugfs_dir, &ctrl_hci->isr_tx_io_count); in ssv6xxx_hci_init_debugfs()
662 debugfs_create_u32("rx_io_count", 00444, ctrl_hci->debugfs_dir, &ctrl_hci->isr_rx_io_count); in ssv6xxx_hci_init_debugfs()
/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c82 debugfs_create_u32("pkg_thres_interrupt", S_IRUGO, debugfs, in pkg_temp_debugfs_init()
84 debugfs_create_u32("pkg_thres_work", S_IRUGO, debugfs, in pkg_temp_debugfs_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddebugfs.h113 void debugfs_create_u32(const char *name, umode_t mode, struct dentry *parent,
264 static inline void debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32() function
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dsetup.c196 debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip); in debugfs_tlb()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Ddebugfs.c109 debugfs_create_u32("reset_test", 0600, dir, &dev->reset_test); in mt7603_init_debugfs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Ddebugfs.c102 debugfs_create_u32("regidx", 0600, dir, &dev->debugfs_reg); in mt76_register_debugfs()
H A Dmt76x02_debugfs.c138 debugfs_create_u32("tx_hang_reset", 0400, dir, &dev->tx_hang_reset); in mt76x02_init_debugfs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dampdu.c685 debugfs_create_u32("total_BA", 00644, sta_debugfs_dir, in ssv6200_ampdu_tx_init_debugfs()
709 debugfs_create_u32("total", 00444, ampdu_tx_debugfs_dir, in ssv6200_ampdu_tx_init_debugfs()
711 debugfs_create_u32("retry", 00444, ampdu_tx_debugfs_dir, in ssv6200_ampdu_tx_init_debugfs()
713 debugfs_create_u32("aggr_retry", 00444, ampdu_tx_debugfs_dir, in ssv6200_ampdu_tx_init_debugfs()
715 debugfs_create_u32("BAR", 00444, ampdu_tx_debugfs_dir, in ssv6200_ampdu_tx_init_debugfs()
717 debugfs_create_u32("Discarded", 00444, ampdu_tx_debugfs_dir, in ssv6200_ampdu_tx_init_debugfs()
719 debugfs_create_u32("BA", 00444, ampdu_tx_debugfs_dir, in ssv6200_ampdu_tx_init_debugfs()
721 debugfs_create_u32("Pass", 00444, ampdu_tx_debugfs_dir, in ssv6200_ampdu_tx_init_debugfs()
727 debugfs_create_u32(dist_dbg_name, 00444, ampdu_tx_debugfs_dir, in ssv6200_ampdu_tx_init_debugfs()

1234