Home
last modified time | relevance | path

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

12345678910>>...20

/Linux-v5.4/net/bluetooth/
Dhci_debugfs.c296 debugfs_create_file("features", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
304 debugfs_create_file("device_id", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
307 debugfs_create_file("device_list", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
309 debugfs_create_file("blacklist", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
311 debugfs_create_file("uuids", 0444, hdev->debugfs, hdev, &uuids_fops); in hci_debugfs_create_common()
312 debugfs_create_file("remote_oob", 0400, hdev->debugfs, hdev, in hci_debugfs_create_common()
315 debugfs_create_file("conn_info_min_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common()
317 debugfs_create_file("conn_info_max_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common()
321 debugfs_create_file("use_debug_keys", 0444, hdev->debugfs, in hci_debugfs_create_common()
325 debugfs_create_file("sc_only_mode", 0444, hdev->debugfs, in hci_debugfs_create_common()
[all …]
/Linux-v5.4/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.4/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.4/arch/x86/kvm/
Ddebugfs.c48 debugfs_create_file("tsc-offset", 0444, vcpu->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.4/mm/
Dcma_debug.c173 debugfs_create_file("alloc", 0200, tmp, cma, &cma_alloc_fops); in cma_debugfs_add_one()
174 debugfs_create_file("free", 0200, tmp, cma, &cma_free_fops); in cma_debugfs_add_one()
175 debugfs_create_file("base_pfn", 0444, tmp, in cma_debugfs_add_one()
177 debugfs_create_file("count", 0444, tmp, &cma->count, &cma_debugfs_fops); in cma_debugfs_add_one()
178 debugfs_create_file("order_per_bit", 0444, tmp, in cma_debugfs_add_one()
180 debugfs_create_file("used", 0444, tmp, cma, &cma_used_fops); in cma_debugfs_add_one()
181 debugfs_create_file("maxchunk", 0444, tmp, cma, &cma_maxchunk_fops); in cma_debugfs_add_one()
/Linux-v5.4/arch/x86/mm/
Ddebug_pagetables.c59 debugfs_create_file("kernel", 0400, dir, NULL, &ptdump_fops); in pt_dump_debug_init()
60 debugfs_create_file("current_kernel", 0400, dir, NULL, in pt_dump_debug_init()
64 debugfs_create_file("current_user", 0400, dir, NULL, in pt_dump_debug_init()
68 debugfs_create_file("efi", 0400, dir, NULL, &ptdump_efi_fops); in pt_dump_debug_init()
/Linux-v5.4/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 | 0644, debugfs_root, in kfd_debugfs_init()
/Linux-v5.4/drivers/mfd/
Dab8500-debugfs.c2695 debugfs_create_file("all-bank-registers", S_IRUGO, ab8500_dir, in ab8500_debug_probe()
2697 debugfs_create_file("all-banks", S_IRUGO, ab8500_dir, in ab8500_debug_probe()
2699 debugfs_create_file("register-bank", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2701 debugfs_create_file("register-address", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2703 debugfs_create_file("register-value", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2705 debugfs_create_file("irq-subscribe", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2722 debugfs_create_file("interrupts", (S_IRUGO), ab8500_dir, &plf->dev, in ab8500_debug_probe()
2724 debugfs_create_file("irq-unsubscribe", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
2726 debugfs_create_file("hwreg", (S_IRUGO | S_IWUSR | S_IWGRP), ab8500_dir, in ab8500_debug_probe()
2728 debugfs_create_file("all-modem-registers", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe()
[all …]
/Linux-v5.4/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.4/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.4/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.4/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.4/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.4/drivers/misc/mei/
Ddebugfs.c165 debugfs_create_file("meclients", S_IRUSR, dir, dev, in mei_dbgfs_register()
167 debugfs_create_file("active", S_IRUSR, dir, dev, in mei_dbgfs_register()
169 debugfs_create_file("devstate", S_IRUSR, dir, dev, in mei_dbgfs_register()
171 debugfs_create_file("allow_fixed_address", S_IRUSR | S_IWUSR, dir, in mei_dbgfs_register()
/Linux-v5.4/arch/arm/mach-omap2/
Dpm-debug.c193 debugfs_create_file("suspend", S_IRUGO|S_IWUSR, d, pwrdm, in pwrdms_setup()
233 debugfs_create_file("count", 0444, d, NULL, &pm_dbg_counters_fops); in pm_dbg_init()
234 debugfs_create_file("time", 0444, d, NULL, &pm_dbg_timers_fops); in pm_dbg_init()
238 debugfs_create_file("enable_off_mode", S_IRUGO | S_IWUSR, d, in pm_dbg_init()
/Linux-v5.4/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.4/drivers/mtd/ubi/
Ddebug.c537 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
544 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
551 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
558 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
565 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
572 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
579 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
586 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
593 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
600 dent = debugfs_create_file(fname, S_IRUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
/Linux-v5.4/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.4/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)
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_debugfs.c324 tfile = debugfs_create_file(name, 0400, rproc->dbg_dir, trace, in rproc_create_trace_file()
353 debugfs_create_file("name", 0400, rproc->dbg_dir, in rproc_create_debug_dir()
355 debugfs_create_file("recovery", 0400, rproc->dbg_dir, in rproc_create_debug_dir()
357 debugfs_create_file("crash", 0200, rproc->dbg_dir, in rproc_create_debug_dir()
359 debugfs_create_file("resource_table", 0400, rproc->dbg_dir, in rproc_create_debug_dir()
361 debugfs_create_file("carveout_memories", 0400, rproc->dbg_dir, in rproc_create_debug_dir()
/Linux-v5.4/drivers/video/fbdev/mbx/
Dmbxdebugfs.c219 debugfs_create_file("sysconf", 0444, dir, fbi, &sysconf_fops); in mbxfb_debugfs_init()
220 debugfs_create_file("clock", 0444, dir, fbi, &clock_fops); in mbxfb_debugfs_init()
221 debugfs_create_file("display", 0444, dir, fbi, &display_fops); in mbxfb_debugfs_init()
222 debugfs_create_file("gsctl", 0444, dir, fbi, &gsctl_fops); in mbxfb_debugfs_init()
223 debugfs_create_file("sdram", 0444, dir, fbi, &sdram_fops); in mbxfb_debugfs_init()
224 debugfs_create_file("misc", 0444, dir, fbi, &misc_fops); in mbxfb_debugfs_init()
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_debugfs.c59 debugfs_create_file("identity", 0400, ionic->dentry, in ionic_debugfs_add_ident()
148 debugfs_create_file("tail", 0400, q_dentry, q, &q_tail_fops); in ionic_debugfs_add_qcq()
149 debugfs_create_file("head", 0400, q_dentry, q, &q_head_fops); in ionic_debugfs_add_qcq()
176 debugfs_create_file("tail", 0400, cq_dentry, cq, &cq_tail_fops); in ionic_debugfs_add_qcq()
232 debugfs_create_file("netdev", 0400, lif->dentry, in ionic_debugfs_add_lif()
/Linux-v5.4/drivers/misc/mic/host/
Dmic_debugfs.c117 debugfs_create_file("smpt", 0444, mdev->dbg_dir, mdev, in mic_create_debug_dir()
120 debugfs_create_file("post_code", 0444, mdev->dbg_dir, mdev, in mic_create_debug_dir()
123 debugfs_create_file("msi_irq_info", 0444, mdev->dbg_dir, mdev, in mic_create_debug_dir()
/Linux-v5.4/drivers/crypto/caam/
Dctrl.c870 debugfs_create_file("rq_dequeued", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
873 debugfs_create_file("ob_rq_encrypted", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
876 debugfs_create_file("ib_rq_decrypted", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
879 debugfs_create_file("ob_bytes_encrypted", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
882 debugfs_create_file("ob_bytes_protected", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
885 debugfs_create_file("ib_bytes_decrypted", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
888 debugfs_create_file("ib_bytes_validated", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
893 debugfs_create_file("fault_addr", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
896 debugfs_create_file("fault_detail", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
899 debugfs_create_file("fault_status", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
/Linux-v5.4/drivers/cpufreq/
Ds3c24xx-cpufreq-debugfs.c150 dbgfs_file_io = debugfs_create_file("io-timing", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
153 dbgfs_file_info = debugfs_create_file("info", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
156 dbgfs_file_board = debugfs_create_file("board", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()

12345678910>>...20