Home
last modified time | relevance | path

Searched refs:debugfs_create_file (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/Linux-v5.10/drivers/crypto/caam/
Ddebugfs.c40 debugfs_create_file("qi_congested", 0444, ctrlpriv->ctl, in caam_debugfs_qi_init()
58 debugfs_create_file("rq_dequeued", 0444, ctrlpriv->ctl, in caam_debugfs_init()
60 debugfs_create_file("ob_rq_encrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
62 debugfs_create_file("ib_rq_decrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
64 debugfs_create_file("ob_bytes_encrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
66 debugfs_create_file("ob_bytes_protected", 0444, ctrlpriv->ctl, in caam_debugfs_init()
68 debugfs_create_file("ib_bytes_decrypted", 0444, ctrlpriv->ctl, in caam_debugfs_init()
70 debugfs_create_file("ib_bytes_validated", 0444, ctrlpriv->ctl, in caam_debugfs_init()
74 debugfs_create_file("fault_addr", 0444, ctrlpriv->ctl, in caam_debugfs_init()
76 debugfs_create_file("fault_detail", 0444, ctrlpriv->ctl, in caam_debugfs_init()
[all …]
/Linux-v5.10/net/bluetooth/
Dhci_debugfs.c312 debugfs_create_file("features", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
320 debugfs_create_file("device_id", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
323 debugfs_create_file("device_list", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
325 debugfs_create_file("blacklist", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
327 debugfs_create_file("blocked_keys", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
329 debugfs_create_file("uuids", 0444, hdev->debugfs, hdev, &uuids_fops); in hci_debugfs_create_common()
330 debugfs_create_file("remote_oob", 0400, hdev->debugfs, hdev, in hci_debugfs_create_common()
333 debugfs_create_file("conn_info_min_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common()
335 debugfs_create_file("conn_info_max_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common()
339 debugfs_create_file("use_debug_keys", 0444, hdev->debugfs, in hci_debugfs_create_common()
[all …]
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_debugfs.c461 debugfs_create_file("hash_opts", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init()
464 debugfs_create_file("engine", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init()
487 debugfs_create_file("dec_hits", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
490 debugfs_create_file("type", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
493 debugfs_create_file("id", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init()
543 debugfs_create_file("sram", 0444, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
546 debugfs_create_file("valid", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
549 debugfs_create_file("lookup_id", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
552 debugfs_create_file("ai", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
555 debugfs_create_file("header_data", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init()
[all …]
/Linux-v5.10/drivers/misc/genwqe/
Dcard_debugfs.c331 debugfs_create_file("ddcb_info", S_IRUGO, root, cd, &ddcb_info_fops); in genwqe_init_debugfs()
332 debugfs_create_file("info", S_IRUGO, root, cd, &info_fops); in genwqe_init_debugfs()
344 debugfs_create_file("curr_regs", S_IRUGO, root, cd, &curr_regs_fops); in genwqe_init_debugfs()
345 debugfs_create_file("curr_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs()
347 debugfs_create_file("curr_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs()
349 debugfs_create_file("curr_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs()
351 debugfs_create_file("prev_regs", S_IRUGO, root, cd, &prev_regs_fops); in genwqe_init_debugfs()
352 debugfs_create_file("prev_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs()
354 debugfs_create_file("prev_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs()
356 debugfs_create_file("prev_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs()
[all …]
/Linux-v5.10/arch/x86/mm/
Ddebug_pagetables.c53 debugfs_create_file("kernel", 0400, dir, NULL, &ptdump_fops); in pt_dump_debug_init()
54 debugfs_create_file("current_kernel", 0400, dir, NULL, in pt_dump_debug_init()
58 debugfs_create_file("current_user", 0400, dir, NULL, in pt_dump_debug_init()
62 debugfs_create_file("efi", 0400, dir, NULL, &ptdump_efi_fops); in pt_dump_debug_init()
/Linux-v5.10/arch/x86/kvm/
Ddebugfs.c48 debugfs_create_file("tsc-offset", 0444, debugfs_dentry, vcpu, in kvm_arch_create_vcpu_debugfs()
52 debugfs_create_file("lapic_timer_advance_ns", 0444, in kvm_arch_create_vcpu_debugfs()
57 debugfs_create_file("tsc-scaling-ratio", 0444, in kvm_arch_create_vcpu_debugfs()
60 debugfs_create_file("tsc-scaling-ratio-frac-bits", 0444, in kvm_arch_create_vcpu_debugfs()
/Linux-v5.10/mm/
Dcma_debug.c172 debugfs_create_file("alloc", 0200, tmp, cma, &cma_alloc_fops); in cma_debugfs_add_one()
173 debugfs_create_file("free", 0200, tmp, cma, &cma_free_fops); in cma_debugfs_add_one()
174 debugfs_create_file("base_pfn", 0444, tmp, in cma_debugfs_add_one()
176 debugfs_create_file("count", 0444, tmp, &cma->count, &cma_debugfs_fops); in cma_debugfs_add_one()
177 debugfs_create_file("order_per_bit", 0444, tmp, in cma_debugfs_add_one()
179 debugfs_create_file("used", 0444, tmp, cma, &cma_used_fops); in cma_debugfs_add_one()
180 debugfs_create_file("maxchunk", 0444, tmp, cma, &cma_maxchunk_fops); in cma_debugfs_add_one()
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_debugfs.c90 debugfs_create_file("mqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
92 debugfs_create_file("hqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
94 debugfs_create_file("rls", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init()
96 debugfs_create_file("hang_hws", S_IFREG | 0200, debugfs_root, in kfd_debugfs_init()
/Linux-v5.10/drivers/hwmon/pmbus/
Dmax20730.c337 debugfs_create_file("vout_min", 0444, max20730_dir, in max20730_init_debugfs()
340 debugfs_create_file("frequency", 0444, max20730_dir, in max20730_init_debugfs()
343 debugfs_create_file("power_good_delay", 0444, max20730_dir, in max20730_init_debugfs()
346 debugfs_create_file("internal_gain", 0444, max20730_dir, in max20730_init_debugfs()
349 debugfs_create_file("boot_voltage", 0444, max20730_dir, in max20730_init_debugfs()
352 debugfs_create_file("out_voltage_ramp_rate", 0444, max20730_dir, in max20730_init_debugfs()
355 debugfs_create_file("oc_protection_mode", 0444, max20730_dir, in max20730_init_debugfs()
358 debugfs_create_file("soft_start_timing", 0444, max20730_dir, in max20730_init_debugfs()
361 debugfs_create_file("imax", 0444, max20730_dir, in max20730_init_debugfs()
364 debugfs_create_file("operation", 0444, max20730_dir, in max20730_init_debugfs()
[all …]
Dibm-cffps.c558 debugfs_create_file("input_history", 0444, ibm_cffps_dir, in ibm_cffps_probe()
561 debugfs_create_file("fru", 0444, ibm_cffps_dir, in ibm_cffps_probe()
564 debugfs_create_file("part_number", 0444, ibm_cffps_dir, in ibm_cffps_probe()
567 debugfs_create_file("header", 0444, ibm_cffps_dir, in ibm_cffps_probe()
570 debugfs_create_file("serial_number", 0444, ibm_cffps_dir, in ibm_cffps_probe()
573 debugfs_create_file("max_power_out", 0444, ibm_cffps_dir, in ibm_cffps_probe()
576 debugfs_create_file("ccin", 0444, ibm_cffps_dir, in ibm_cffps_probe()
579 debugfs_create_file("fw_version", 0444, ibm_cffps_dir, in ibm_cffps_probe()
582 debugfs_create_file("on_off_config", 0644, ibm_cffps_dir, in ibm_cffps_probe()
/Linux-v5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-debugfs.c454 debugfs_create_file("xgmac_register", 0600, pdata->xgbe_debugfs, pdata, in xgbe_debugfs_init()
457 debugfs_create_file("xgmac_register_value", 0600, pdata->xgbe_debugfs, in xgbe_debugfs_init()
460 debugfs_create_file("xpcs_mmd", 0600, pdata->xgbe_debugfs, pdata, in xgbe_debugfs_init()
463 debugfs_create_file("xpcs_register", 0600, pdata->xgbe_debugfs, pdata, in xgbe_debugfs_init()
466 debugfs_create_file("xpcs_register_value", 0600, pdata->xgbe_debugfs, in xgbe_debugfs_init()
470 debugfs_create_file("xprop_register", 0600, pdata->xgbe_debugfs, in xgbe_debugfs_init()
473 debugfs_create_file("xprop_register_value", 0600, in xgbe_debugfs_init()
479 debugfs_create_file("xi2c_register", 0600, pdata->xgbe_debugfs, in xgbe_debugfs_init()
482 debugfs_create_file("xi2c_register_value", 0600, in xgbe_debugfs_init()
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Ddebugfs.c384 debugfs_create_file("ampdu_stat", 0400, dir, dev, &mt7615_ampdu_stat_fops); in mt7615_init_debugfs()
385 debugfs_create_file("scs", 0600, dir, dev, &fops_scs); in mt7615_init_debugfs()
386 debugfs_create_file("dbdc", 0600, dir, dev, &fops_dbdc); in mt7615_init_debugfs()
387 debugfs_create_file("fw_debug", 0600, dir, dev, &fops_fw_debug); in mt7615_init_debugfs()
388 debugfs_create_file("runtime-pm", 0600, dir, dev, &fops_pm); in mt7615_init_debugfs()
389 debugfs_create_file("idle-timeout", 0600, dir, dev, in mt7615_init_debugfs()
403 debugfs_create_file("radar_trigger", 0200, dir, dev, in mt7615_init_debugfs()
405 debugfs_create_file("reset_test", 0200, dir, dev, in mt7615_init_debugfs()
/Linux-v5.10/net/6lowpan/
Ddebugfs.c179 debugfs_create_file("active", 0644, root, &ldev->ctx.table[id], in lowpan_dev_debugfs_ctx_init()
182 debugfs_create_file("compression", 0644, root, &ldev->ctx.table[id], in lowpan_dev_debugfs_ctx_init()
185 debugfs_create_file("prefix", 0644, root, &ldev->ctx.table[id], in lowpan_dev_debugfs_ctx_init()
188 debugfs_create_file("prefix_len", 0644, root, &ldev->ctx.table[id], in lowpan_dev_debugfs_ctx_init()
239 debugfs_create_file("short_addr", 0444, root, in lowpan_dev_debugfs_802154_init()
255 debugfs_create_file("show", 0644, contexts, &lowpan_dev(dev)->ctx, in lowpan_dev_debugfs_init()
/Linux-v5.10/drivers/scsi/fnic/
Dfnic_debugfs.c345 fnic_trace_enable = debugfs_create_file("tracing_enable", in fnic_trace_debugfs_init()
351 fnic_trace_debugfs_file = debugfs_create_file("trace", in fnic_trace_debugfs_init()
388 fnic_fc_trace_enable = debugfs_create_file("fc_trace_enable", in fnic_fc_trace_debugfs_init()
394 fnic_fc_trace_clear = debugfs_create_file("fc_trace_clear", in fnic_fc_trace_debugfs_init()
401 debugfs_create_file("fc_trace_rdata", in fnic_fc_trace_debugfs_init()
408 debugfs_create_file("fc_trace", in fnic_fc_trace_debugfs_init()
704 fnic->fnic_stats_debugfs_file = debugfs_create_file("stats", in fnic_stats_debugfs_init()
710 fnic->fnic_reset_debugfs_file = debugfs_create_file("reset_stats", in fnic_stats_debugfs_init()
/Linux-v5.10/drivers/net/wimax/i2400m/
Ddebugfs.c235 debugfs_create_file("netdev_queue_stopped", 0400, dentry, i2400m, in i2400m_debugfs_add()
238 debugfs_create_file("rx_stats", 0600, dentry, i2400m, in i2400m_debugfs_add()
241 debugfs_create_file("tx_stats", 0600, dentry, i2400m, in i2400m_debugfs_add()
244 debugfs_create_file("suspend", 0200, dentry, i2400m, in i2400m_debugfs_add()
247 debugfs_create_file("reset", 0200, dentry, i2400m, &fops_i2400m_reset); in i2400m_debugfs_add()
/Linux-v5.10/drivers/mtd/ubi/
Ddebug.c521 d->dfs_chk_gen = debugfs_create_file("chk_gen", S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev()
524 d->dfs_chk_io = debugfs_create_file("chk_io", S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev()
527 d->dfs_chk_fastmap = debugfs_create_file("chk_fastmap", S_IWUSR, in ubi_debugfs_init_dev()
531 d->dfs_disable_bgt = debugfs_create_file("tst_disable_bgt", S_IWUSR, in ubi_debugfs_init_dev()
535 d->dfs_emulate_bitflips = debugfs_create_file("tst_emulate_bitflips", in ubi_debugfs_init_dev()
540 d->dfs_emulate_io_failures = debugfs_create_file("tst_emulate_io_failures", in ubi_debugfs_init_dev()
545 d->dfs_emulate_power_cut = debugfs_create_file("tst_emulate_power_cut", in ubi_debugfs_init_dev()
550 d->dfs_power_cut_min = debugfs_create_file("tst_emulate_power_cut_min", in ubi_debugfs_init_dev()
554 d->dfs_power_cut_max = debugfs_create_file("tst_emulate_power_cut_max", in ubi_debugfs_init_dev()
558 debugfs_create_file("detailed_erase_block_info", S_IRUSR, d->dfs_dir, in ubi_debugfs_init_dev()
/Linux-v5.10/drivers/crypto/cavium/nitrox/
Dnitrox_debugfs.c66 debugfs_create_file("firmware", 0400, dir, ndev, &firmware_fops); in nitrox_debugfs_init()
67 debugfs_create_file("device", 0400, dir, ndev, &device_fops); in nitrox_debugfs_init()
68 debugfs_create_file("stats", 0400, dir, ndev, &stats_fops); in nitrox_debugfs_init()
/Linux-v5.10/drivers/misc/mei/
Ddebugfs.c168 debugfs_create_file("meclients", S_IRUSR, dir, dev, in mei_dbgfs_register()
170 debugfs_create_file("active", S_IRUSR, dir, dev, in mei_dbgfs_register()
172 debugfs_create_file("devstate", S_IRUSR, dir, dev, in mei_dbgfs_register()
174 debugfs_create_file("allow_fixed_address", S_IRUSR | S_IWUSR, dir, in mei_dbgfs_register()
/Linux-v5.10/arch/arm/mach-omap2/
Dpm-debug.c191 debugfs_create_file("suspend", S_IRUGO|S_IWUSR, d, pwrdm, in pwrdms_setup()
231 debugfs_create_file("count", 0444, d, NULL, &pm_dbg_counters_fops); in pm_dbg_init()
232 debugfs_create_file("time", 0444, d, NULL, &pm_dbg_timers_fops); in pm_dbg_init()
236 debugfs_create_file("enable_off_mode", S_IRUGO | S_IWUSR, d, in pm_dbg_init()
/Linux-v5.10/drivers/staging/wfx/
Ddebug.c349 debugfs_create_file("counters", 0444, d, wdev, &wfx_counters_fops); in wfx_debug_init()
350 debugfs_create_file("rx_stats", 0444, d, wdev, &wfx_rx_stats_fops); in wfx_debug_init()
351 debugfs_create_file("tx_power_loop", 0444, d, wdev, in wfx_debug_init()
353 debugfs_create_file("send_pds", 0200, d, wdev, &wfx_send_pds_fops); in wfx_debug_init()
354 debugfs_create_file("send_hif_msg", 0600, d, wdev, in wfx_debug_init()
356 debugfs_create_file("ps_timeout", 0600, d, wdev, &wfx_ps_timeout_fops); in wfx_debug_init()
/Linux-v5.10/drivers/bus/mhi/core/
Ddebugfs.c381 debugfs_create_file("states", 0444, mhi_cntrl->debugfs_dentry, in mhi_create_debugfs()
383 debugfs_create_file("events", 0444, mhi_cntrl->debugfs_dentry, in mhi_create_debugfs()
385 debugfs_create_file("channels", 0444, mhi_cntrl->debugfs_dentry, in mhi_create_debugfs()
387 debugfs_create_file("devices", 0444, mhi_cntrl->debugfs_dentry, in mhi_create_debugfs()
389 debugfs_create_file("regdump", 0444, mhi_cntrl->debugfs_dentry, in mhi_create_debugfs()
391 debugfs_create_file("device_wake", 0644, mhi_cntrl->debugfs_dentry, in mhi_create_debugfs()
393 debugfs_create_file("timeout_ms", 0644, mhi_cntrl->debugfs_dentry, in mhi_create_debugfs()
/Linux-v5.10/drivers/remoteproc/
Dremoteproc_debugfs.c391 tfile = debugfs_create_file(name, 0400, rproc->dbg_dir, trace, in rproc_create_trace_file()
417 debugfs_create_file("name", 0400, rproc->dbg_dir, in rproc_create_debug_dir()
419 debugfs_create_file("recovery", 0600, rproc->dbg_dir, in rproc_create_debug_dir()
421 debugfs_create_file("crash", 0200, rproc->dbg_dir, in rproc_create_debug_dir()
423 debugfs_create_file("resource_table", 0400, rproc->dbg_dir, in rproc_create_debug_dir()
425 debugfs_create_file("carveout_memories", 0400, rproc->dbg_dir, in rproc_create_debug_dir()
427 debugfs_create_file("coredump", 0600, rproc->dbg_dir, in rproc_create_debug_dir()
/Linux-v5.10/drivers/usb/chipidea/
Ddebug.c347 debugfs_create_file("device", S_IRUGO, ci->debugfs, ci, in dbg_create_files()
349 debugfs_create_file("port_test", S_IRUGO | S_IWUSR, ci->debugfs, ci, in dbg_create_files()
351 debugfs_create_file("qheads", S_IRUGO, ci->debugfs, ci, in dbg_create_files()
353 debugfs_create_file("requests", S_IRUGO, ci->debugfs, ci, in dbg_create_files()
357 debugfs_create_file("otg", S_IRUGO, ci->debugfs, ci, in dbg_create_files()
361 debugfs_create_file("role", S_IRUGO | S_IWUSR, ci->debugfs, ci, in dbg_create_files()
363 debugfs_create_file("registers", S_IRUGO, ci->debugfs, ci, in dbg_create_files()
/Linux-v5.10/drivers/ntb/test/
Dntb_tool.c608 inmw->dbgfs_file = debugfs_create_file(buf, 0600, in tool_setup_mw()
840 outmw->dbgfs_file = debugfs_create_file(buf, 0600, in tool_setup_peer_mw()
1497 debugfs_create_file("port", 0600, tc->dbgfs_dir, in tool_setup_dbgfs()
1500 debugfs_create_file("link", 0600, tc->dbgfs_dir, in tool_setup_dbgfs()
1503 debugfs_create_file("db", 0600, tc->dbgfs_dir, in tool_setup_dbgfs()
1506 debugfs_create_file("db_valid_mask", 0600, tc->dbgfs_dir, in tool_setup_dbgfs()
1509 debugfs_create_file("db_mask", 0600, tc->dbgfs_dir, in tool_setup_dbgfs()
1512 debugfs_create_file("db_event", 0600, tc->dbgfs_dir, in tool_setup_dbgfs()
1515 debugfs_create_file("peer_db", 0600, tc->dbgfs_dir, in tool_setup_dbgfs()
1518 debugfs_create_file("peer_db_mask", 0600, tc->dbgfs_dir, in tool_setup_dbgfs()
[all …]
/Linux-v5.10/scripts/coccinelle/api/debugfs/
Ddebugfs_simple_attr.cocci5 //# Rationale: DEFINE_SIMPLE_ATTRIBUTE + debugfs_create_file()
30 debugfs_create_file(name, mode, parent, data, &dsa_fops)
45 - debugfs_create_file(name, mode, parent, data, &dsa_fops)

12345678910>>...21