/Linux-v4.19/net/bluetooth/ |
D | hci_debugfs.c | 296 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-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_debugfs.c | 498 debugfs_create_file("hash_opts", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init() 501 debugfs_create_file("engine", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init() 529 debugfs_create_file("flow_hits", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init() 532 debugfs_create_file("dec_hits", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init() 535 debugfs_create_file("type", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init() 538 debugfs_create_file("id", 0444, flow_entry_dir, entry, in mvpp2_dbgfs_flow_entry_init() 594 debugfs_create_file("sram", 0444, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init() 597 debugfs_create_file("valid", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init() 600 debugfs_create_file("lookup_id", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init() 603 debugfs_create_file("ai", 0644, prs_entry_dir, entry, in mvpp2_dbgfs_prs_entry_init() [all …]
|
/Linux-v4.19/mm/ |
D | cma_debug.c | 175 debugfs_create_file("alloc", 0200, tmp, cma, &cma_alloc_fops); in cma_debugfs_add_one() 176 debugfs_create_file("free", 0200, tmp, cma, &cma_free_fops); in cma_debugfs_add_one() 177 debugfs_create_file("base_pfn", 0444, tmp, in cma_debugfs_add_one() 179 debugfs_create_file("count", 0444, tmp, &cma->count, &cma_debugfs_fops); in cma_debugfs_add_one() 180 debugfs_create_file("order_per_bit", 0444, tmp, in cma_debugfs_add_one() 182 debugfs_create_file("used", 0444, tmp, cma, &cma_used_fops); in cma_debugfs_add_one() 183 debugfs_create_file("maxchunk", 0444, tmp, cma, &cma_maxchunk_fops); in cma_debugfs_add_one()
|
/Linux-v4.19/drivers/misc/genwqe/ |
D | card_debugfs.c | 358 file = debugfs_create_file("ddcb_info", S_IRUGO, root, cd, in genwqe_init_debugfs() 365 file = debugfs_create_file("info", S_IRUGO, root, cd, in genwqe_init_debugfs() 398 file = debugfs_create_file("curr_regs", S_IRUGO, root, cd, in genwqe_init_debugfs() 405 file = debugfs_create_file("curr_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs() 412 file = debugfs_create_file("curr_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs() 419 file = debugfs_create_file("curr_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs() 426 file = debugfs_create_file("prev_regs", S_IRUGO, root, cd, in genwqe_init_debugfs() 433 file = debugfs_create_file("prev_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs() 440 file = debugfs_create_file("prev_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs() 447 file = debugfs_create_file("prev_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_debugfs.c | 96 ent = debugfs_create_file("mqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init() 102 ent = debugfs_create_file("hqds", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init() 108 ent = debugfs_create_file("rls", S_IFREG | 0444, debugfs_root, in kfd_debugfs_init() 112 ent = debugfs_create_file("hang_hws", S_IFREG | 0644, debugfs_root, in kfd_debugfs_init()
|
/Linux-v4.19/arch/x86/kvm/ |
D | debugfs.c | 48 ret = debugfs_create_file("tsc-offset", 0444, in kvm_arch_create_vcpu_debugfs() 55 ret = debugfs_create_file("tsc-scaling-ratio", 0444, in kvm_arch_create_vcpu_debugfs() 60 ret = debugfs_create_file("tsc-scaling-ratio-frac-bits", 0444, in kvm_arch_create_vcpu_debugfs()
|
/Linux-v4.19/drivers/mfd/ |
D | ab8500-debugfs.c | 2705 file = debugfs_create_file("all-bank-registers", S_IRUGO, ab8500_dir, in ab8500_debug_probe() 2710 file = debugfs_create_file("all-banks", S_IRUGO, ab8500_dir, in ab8500_debug_probe() 2715 file = debugfs_create_file("register-bank", in ab8500_debug_probe() 2721 file = debugfs_create_file("register-address", in ab8500_debug_probe() 2727 file = debugfs_create_file("register-value", in ab8500_debug_probe() 2733 file = debugfs_create_file("irq-subscribe", in ab8500_debug_probe() 2753 file = debugfs_create_file("interrupts", (S_IRUGO), ab8500_dir, in ab8500_debug_probe() 2758 file = debugfs_create_file("irq-unsubscribe", in ab8500_debug_probe() 2764 file = debugfs_create_file("hwreg", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe() 2769 file = debugfs_create_file("all-modem-registers", in ab8500_debug_probe() [all …]
|
/Linux-v4.19/arch/x86/mm/ |
D | debug_pagetables.c | 108 pe_knl = debugfs_create_file("kernel", 0400, dir, NULL, in pt_dump_debug_init() 113 pe_curknl = debugfs_create_file("current_kernel", 0400, in pt_dump_debug_init() 119 pe_curusr = debugfs_create_file("current_user", 0400, in pt_dump_debug_init() 126 pe_efi = debugfs_create_file("efi", 0400, dir, NULL, &ptdump_efi_fops); in pt_dump_debug_init()
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-debugfs.c | 460 pfile = debugfs_create_file("xgmac_register", 0600, in xgbe_debugfs_init() 466 pfile = debugfs_create_file("xgmac_register_value", 0600, in xgbe_debugfs_init() 472 pfile = debugfs_create_file("xpcs_mmd", 0600, in xgbe_debugfs_init() 478 pfile = debugfs_create_file("xpcs_register", 0600, in xgbe_debugfs_init() 484 pfile = debugfs_create_file("xpcs_register_value", 0600, in xgbe_debugfs_init() 491 pfile = debugfs_create_file("xprop_register", 0600, in xgbe_debugfs_init() 498 pfile = debugfs_create_file("xprop_register_value", 0600, in xgbe_debugfs_init() 507 pfile = debugfs_create_file("xi2c_register", 0600, in xgbe_debugfs_init() 514 pfile = debugfs_create_file("xi2c_register_value", 0600, in xgbe_debugfs_init()
|
/Linux-v4.19/drivers/scsi/fnic/ |
D | fnic_debugfs.c | 367 fnic_trace_enable = debugfs_create_file("tracing_enable", in fnic_trace_debugfs_init() 379 fnic_trace_debugfs_file = debugfs_create_file("trace", in fnic_trace_debugfs_init() 431 fnic_fc_trace_enable = debugfs_create_file("fc_trace_enable", in fnic_fc_trace_debugfs_init() 442 fnic_fc_trace_clear = debugfs_create_file("fc_trace_clear", in fnic_fc_trace_debugfs_init() 454 debugfs_create_file("fc_trace_rdata", in fnic_fc_trace_debugfs_init() 466 debugfs_create_file("fc_trace", in fnic_fc_trace_debugfs_init() 778 fnic->fnic_stats_debugfs_file = debugfs_create_file("stats", in fnic_stats_debugfs_init() 788 fnic->fnic_reset_debugfs_file = debugfs_create_file("reset_stats", in fnic_stats_debugfs_init()
|
/Linux-v4.19/net/6lowpan/ |
D | debugfs.c | 187 dentry = debugfs_create_file("active", 0644, root, in lowpan_dev_debugfs_ctx_init() 193 dentry = debugfs_create_file("compression", 0644, root, in lowpan_dev_debugfs_ctx_init() 199 dentry = debugfs_create_file("prefix", 0644, root, in lowpan_dev_debugfs_ctx_init() 205 dentry = debugfs_create_file("prefix_len", 0644, root, in lowpan_dev_debugfs_ctx_init() 274 dentry = debugfs_create_file("short_addr", 0444, root, in lowpan_dev_debugfs_802154_init() 298 dentry = debugfs_create_file("show", 0644, contexts, in lowpan_dev_debugfs_init()
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | pm-debug.c | 197 (void) debugfs_create_file("suspend", S_IRUGO|S_IWUSR, d, in pwrdms_setup() 239 (void) debugfs_create_file("count", 0444, d, NULL, &pm_dbg_counters_fops); in pm_dbg_init() 240 (void) debugfs_create_file("time", 0444, d, NULL, &pm_dbg_timers_fops); in pm_dbg_init() 244 (void) debugfs_create_file("enable_off_mode", S_IRUGO | S_IWUSR, d, in pm_dbg_init()
|
/Linux-v4.19/fs/ceph/ |
D | debugfs.c | 245 debugfs_create_file("writeback_congestion_kb", in ceph_fs_debugfs_init() 262 fsc->debugfs_mdsmap = debugfs_create_file("mdsmap", in ceph_fs_debugfs_init() 270 fsc->debugfs_mds_sessions = debugfs_create_file("mds_sessions", in ceph_fs_debugfs_init() 278 fsc->debugfs_mdsc = debugfs_create_file("mdsc", in ceph_fs_debugfs_init() 286 fsc->debugfs_caps = debugfs_create_file("caps", in ceph_fs_debugfs_init() 294 fsc->debugfs_dentry_lru = debugfs_create_file("dentry_lru", in ceph_fs_debugfs_init()
|
/Linux-v4.19/drivers/usb/chipidea/ |
D | debug.c | 347 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-v4.19/drivers/mtd/ubi/ |
D | debug.c | 550 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 557 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 564 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 571 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 578 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 585 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 592 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 599 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 606 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 613 dent = debugfs_create_file(fname, S_IRUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
|
/Linux-v4.19/drivers/ntb/test/ |
D | ntb_tool.c | 608 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-v4.19/scripts/coccinelle/api/debugfs/ |
D | debugfs_simple_attr.cocci | 5 //# 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-v4.19/drivers/hwmon/pmbus/ |
D | ibm-cffps.c | 389 debugfs_create_file("input_history", 0444, ibm_cffps_dir, in ibm_cffps_probe() 392 debugfs_create_file("fru", 0444, ibm_cffps_dir, in ibm_cffps_probe() 395 debugfs_create_file("part_number", 0444, ibm_cffps_dir, in ibm_cffps_probe() 398 debugfs_create_file("serial_number", 0444, ibm_cffps_dir, in ibm_cffps_probe() 401 debugfs_create_file("ccin", 0444, ibm_cffps_dir, in ibm_cffps_probe() 404 debugfs_create_file("fw_version", 0444, ibm_cffps_dir, in ibm_cffps_probe()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | ctrl.c | 815 debugfs_create_file("rq_dequeued", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe() 818 debugfs_create_file("ob_rq_encrypted", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe() 821 debugfs_create_file("ib_rq_decrypted", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe() 824 debugfs_create_file("ob_bytes_encrypted", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe() 827 debugfs_create_file("ob_bytes_protected", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe() 830 debugfs_create_file("ib_bytes_decrypted", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe() 833 debugfs_create_file("ib_bytes_validated", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe() 838 debugfs_create_file("fault_addr", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe() 841 debugfs_create_file("fault_detail", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe() 844 debugfs_create_file("fault_status", S_IRUSR | S_IRGRP | S_IROTH, in caam_probe()
|
/Linux-v4.19/drivers/net/wimax/i2400m/ |
D | debugfs.c | 52 return debugfs_create_file(name, 0400, parent, i2400m, in debugfs_create_netdev_queue_stopped() 188 return debugfs_create_file(name, 0200, parent, i2400m, in debugfs_create_i2400m_suspend() 226 return debugfs_create_file(name, 0200, parent, i2400m, in debugfs_create_i2400m_reset() 330 fd = debugfs_create_file("rx_stats", 0600, dentry, i2400m, in i2400m_debugfs_add() 339 fd = debugfs_create_file("tx_stats", 0600, dentry, i2400m, in i2400m_debugfs_add()
|
/Linux-v4.19/drivers/video/fbdev/mbx/ |
D | mbxdebugfs.c | 220 dbg->sysconf = debugfs_create_file("sysconf", 0444, dbg->dir, in mbxfb_debugfs_init() 222 dbg->clock = debugfs_create_file("clock", 0444, dbg->dir, in mbxfb_debugfs_init() 224 dbg->display = debugfs_create_file("display", 0444, dbg->dir, in mbxfb_debugfs_init() 226 dbg->gsctl = debugfs_create_file("gsctl", 0444, dbg->dir, in mbxfb_debugfs_init() 228 dbg->sdram = debugfs_create_file("sdram", 0444, dbg->dir, in mbxfb_debugfs_init() 230 dbg->misc = debugfs_create_file("misc", 0444, dbg->dir, in mbxfb_debugfs_init()
|
/Linux-v4.19/drivers/remoteproc/ |
D | remoteproc_debugfs.c | 294 tfile = debugfs_create_file(name, 0400, rproc->dbg_dir, trace, in rproc_create_trace_file() 323 debugfs_create_file("name", 0400, rproc->dbg_dir, in rproc_create_debug_dir() 325 debugfs_create_file("recovery", 0400, rproc->dbg_dir, in rproc_create_debug_dir() 327 debugfs_create_file("resource_table", 0400, rproc->dbg_dir, in rproc_create_debug_dir() 329 debugfs_create_file("carveout_memories", 0400, rproc->dbg_dir, in rproc_create_debug_dir()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_debug.c | 499 debugfs_create_file("tgt_int_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 501 debugfs_create_file("tgt_tx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 503 debugfs_create_file("tgt_rx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 505 debugfs_create_file("xmit", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 507 debugfs_create_file("skb_rx", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 513 debugfs_create_file("slot", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 515 debugfs_create_file("queue", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 517 debugfs_create_file("debug", 0600, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 1797 debugfs_create_file("tgt_stats", 0400, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1801 debugfs_create_file("credit_dist_stats", 0400, in ath6kl_debug_init_fs() 1805 debugfs_create_file("endpoint_stats", 0600, in ath6kl_debug_init_fs() 1808 debugfs_create_file("fwlog", 0400, ar->debugfs_phy, ar, &fops_fwlog); in ath6kl_debug_init_fs() 1810 debugfs_create_file("fwlog_block", 0400, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1813 debugfs_create_file("fwlog_mask", 0600, ar->debugfs_phy, in ath6kl_debug_init_fs() 1816 debugfs_create_file("reg_addr", 0600, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1819 debugfs_create_file("reg_dump", 0400, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1822 debugfs_create_file("lrssi_roam_threshold", 0600, in ath6kl_debug_init_fs() 1825 debugfs_create_file("reg_write", 0600, in ath6kl_debug_init_fs() [all …]
|
/Linux-v4.19/drivers/cpufreq/ |
D | s3c24xx-cpufreq-debugfs.c | 187 dbgfs_file_io = debugfs_create_file("io-timing", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init() 190 dbgfs_file_info = debugfs_create_file("info", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init() 193 dbgfs_file_board = debugfs_create_file("board", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
|