/linux-4.1.27/fs/debugfs/ |
D | file.c | 100 return debugfs_create_file(name, mode, parent, value, &fops_u8_ro); in debugfs_create_u8() 103 return debugfs_create_file(name, mode, parent, value, &fops_u8_wo); in debugfs_create_u8() 105 return debugfs_create_file(name, mode, parent, value, &fops_u8); in debugfs_create_u8() 152 return debugfs_create_file(name, mode, parent, value, &fops_u16_ro); in debugfs_create_u16() 155 return debugfs_create_file(name, mode, parent, value, &fops_u16_wo); in debugfs_create_u16() 157 return debugfs_create_file(name, mode, parent, value, &fops_u16); in debugfs_create_u16() 204 return debugfs_create_file(name, mode, parent, value, &fops_u32_ro); in debugfs_create_u32() 207 return debugfs_create_file(name, mode, parent, value, &fops_u32_wo); in debugfs_create_u32() 209 return debugfs_create_file(name, mode, parent, value, &fops_u32); in debugfs_create_u32() 257 return debugfs_create_file(name, mode, parent, value, &fops_u64_ro); in debugfs_create_u64() [all …]
|
D | inode.c | 328 struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file() function 354 EXPORT_SYMBOL_GPL(debugfs_create_file); 388 struct dentry *de = debugfs_create_file(name, mode, parent, data, fops); in debugfs_create_file_size()
|
/linux-4.1.27/net/bluetooth/ |
D | hci_debugfs.c | 354 debugfs_create_file("features", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common() 362 debugfs_create_file("device_id", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common() 365 debugfs_create_file("device_list", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common() 367 debugfs_create_file("blacklist", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common() 369 debugfs_create_file("uuids", 0444, hdev->debugfs, hdev, &uuids_fops); in hci_debugfs_create_common() 370 debugfs_create_file("remote_oob", 0400, hdev->debugfs, hdev, in hci_debugfs_create_common() 373 debugfs_create_file("conn_info_min_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common() 375 debugfs_create_file("conn_info_max_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common() 379 debugfs_create_file("use_debug_keys", 0444, hdev->debugfs, in hci_debugfs_create_common() 383 debugfs_create_file("sc_only_mode", 0444, hdev->debugfs, in hci_debugfs_create_common() [all …]
|
D | selftest.c | 213 debugfs_create_file("selftest_ecdh", 0444, bt_debugfs, NULL, in test_ecdh()
|
/linux-4.1.27/mm/ |
D | cma_debug.c | 173 debugfs_create_file("alloc", S_IWUSR, cma_debugfs_root, cma, in cma_debugfs_add_one() 176 debugfs_create_file("free", S_IWUSR, cma_debugfs_root, cma, in cma_debugfs_add_one() 179 debugfs_create_file("base_pfn", S_IRUGO, tmp, in cma_debugfs_add_one() 181 debugfs_create_file("count", S_IRUGO, tmp, in cma_debugfs_add_one() 183 debugfs_create_file("order_per_bit", S_IRUGO, tmp, in cma_debugfs_add_one() 185 debugfs_create_file("used", S_IRUGO, tmp, cma, &cma_used_fops); in cma_debugfs_add_one() 186 debugfs_create_file("maxchunk", S_IRUGO, tmp, cma, &cma_maxchunk_fops); in cma_debugfs_add_one()
|
D | hwpoison-inject.c | 94 dentry = debugfs_create_file("corrupt-pfn", 0200, hwpoison_dir, in pfn_inject_init() 99 dentry = debugfs_create_file("unpoison-pfn", 0200, hwpoison_dir, in pfn_inject_init()
|
D | page_owner.c | 306 dentry = debugfs_create_file("page_owner", S_IRUSR, NULL, in pageowner_init()
|
D | memblock.c | 1595 debugfs_create_file("memory", S_IRUGO, root, &memblock.memory, &memblock_debug_fops); in memblock_init_debugfs() 1596 debugfs_create_file("reserved", S_IRUGO, root, &memblock.reserved, &memblock_debug_fops); in memblock_init_debugfs() 1598 debugfs_create_file("physmem", S_IRUGO, root, &memblock.physmem, &memblock_debug_fops); in memblock_init_debugfs()
|
D | backing-dev.c | 120 bdi->debug_stats = debugfs_create_file("stats", 0444, bdi->debug_dir, in bdi_debug_register()
|
D | vmstat.c | 1684 if (!debugfs_create_file("unusable_index", 0444, in extfrag_debug_init() 1688 if (!debugfs_create_file("extfrag_index", 0444, in extfrag_debug_init()
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_debugfs.c | 362 file = debugfs_create_file("ddcb_info", S_IRUGO, root, cd, in genwqe_init_debugfs() 369 file = debugfs_create_file("info", S_IRUGO, root, cd, in genwqe_init_debugfs() 402 file = debugfs_create_file("curr_regs", S_IRUGO, root, cd, in genwqe_init_debugfs() 409 file = debugfs_create_file("curr_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs() 416 file = debugfs_create_file("curr_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs() 423 file = debugfs_create_file("curr_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs() 430 file = debugfs_create_file("prev_regs", S_IRUGO, root, cd, in genwqe_init_debugfs() 437 file = debugfs_create_file("prev_dbg_uid0", S_IRUGO, root, cd, in genwqe_init_debugfs() 444 file = debugfs_create_file("prev_dbg_uid1", S_IRUGO, root, cd, in genwqe_init_debugfs() 451 file = debugfs_create_file("prev_dbg_uid2", S_IRUGO, root, cd, in genwqe_init_debugfs() [all …]
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_debugfs.c | 383 fnic_trace_enable = debugfs_create_file("tracing_enable", in fnic_trace_debugfs_init() 395 fnic_trace_debugfs_file = debugfs_create_file("trace", in fnic_trace_debugfs_init() 447 fnic_fc_trace_enable = debugfs_create_file("fc_trace_enable", in fnic_fc_trace_debugfs_init() 458 fnic_fc_trace_clear = debugfs_create_file("fc_trace_clear", in fnic_fc_trace_debugfs_init() 470 debugfs_create_file("fc_trace_rdata", in fnic_fc_trace_debugfs_init() 482 debugfs_create_file("fc_trace", in fnic_fc_trace_debugfs_init() 793 fnic->fnic_stats_debugfs_file = debugfs_create_file("stats", in fnic_stats_debugfs_init() 803 fnic->fnic_reset_debugfs_file = debugfs_create_file("reset_stats", in fnic_stats_debugfs_init()
|
/linux-4.1.27/drivers/mfd/ |
D | ab8500-debugfs.c | 3064 file = debugfs_create_file("all-bank-registers", S_IRUGO, ab8500_dir, in ab8500_debug_probe() 3069 file = debugfs_create_file("all-banks", S_IRUGO, ab8500_dir, in ab8500_debug_probe() 3074 file = debugfs_create_file("register-bank", in ab8500_debug_probe() 3080 file = debugfs_create_file("register-address", in ab8500_debug_probe() 3086 file = debugfs_create_file("register-value", in ab8500_debug_probe() 3092 file = debugfs_create_file("irq-subscribe", in ab8500_debug_probe() 3112 file = debugfs_create_file("interrupts", (S_IRUGO), ab8500_dir, in ab8500_debug_probe() 3117 file = debugfs_create_file("irq-unsubscribe", in ab8500_debug_probe() 3123 file = debugfs_create_file("hwreg", (S_IRUGO | S_IWUSR | S_IWGRP), in ab8500_debug_probe() 3128 file = debugfs_create_file("all-modem-registers", in ab8500_debug_probe() [all …]
|
D | ab3100-core.c | 591 ab3100_reg_file = debugfs_create_file("registers", in ab3100_setup_debugfs() 601 ab3100_get_reg_file = debugfs_create_file("get_reg", in ab3100_setup_debugfs() 611 ab3100_set_reg_file = debugfs_create_file("set_reg", in ab3100_setup_debugfs()
|
D | ab3100-otp.c | 128 otp->debugfs = debugfs_create_file("ab3100_otp", S_IFREG | S_IRUGO, in ab3100_otp_init_debugfs()
|
D | aat2870-core.c | 344 aat2870->dentry_reg = debugfs_create_file("regs", 0644, in aat2870_init_debugfs()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | debug.c | 431 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 438 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 445 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 452 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 459 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 466 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 473 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 480 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 487 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
|
/linux-4.1.27/drivers/remoteproc/ |
D | remoteproc_debugfs.c | 203 tfile = debugfs_create_file(name, 0400, rproc->dbg_dir, in rproc_create_trace_file() 232 debugfs_create_file("name", 0400, rproc->dbg_dir, in rproc_create_debug_dir() 234 debugfs_create_file("state", 0400, rproc->dbg_dir, in rproc_create_debug_dir() 236 debugfs_create_file("recovery", 0400, rproc->dbg_dir, in rproc_create_debug_dir()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | ocd.c | 128 ocd_debugfs_DC = debugfs_create_file("DC", S_IRUSR | S_IWUSR, in ocd_debugfs_init() 133 ocd_debugfs_DS = debugfs_create_file("DS", S_IRUSR, root, in ocd_debugfs_init() 138 ocd_debugfs_count = debugfs_create_file("count", S_IRUSR, root, in ocd_debugfs_init()
|
/linux-4.1.27/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-4.1.27/kernel/rcu/ |
D | tree_trace.c | 444 retval = debugfs_create_file("rcudata", 0444, in rcutree_trace_init() 449 retval = debugfs_create_file("rcuexp", 0444, in rcutree_trace_init() 454 retval = debugfs_create_file("rcu_pending", 0444, in rcutree_trace_init() 459 retval = debugfs_create_file("rcubarrier", 0444, in rcutree_trace_init() 466 retval = debugfs_create_file("rcuboost", 0444, in rcutree_trace_init() 473 retval = debugfs_create_file("rcugp", 0444, in rcutree_trace_init() 478 retval = debugfs_create_file("rcuhier", 0444, in rcutree_trace_init() 484 retval = debugfs_create_file("rcutorture", 0444, rcudir, in rcutree_trace_init()
|
D | tiny_plugin.h | 116 retval = debugfs_create_file("rcudata", 0444, rcudir, in rcutiny_trace_init()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | pm-debug.c | 221 (void) debugfs_create_file("suspend", S_IRUGO|S_IWUSR, d, in pwrdms_setup() 267 (void) debugfs_create_file("count", S_IRUGO, in pm_dbg_init() 269 (void) debugfs_create_file("time", S_IRUGO, in pm_dbg_init() 274 (void) debugfs_create_file("enable_off_mode", S_IRUGO | S_IWUSR, d, in pm_dbg_init()
|
D | mux.c | 734 (void)debugfs_create_file(m->muxnames[0], S_IWUSR | S_IRUGO, in omap_mux_dbg_create_entry() 755 (void)debugfs_create_file(partition->name, S_IRUGO, in omap_mux_dbg_init()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-debugfs.c | 336 pfile = debugfs_create_file("xgmac_register", 0600, in xgbe_debugfs_init() 342 pfile = debugfs_create_file("xgmac_register_value", 0600, in xgbe_debugfs_init() 348 pfile = debugfs_create_file("xpcs_mmd", 0600, in xgbe_debugfs_init() 354 pfile = debugfs_create_file("xpcs_register", 0600, in xgbe_debugfs_init() 360 pfile = debugfs_create_file("xpcs_register_value", 0600, in xgbe_debugfs_init()
|
/linux-4.1.27/drivers/usb/chipidea/ |
D | debug.c | 396 dent = debugfs_create_file("device", S_IRUGO, ci->debugfs, ci, in dbg_create_files() 401 dent = debugfs_create_file("port_test", S_IRUGO | S_IWUSR, ci->debugfs, in dbg_create_files() 406 dent = debugfs_create_file("qheads", S_IRUGO, ci->debugfs, ci, in dbg_create_files() 411 dent = debugfs_create_file("requests", S_IRUGO, ci->debugfs, ci, in dbg_create_files() 417 dent = debugfs_create_file("otg", S_IRUGO, ci->debugfs, ci, in dbg_create_files() 423 dent = debugfs_create_file("role", S_IRUGO | S_IWUSR, ci->debugfs, ci, in dbg_create_files() 428 dent = debugfs_create_file("registers", S_IRUGO, ci->debugfs, ci, in dbg_create_files()
|
/linux-4.1.27/net/ceph/ |
D | debugfs.c | 228 client->monc.debugfs_file = debugfs_create_file("monc", in ceph_debugfs_client_init() 236 client->osdc.debugfs_file = debugfs_create_file("osdc", in ceph_debugfs_client_init() 244 client->debugfs_monmap = debugfs_create_file("monmap", in ceph_debugfs_client_init() 252 client->debugfs_osdmap = debugfs_create_file("osdmap", in ceph_debugfs_client_init() 260 client->debugfs_options = debugfs_create_file("client_options", in ceph_debugfs_client_init()
|
/linux-4.1.27/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-4.1.27/drivers/video/fbdev/mbx/ |
D | mbxdebugfs.c | 225 dbg->sysconf = debugfs_create_file("sysconf", 0444, dbg->dir, in mbxfb_debugfs_init() 227 dbg->clock = debugfs_create_file("clock", 0444, dbg->dir, in mbxfb_debugfs_init() 229 dbg->display = debugfs_create_file("display", 0444, dbg->dir, in mbxfb_debugfs_init() 231 dbg->gsctl = debugfs_create_file("gsctl", 0444, dbg->dir, in mbxfb_debugfs_init() 233 dbg->sdram = debugfs_create_file("sdram", 0444, dbg->dir, in mbxfb_debugfs_init() 235 dbg->misc = debugfs_create_file("misc", 0444, dbg->dir, in mbxfb_debugfs_init()
|
/linux-4.1.27/drivers/misc/mic/host/ |
D | mic_debugfs.c | 451 debugfs_create_file("log_buf", 0444, mdev->dbg_dir, mdev, &log_buf_ops); in mic_create_debug_dir() 453 debugfs_create_file("smpt", 0444, mdev->dbg_dir, mdev, &smpt_file_ops); in mic_create_debug_dir() 455 debugfs_create_file("soft_reset", 0444, mdev->dbg_dir, mdev, in mic_create_debug_dir() 458 debugfs_create_file("post_code", 0444, mdev->dbg_dir, mdev, in mic_create_debug_dir() 461 debugfs_create_file("dp", 0444, mdev->dbg_dir, mdev, &dp_ops); in mic_create_debug_dir() 463 debugfs_create_file("vdev_info", 0444, mdev->dbg_dir, mdev, in mic_create_debug_dir() 466 debugfs_create_file("msi_irq_info", 0444, mdev->dbg_dir, mdev, in mic_create_debug_dir()
|
/linux-4.1.27/arch/mips/jz4740/ |
D | clock-debugfs.c | 73 debugfs_create_file("rate", S_IWUGO | S_IRUGO, clk->debugfs_entry, clk, in jz4740_clock_debugfs_add_clk() 75 debugfs_create_file("enabled", S_IRUGO, clk->debugfs_entry, clk, in jz4740_clock_debugfs_add_clk()
|
D | irq.c | 156 (void) debugfs_create_file("jz_regs_intc", S_IFREG | S_IRUGO, in intc_debugfs_init()
|
D | gpio.c | 515 (void) debugfs_create_file("jz_regs_gpio", S_IFREG | S_IRUGO, in gpio_debugfs_init()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | common-debug.c | 50 debugfs_create_file("modal_eeprom", S_IRUSR, debugfs_phy, ah, in ath9k_cmn_debug_modal_eeprom() 85 debugfs_create_file("base_eeprom", S_IRUSR, debugfs_phy, ah, in ath9k_cmn_debug_base_eeprom() 181 debugfs_create_file("recv", S_IRUSR, debugfs_phy, rxstats, in ath9k_cmn_debug_recv() 250 debugfs_create_file("phy_err", S_IRUSR, debugfs_phy, rxstats, in ath9k_cmn_debug_phy_err()
|
D | htc_drv_debug.c | 499 debugfs_create_file("tgt_int_stats", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 501 debugfs_create_file("tgt_tx_stats", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 503 debugfs_create_file("tgt_rx_stats", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 505 debugfs_create_file("xmit", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 507 debugfs_create_file("skb_rx", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 513 debugfs_create_file("slot", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 515 debugfs_create_file("queue", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 517 debugfs_create_file("debug", S_IRUSR | S_IWUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
|
D | common-spectral.c | 561 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler() 599 debugfs_create_file("spectral_scan_ctl", in ath9k_cmn_spectral_init_debug() 603 debugfs_create_file("spectral_short_repeat", in ath9k_cmn_spectral_init_debug() 607 debugfs_create_file("spectral_count", in ath9k_cmn_spectral_init_debug() 611 debugfs_create_file("spectral_period", in ath9k_cmn_spectral_init_debug() 615 debugfs_create_file("spectral_fft_period", in ath9k_cmn_spectral_init_debug()
|
D | dfs_debug.c | 147 debugfs_create_file("dfs_stats", S_IRUSR, in ath9k_dfs_init_debug() 149 debugfs_create_file("dfs_simulate_radar", S_IWUSR, in ath9k_dfs_init_debug()
|
D | debug.c | 1313 debugfs_create_file("debug", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1349 debugfs_create_file("ani", S_IRUSR | S_IWUSR, in ath9k_init_debug() 1353 debugfs_create_file("regidx", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1355 debugfs_create_file("regval", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1360 debugfs_create_file("regdump", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug() 1373 debugfs_create_file("antenna_diversity", S_IRUSR, in ath9k_init_debug() 1376 debugfs_create_file("bt_ant_diversity", S_IRUSR | S_IWUSR, in ath9k_init_debug() 1378 debugfs_create_file("btcoex", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug() 1383 debugfs_create_file("wow", S_IRUSR | S_IWUSR, in ath9k_init_debug() 1388 debugfs_create_file("ack_to", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() [all …]
|
D | tx99.c | 272 debugfs_create_file("tx99", S_IRUSR | S_IWUSR, in ath9k_tx99_init_debug() 275 debugfs_create_file("tx99_power", S_IRUSR | S_IWUSR, in ath9k_tx99_init_debug()
|
D | debug_sta.c | 266 debugfs_create_file("node_aggr", S_IRUGO, dir, an, &fops_node_aggr); in ath9k_sta_add_debugfs() 267 debugfs_create_file("node_recv", S_IRUGO, dir, an, &fops_node_recv); in ath9k_sta_add_debugfs()
|
/linux-4.1.27/drivers/bluetooth/ |
D | btmrvl_debugfs.c | 219 debugfs_create_file("pscmd", 0644, dbg->config_dir, in btmrvl_debugfs_init() 225 debugfs_create_file("hscmd", 0644, dbg->config_dir, in btmrvl_debugfs_init() 227 debugfs_create_file("hscfgcmd", 0644, dbg->config_dir, in btmrvl_debugfs_init() 229 debugfs_create_file("fw_dump", 0200, dbg->config_dir, in btmrvl_debugfs_init()
|
/linux-4.1.27/drivers/cpufreq/ |
D | s3c24xx-cpufreq-debugfs.c | 185 dbgfs_file_io = debugfs_create_file("io-timing", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init() 188 dbgfs_file_info = debugfs_create_file("info", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init() 191 dbgfs_file_board = debugfs_create_file("board", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
|
/linux-4.1.27/drivers/mmc/core/ |
D | debugfs.c | 226 if (!debugfs_create_file("ios", S_IRUSR, root, host, &mmc_ios_fops)) in mmc_add_host_debugfs() 229 if (!debugfs_create_file("clock", S_IRUSR | S_IWUSR, root, host, in mmc_add_host_debugfs() 359 if (!debugfs_create_file("status", S_IRUSR, root, card, in mmc_add_card_debugfs() 364 if (!debugfs_create_file("ext_csd", S_IRUSR, root, card, in mmc_add_card_debugfs()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | debugfs_sta.c | 238 debugfs_create_file("aggr_mode", S_IRUGO | S_IWUSR, dir, sta, in ath10k_sta_add_debugfs() 240 debugfs_create_file("addba", S_IWUSR, dir, sta, &fops_addba); in ath10k_sta_add_debugfs() 241 debugfs_create_file("addba_resp", S_IWUSR, dir, sta, &fops_addba_resp); in ath10k_sta_add_debugfs() 242 debugfs_create_file("delba", S_IWUSR, dir, sta, &fops_delba); in ath10k_sta_add_debugfs()
|
D | debug.c | 2036 debugfs_create_file("fw_stats", S_IRUSR, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2039 debugfs_create_file("fw_reset_stats", S_IRUSR, ar->debug.debugfs_phy, in ath10k_debug_register() 2042 debugfs_create_file("wmi_services", S_IRUSR, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2045 debugfs_create_file("simulate_fw_crash", S_IRUSR, ar->debug.debugfs_phy, in ath10k_debug_register() 2048 debugfs_create_file("fw_crash_dump", S_IRUSR, ar->debug.debugfs_phy, in ath10k_debug_register() 2051 debugfs_create_file("reg_addr", S_IRUSR | S_IWUSR, in ath10k_debug_register() 2054 debugfs_create_file("reg_value", S_IRUSR | S_IWUSR, in ath10k_debug_register() 2057 debugfs_create_file("mem_value", S_IRUSR | S_IWUSR, in ath10k_debug_register() 2060 debugfs_create_file("chip_id", S_IRUSR, ar->debug.debugfs_phy, in ath10k_debug_register() 2063 debugfs_create_file("htt_stats_mask", S_IRUSR, ar->debug.debugfs_phy, in ath10k_debug_register() [all …]
|
D | spectral.c | 478 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler() 526 debugfs_create_file("spectral_scan_ctl", in ath10k_spectral_create() 530 debugfs_create_file("spectral_count", in ath10k_spectral_create() 534 debugfs_create_file("spectral_bins", in ath10k_spectral_create()
|
/linux-4.1.27/arch/sh/mm/ |
D | cache-debugfs.c | 114 dcache_dentry = debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init() 120 icache_dentry = debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init()
|
D | tlb-debugfs.c | 154 itlb = debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init() 160 utlb = debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init()
|
D | asids-debugfs.c | 66 asids_dentry = debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, in asids_debugfs_init()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 1788 debugfs_create_file("tgt_stats", S_IRUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1792 debugfs_create_file("credit_dist_stats", S_IRUSR, in ath6kl_debug_init_fs() 1796 debugfs_create_file("endpoint_stats", S_IRUSR | S_IWUSR, in ath6kl_debug_init_fs() 1799 debugfs_create_file("fwlog", S_IRUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1802 debugfs_create_file("fwlog_block", S_IRUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1805 debugfs_create_file("fwlog_mask", S_IRUSR | S_IWUSR, ar->debugfs_phy, in ath6kl_debug_init_fs() 1808 debugfs_create_file("reg_addr", S_IRUSR | S_IWUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1811 debugfs_create_file("reg_dump", S_IRUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1814 debugfs_create_file("lrssi_roam_threshold", S_IRUSR | S_IWUSR, in ath6kl_debug_init_fs() 1817 debugfs_create_file("reg_write", S_IRUSR | S_IWUSR, in ath6kl_debug_init_fs() [all …]
|
/linux-4.1.27/drivers/misc/mei/ |
D | debugfs.c | 194 f = debugfs_create_file("meclients", S_IRUSR, dir, in mei_dbgfs_register() 200 f = debugfs_create_file("active", S_IRUSR, dir, in mei_dbgfs_register() 206 f = debugfs_create_file("devstate", S_IRUSR, dir, in mei_dbgfs_register()
|
/linux-4.1.27/arch/mips/kernel/ |
D | spinlock_test.c | 127 d = debugfs_create_file("spin_single", S_IRUGO, in spinlock_test() 133 d = debugfs_create_file("spin_multi", S_IRUGO, in spinlock_test()
|
D | segment.c | 101 segments = debugfs_create_file("segments", S_IRUGO, in segments_info()
|
/linux-4.1.27/drivers/usb/host/ |
D | fhci-dbg.c | 117 fhci->dfs_regs = debugfs_create_file("regs", S_IFREG | S_IRUGO, in fhci_dfs_create() 120 fhci->dfs_irq_stat = debugfs_create_file("irq_stat", in fhci_dfs_create()
|
D | imx21-dbg.c | 492 if (!debugfs_create_file("status", S_IRUGO, in create_debug_files() 496 if (!debugfs_create_file("dmem", S_IRUGO, in create_debug_files() 500 if (!debugfs_create_file("etd", S_IRUGO, in create_debug_files() 504 if (!debugfs_create_file("statistics", S_IRUGO, in create_debug_files() 508 if (!debugfs_create_file("isoc", S_IRUGO, in create_debug_files()
|
D | ohci-dbg.c | 767 ohci->debug_async = debugfs_create_file("async", S_IRUGO, in create_debug_files() 773 ohci->debug_periodic = debugfs_create_file("periodic", S_IRUGO, in create_debug_files() 779 ohci->debug_registers = debugfs_create_file("registers", S_IRUGO, in create_debug_files()
|
D | ehci-dbg.c | 1057 if (!debugfs_create_file("async", S_IRUGO, ehci->debug_dir, bus, in create_debug_files() 1061 if (!debugfs_create_file("bandwidth", S_IRUGO, ehci->debug_dir, bus, in create_debug_files() 1065 if (!debugfs_create_file("periodic", S_IRUGO, ehci->debug_dir, bus, in create_debug_files() 1069 if (!debugfs_create_file("registers", S_IRUGO, ehci->debug_dir, bus, in create_debug_files()
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_stats.c | 760 if (!debugfs_create_file("resource_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 766 if (!debugfs_create_file("rx_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 772 if (!debugfs_create_file("wqe_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 778 if (!debugfs_create_file("tx_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 784 if (!debugfs_create_file("db_err_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 791 if (!debugfs_create_file("tx_qp_err_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 797 if (!debugfs_create_file("rx_qp_err_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 804 if (!debugfs_create_file("tx_dbg_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 810 if (!debugfs_create_file("rx_dbg_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 816 if (!debugfs_create_file("driver_dbg_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() [all …]
|
/linux-4.1.27/arch/arm/plat-pxa/ |
D | dma.c | 208 chan_state = debugfs_create_file("state", 0400, chan, dt, in pxa_dma_dbg_alloc_chan() 211 chan_descr = debugfs_create_file("descriptors", 0400, chan, dt, in pxa_dma_dbg_alloc_chan() 214 chan_reqs = debugfs_create_file("requesters", 0400, chan, dt, in pxa_dma_dbg_alloc_chan() 235 dbgfs_state = debugfs_create_file("state", 0400, dbgfs_root, NULL, in pxa_dma_init_debugfs()
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | debug.c | 181 whc->dbg->di_f = debugfs_create_file("di", 0444, in whc_dbg_init() 184 whc->dbg->asl_f = debugfs_create_file("asl", 0444, in whc_dbg_init() 187 whc->dbg->pzl_f = debugfs_create_file("pzl", 0444, in whc_dbg_init()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_debugfs.c | 113 debugfs_create_file("build-info", S_IRUGO, debugfs_root, in usnic_debugfs_init() 139 qp_flow->dbgfs_dentry = debugfs_create_file(qp_flow->dentry_name, in usnic_debugfs_flow_add()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | debugfs.h | 56 entry = debugfs_create_file(#name, 0400, parent, \ 65 entry = debugfs_create_file(#name, 0400, parent, \
|
/linux-4.1.27/arch/x86/kernel/ |
D | pmc_atom.c | 263 f = debugfs_create_file("dev_state", S_IFREG | S_IRUGO, in pmc_dbgfs_register() 270 f = debugfs_create_file("pss_state", S_IFREG | S_IRUGO, in pmc_dbgfs_register() 277 f = debugfs_create_file("sleep_state", S_IFREG | S_IRUGO, in pmc_dbgfs_register()
|
D | kdebugfs.c | 93 data = debugfs_create_file("data", S_IRUGO, d, node, &fops_setup_data); in create_setup_data_node()
|
D | iosf_mbi.c | 252 debugfs_create_file("mcr", 0660, iosf_dbg, &dbg_mcr, &iosf_mcr_fops); in iosf_sideband_debug_init()
|
D | tboot.c | 429 debugfs_create_file("tboot_log", S_IRUSR, in tboot_late_init()
|
/linux-4.1.27/drivers/base/regmap/ |
D | regmap-debugfs.c | 511 debugfs_create_file("name", 0400, map->debugfs, in regmap_debugfs_init() 514 debugfs_create_file("range", 0400, map->debugfs, in regmap_debugfs_init() 525 debugfs_create_file("registers", registers_mode, map->debugfs, in regmap_debugfs_init() 527 debugfs_create_file("access", 0400, map->debugfs, in regmap_debugfs_init() 545 debugfs_create_file(range_node->name, 0400, in regmap_debugfs_init()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 1005 debugfs_create_file("debug", S_IWUSR | S_IRUSR, phydir, ah, in ath5k_debug_init_device() 1008 debugfs_create_file("registers", S_IRUSR, phydir, ah, &fops_registers); in ath5k_debug_init_device() 1010 debugfs_create_file("beacon", S_IWUSR | S_IRUSR, phydir, ah, in ath5k_debug_init_device() 1013 debugfs_create_file("reset", S_IWUSR, phydir, ah, &fops_reset); in ath5k_debug_init_device() 1015 debugfs_create_file("antenna", S_IWUSR | S_IRUSR, phydir, ah, in ath5k_debug_init_device() 1018 debugfs_create_file("misc", S_IRUSR, phydir, ah, &fops_misc); in ath5k_debug_init_device() 1020 debugfs_create_file("eeprom", S_IRUSR, phydir, ah, &fops_eeprom); in ath5k_debug_init_device() 1022 debugfs_create_file("frameerrors", S_IWUSR | S_IRUSR, phydir, ah, in ath5k_debug_init_device() 1025 debugfs_create_file("ani", S_IWUSR | S_IRUSR, phydir, ah, &fops_ani); in ath5k_debug_init_device() 1027 debugfs_create_file("queue", S_IWUSR | S_IRUSR, phydir, ah, in ath5k_debug_init_device()
|
/linux-4.1.27/drivers/regulator/ |
D | dbx500-prcmu.c | 176 rdebug.status_file = debugfs_create_file("status", in ux500_regulator_debug_init() 183 rdebug.power_state_cnt_file = debugfs_create_file("power-state-count", in ux500_regulator_debug_init()
|
/linux-4.1.27/net/batman-adv/ |
D | debugfs.c | 211 d = debugfs_create_file("log", S_IFREG | S_IRUSR, in batadv_debug_log_setup() 429 file = debugfs_create_file(((*bat_debug)->attr).name, in batadv_debugfs_init() 471 file = debugfs_create_file(((*bat_debug)->attr).name, in batadv_debugfs_add_hardif() 525 file = debugfs_create_file(((*bat_debug)->attr).name, in batadv_debugfs_add_meshif()
|
D | icmp_socket.c | 303 d = debugfs_create_file(BATADV_ICMP_SOCKET, S_IFREG | S_IWUSR | S_IRUSR, in batadv_socket_setup()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | netdebug.c | 520 nst_dentry = debugfs_create_file(NST_DEBUG_NAME, mode, in o2net_debugfs_init() 523 sc_dentry = debugfs_create_file(SC_DEBUG_NAME, mode, in o2net_debugfs_init() 526 stats_dentry = debugfs_create_file(STATS_DEBUG_NAME, mode, in o2net_debugfs_init() 529 nodes_dentry = debugfs_create_file(NODES_DEBUG_NAME, mode, in o2net_debugfs_init()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_debugfs.c | 107 ent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO, in drm_debugfs_create_files() 392 ent = debugfs_create_file("force", S_IRUGO | S_IWUSR, root, connector, in drm_debugfs_connector_add() 398 ent = debugfs_create_file("edid_override", S_IRUGO | S_IWUSR, root, in drm_debugfs_connector_add()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_debugfs.c | 253 file = debugfs_create_file("regdump", S_IRUGO, root, musb, in musb_init_debugfs() 260 file = debugfs_create_file("testmode", S_IRUGO | S_IWUSR, in musb_init_debugfs()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_debugfs.c | 235 pfile = debugfs_create_file("reg_ops", 0600, in ixgbe_dbg_adapter_init() 240 pfile = debugfs_create_file("netdev_ops", 0600, in ixgbe_dbg_adapter_init()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | oct_ilm.c | 75 show_dentry = debugfs_create_file("statistics", 0222, dir, NULL, in init_debufs() 82 show_dentry = debugfs_create_file("reset", 0222, dir, NULL, in init_debufs()
|
/linux-4.1.27/arch/mips/ralink/ |
D | bootrom.c | 38 if (!debugfs_create_file("bootrom", 0444, in bootrom_setup()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00debug.c | 683 intf->dev_flags = debugfs_create_file("dev_flags", S_IRUSR, in rt2x00debug_register() 689 intf->cap_flags = debugfs_create_file("cap_flags", S_IRUSR, in rt2x00debug_register() 713 debugfs_create_file(__stringify(__name) "_value", \ in rt2x00debug_register() 737 debugfs_create_file("dump", S_IRUSR, intf->queue_folder, in rt2x00debug_register() 747 debugfs_create_file("queue", S_IRUSR, intf->queue_folder, in rt2x00debug_register() 753 debugfs_create_file("crypto", S_IRUGO, intf->queue_folder, in rt2x00debug_register()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 190 debugfs_create_file(name, 0600, in fm10k_dbg_q_vector_init() 201 debugfs_create_file(name, 0600, in fm10k_dbg_q_vector_init()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | core.c | 140 debugfs_create_file("clk", S_IRUGO, dss_debugfs_dir, in dss_initialize_debugfs() 156 d = debugfs_create_file(name, S_IRUGO, dss_debugfs_dir, in dss_debugfs_create_file()
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | debug.c | 165 debugfs_create_file("status", S_IRUGO, de, host1x, &host1x_debug_fops); in host1x_debugfs_init() 166 debugfs_create_file("status_all", S_IRUGO, de, host1x, in host1x_debugfs_init()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_fs.c | 268 priv->mcg_dentry = debugfs_create_file(name, S_IFREG | S_IRUGO, in ipoib_create_debug_files() 274 priv->path_dentry = debugfs_create_file(name, S_IFREG | S_IRUGO, in ipoib_create_debug_files()
|
/linux-4.1.27/drivers/sh/intc/ |
D | virq-debugfs.c | 58 if (debugfs_create_file("intc_irq_xlate", S_IRUGO, NULL, NULL, in intc_irq_xlate_init()
|
/linux-4.1.27/kernel/time/ |
D | timekeeping_debug.c | 59 d = debugfs_create_file("sleep_time", 0444, NULL, NULL, in tk_debug_sleep_time_init()
|
D | test_udelay.c | 149 udelay_test_debugfs_file = debugfs_create_file(DEBUGFS_FILENAME, in udelay_test_init()
|
/linux-4.1.27/drivers/ras/ |
D | debugfs.c | 44 fentry = debugfs_create_file("daemon_active", S_IRUSR, ras_debugfs_dir, in ras_add_daemon_trace()
|
/linux-4.1.27/drivers/uwb/ |
D | uwb-debug.c | 325 rc->dbg->command_f = debugfs_create_file("command", 0200, in uwb_dbg_add_rc() 328 rc->dbg->reservations_f = debugfs_create_file("reservations", 0444, in uwb_dbg_add_rc() 334 rc->dbg->drp_avail_f = debugfs_create_file("drp_avail", 0444, in uwb_dbg_add_rc()
|
/linux-4.1.27/drivers/hid/ |
D | hid-wiimote-debug.c | 187 dbg->eeprom = debugfs_create_file("eeprom", S_IRUSR, in wiidebug_init() 192 dbg->drm = debugfs_create_file("drm", S_IRUSR, in wiidebug_init()
|
D | hid-picolcd_debugfs.c | 858 data->debug_reset = debugfs_create_file("reset", 0600, in picolcd_init_devfs() 863 data->debug_eeprom = debugfs_create_file("eeprom", in picolcd_init_devfs() 873 data->debug_flash = debugfs_create_file("flash", in picolcd_init_devfs()
|
D | hid-debug.c | 1226 hdev->debug_rdesc = debugfs_create_file("rdesc", 0400, in hid_debug_register() 1228 hdev->debug_events = debugfs_create_file("events", 0400, in hid_debug_register()
|
/linux-4.1.27/lib/ |
D | fault-inject.c | 165 return debugfs_create_file(name, mode, parent, value, &fops_ul); in debugfs_create_ul() 185 return debugfs_create_file(name, mode, parent, value, in debugfs_create_stacktrace_depth()
|
D | notifier-error-inject.c | 23 return debugfs_create_file(name, mode, parent, value, &fops_errno); in debugfs_create_errno()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 4063 debugfs_create_file(name, S_IFREG|S_IRUGO|S_IWUSR, in lpfc_debugfs_initialize() 4076 debugfs_create_file(name, in lpfc_debugfs_initialize() 4093 debugfs_create_file(name, in lpfc_debugfs_initialize() 4109 debugfs_create_file(name, S_IFREG|S_IRUGO|S_IWUSR, in lpfc_debugfs_initialize() 4121 debugfs_create_file(name, S_IFREG|S_IRUGO|S_IWUSR, in lpfc_debugfs_initialize() 4133 debugfs_create_file(name, S_IFREG|S_IRUGO|S_IWUSR, in lpfc_debugfs_initialize() 4145 debugfs_create_file(name, S_IFREG|S_IRUGO|S_IWUSR, in lpfc_debugfs_initialize() 4156 debugfs_create_file(name, S_IFREG|S_IRUGO|S_IWUSR, in lpfc_debugfs_initialize() 4167 debugfs_create_file(name, S_IFREG|S_IRUGO|S_IWUSR, in lpfc_debugfs_initialize() 4178 debugfs_create_file(name, S_IFREG|S_IRUGO|S_IWUSR, in lpfc_debugfs_initialize() [all …]
|
/linux-4.1.27/arch/mips/math-emu/ |
D | me-debugfs.c | 46 d = debugfs_create_file(#m , S_IRUGO, dir, \ in debugfs_fpuemu()
|
/linux-4.1.27/net/mac80211/ |
D | rc80211_minstrel_debugfs.c | 219 mi->dbg_stats = debugfs_create_file("rc_stats", S_IRUGO, dir, mi, in minstrel_add_sta_debugfs() 222 mi->dbg_stats_csv = debugfs_create_file("rc_stats_csv", S_IRUGO, dir, in minstrel_add_sta_debugfs()
|
D | debugfs.c | 57 debugfs_create_file(#name, 0400, phyd, local, &name## _ops); 60 debugfs_create_file(#name, mode, phyd, local, &name## _ops); 225 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
|
D | rc80211_minstrel_ht_debugfs.c | 308 msp->dbg_stats = debugfs_create_file("rc_stats", S_IRUGO, dir, msp, in minstrel_ht_add_sta_debugfs() 310 msp->dbg_stats_csv = debugfs_create_file("rc_stats_csv", S_IRUGO, in minstrel_ht_add_sta_debugfs()
|
D | debugfs_netdev.c | 557 debugfs_create_file(#name, mode, sdata->vif.debugfs_dir, \ 618 debugfs_create_file(#name, 0400, dir, sdata, &name##_ops); in add_mesh_stats() 635 debugfs_create_file(#name, 0600, dir, sdata, &name##_ops); in add_mesh_config()
|
/linux-4.1.27/fs/dlm/ |
D | debug_fs.c | 715 ls->ls_debug_rsb_dentry = debugfs_create_file(ls->ls_name, in dlm_create_debug_file() 728 ls->ls_debug_locks_dentry = debugfs_create_file(name, in dlm_create_debug_file() 741 ls->ls_debug_all_dentry = debugfs_create_file(name, in dlm_create_debug_file() 754 ls->ls_debug_toss_dentry = debugfs_create_file(name, in dlm_create_debug_file() 765 ls->ls_debug_waiters_dentry = debugfs_create_file(name, in dlm_create_debug_file()
|
/linux-4.1.27/drivers/iio/imu/ |
D | adis16480.c | 240 debugfs_create_file("firmware_revision", 0400, in adis16480_debugfs_init() 243 debugfs_create_file("firmware_date", 0400, indio_dev->debugfs_dentry, in adis16480_debugfs_init() 245 debugfs_create_file("serial_number", 0400, indio_dev->debugfs_dentry, in adis16480_debugfs_init() 247 debugfs_create_file("product_id", 0400, indio_dev->debugfs_dentry, in adis16480_debugfs_init() 249 debugfs_create_file("flash_count", 0400, indio_dev->debugfs_dentry, in adis16480_debugfs_init()
|
D | adis16400_core.c | 113 debugfs_create_file("serial_number", 0400, in adis16400_debugfs_init() 117 debugfs_create_file("product_id", 0400, in adis16400_debugfs_init() 120 debugfs_create_file("flash_count", 0400, indio_dev->debugfs_dentry, in adis16400_debugfs_init()
|
/linux-4.1.27/drivers/misc/mic/card/ |
D | mic_debugfs.c | 93 d = debugfs_create_file("intr_test", 0444, mdrv->dbg_dir, in mic_create_card_debug_dir()
|
/linux-4.1.27/fs/ubifs/ |
D | debug.c | 2840 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2846 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2852 dent = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2858 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2865 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2872 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2879 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2886 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2893 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2900 dent = debugfs_create_file(fname, S_IRUSR | S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() [all …]
|
/linux-4.1.27/drivers/iio/gyro/ |
D | adis16136.c | 152 debugfs_create_file("serial_number", 0400, indio_dev->debugfs_dentry, in adis16136_debugfs_init() 154 debugfs_create_file("product_id", 0400, indio_dev->debugfs_dentry, in adis16136_debugfs_init() 156 debugfs_create_file("flash_count", 0400, indio_dev->debugfs_dentry, in adis16136_debugfs_init()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | debug.c | 401 if (!debugfs_create_file("status", S_IRUSR, d->debugfs_phy, in cw1200_debug_init() 405 if (!debugfs_create_file("counters", S_IRUSR, d->debugfs_phy, in cw1200_debug_init() 409 if (!debugfs_create_file("wsm_dumps", S_IWUSR, d->debugfs_phy, in cw1200_debug_init()
|
/linux-4.1.27/drivers/acpi/ |
D | custom_method.c | 85 cm_dentry = debugfs_create_file("custom_method", S_IWUSR, in acpi_custom_method_init()
|
D | ec_sys.c | 136 if (!debugfs_create_file("io", mode, dev_dir, ec, &acpi_ec_io_ops)) in acpi_ec_add_debugfs()
|
/linux-4.1.27/drivers/s390/char/ |
D | zcore.c | 693 zcore_file = debugfs_create_file("mem", S_IRUSR, zcore_dir, NULL, in zcore_init() 699 zcore_memmap_file = debugfs_create_file("memmap", S_IRUSR, zcore_dir, in zcore_init() 705 zcore_reipl_file = debugfs_create_file("reipl", S_IRUSR, zcore_dir, in zcore_init() 711 zcore_hsa_file = debugfs_create_file("hsa", S_IRUSR|S_IWUSR, zcore_dir, in zcore_init()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 175 ring_debug->debug = debugfs_create_file(entry_name, S_IRUSR, in adf_ring_debugfs_add() 291 bank->bank_debug_cfg = debugfs_create_file("config", S_IRUSR, in adf_bank_debugfs_add()
|
D | adf_cfg.c | 140 dev_cfg_data->debug = debugfs_create_file("dev_cfg", S_IRUSR, in adf_cfg_dev_add()
|
/linux-4.1.27/include/linux/ |
D | debugfs.h | 50 struct dentry *debugfs_create_file(const char *name, umode_t mode, 130 static inline struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file() function
|
/linux-4.1.27/net/sunrpc/ |
D | debugfs.c | 153 if (!debugfs_create_file("tasks", S_IFREG | S_IRUSR, clnt->cl_debugfs, in rpc_clnt_debugfs_register() 255 if (!debugfs_create_file("info", S_IFREG | S_IRUSR, xprt->debugfs, in rpc_xprt_debugfs_register()
|
/linux-4.1.27/fs/pstore/ |
D | ftrace.c | 121 file = debugfs_create_file("record_ftrace", 0600, dir, NULL, in pstore_register_ftrace()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_debugfs.c | 74 debugfs_create_file("rlb_hash_table", 0400, bond->debug_dir, in bond_debug_register()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | debug.c | 113 dentry = debugfs_create_file(fn, S_IRUGO, dentry, entry, in brcmf_debugfs_add_entry()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_debugfs.c | 98 dent = debugfs_create_file("stats", 0444, stream->debugfs_dir, in uvc_debugfs_init_stream()
|
/linux-4.1.27/arch/s390/hypfs/ |
D | hypfs_dbfs.c | 82 df->dentry = debugfs_create_file(df->name, 0400, dbfs_dir, df, in hypfs_dbfs_create_file()
|
/linux-4.1.27/drivers/s390/cio/ |
D | qdio_debug.c | 307 q->debugfs_q = debugfs_create_file(name, S_IFREG | S_IRUGO | S_IWUSR, in setup_debugfs_entry() 323 irq_ptr->debugfs_perf = debugfs_create_file("statistics", in qdio_setup_debug_entries()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinconf.c | 613 debugfs_create_file("pinconf-pins", S_IFREG | S_IRUGO, in pinconf_init_device_debugfs() 615 debugfs_create_file("pinconf-groups", S_IFREG | S_IRUGO, in pinconf_init_device_debugfs() 617 debugfs_create_file("pinconf-config", (S_IRUGO | S_IWUSR | S_IWGRP), in pinconf_init_device_debugfs()
|
D | core.c | 1629 debugfs_create_file("pins", S_IFREG | S_IRUGO, in pinctrl_init_device_debugfs() 1631 debugfs_create_file("pingroups", S_IFREG | S_IRUGO, in pinctrl_init_device_debugfs() 1633 debugfs_create_file("gpio-ranges", S_IFREG | S_IRUGO, in pinctrl_init_device_debugfs() 1655 debugfs_create_file("pinctrl-devices", S_IFREG | S_IRUGO, in pinctrl_init_debugfs() 1657 debugfs_create_file("pinctrl-maps", S_IFREG | S_IRUGO, in pinctrl_init_debugfs() 1659 debugfs_create_file("pinctrl-handles", S_IFREG | S_IRUGO, in pinctrl_init_debugfs()
|
D | pinmux.c | 665 debugfs_create_file("pinmux-functions", S_IFREG | S_IRUGO, in pinmux_init_device_debugfs() 667 debugfs_create_file("pinmux-pins", S_IFREG | S_IRUGO, in pinmux_init_device_debugfs()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_debugfs.c | 503 dentry = debugfs_create_file("in_flight_summary", S_IRUSR|S_IRGRP, in drbd_debugfs_resource_add() 667 dentry = debugfs_create_file("callback_history", S_IRUSR|S_IRGRP, in drbd_debugfs_connection_add() 674 dentry = debugfs_create_file("oldest_requests", S_IRUSR|S_IRGRP, in drbd_debugfs_connection_add() 838 dentry = debugfs_create_file(#name, S_IRUSR|S_IRGRP, \ in drbd_debugfs_device_attr() 936 dentry = debugfs_create_file("version", 0444, drbd_debugfs_root, NULL, &drbd_version_fops); in drbd_debugfs_init()
|
/linux-4.1.27/net/wireless/ |
D | debugfs.c | 106 debugfs_create_file(#name, S_IRUGO, phyd, &rdev->wiphy, &name## _ops);
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 156 hcall_file = debugfs_create_file(cpu_name_buf, S_IRUGO, in hcall_inst_init()
|
D | dtl.c | 342 dtl->file = debugfs_create_file(name, 0400, dtl_dir, dtl, &dtl_fops); in dtl_setup_file()
|
/linux-4.1.27/fs/nfsd/ |
D | fault_inject.c | 142 if (!debugfs_create_file(op->file, mode, debug_dir, op, &fops_nfsd)) in nfsd_fault_inject_init()
|
/linux-4.1.27/drivers/acpi/apei/ |
D | einj.c | 718 fentry = debugfs_create_file("available_error_type", S_IRUSR, in einj_init() 723 fentry = debugfs_create_file("error_type", S_IRUSR | S_IWUSR, in einj_init() 727 fentry = debugfs_create_file("error_inject", S_IWUSR, in einj_init()
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | debugfs.c | 652 file = debugfs_create_file("mode", S_IRUGO | S_IWUSR, root, in dwc3_debugfs_init() 662 file = debugfs_create_file("testmode", S_IRUGO | S_IWUSR, root, in dwc3_debugfs_init() 669 file = debugfs_create_file("link_state", S_IRUGO | S_IWUSR, root, in dwc3_debugfs_init()
|
/linux-4.1.27/drivers/misc/cxl/ |
D | debugfs.c | 51 return debugfs_create_file(name, mode, parent, (void *)value, &fops_io_x64); in debugfs_create_io_x64()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmdebug.c | 894 dc->debug_state_dentry = debugfs_create_file(DLM_DEBUGFS_DLM_STATE, in dlm_debug_init() 905 debugfs_create_file(DLM_DEBUGFS_LOCKING_STATE, in dlm_debug_init() 915 dc->debug_mle_dentry = debugfs_create_file(DLM_DEBUGFS_MLE_STATE, in dlm_debug_init() 926 debugfs_create_file(DLM_DEBUGFS_PURGE_LIST, in dlm_debug_init()
|
/linux-4.1.27/arch/s390/pci/ |
D | pci_debug.c | 138 zdev->debugfs_perf = debugfs_create_file("statistics", in zpci_debug_init_device()
|
/linux-4.1.27/sound/soc/fsl/ |
D | fsl_ssi_dbg.c | 149 ssi_dbg->dbg_stats = debugfs_create_file("stats", S_IRUGO, in fsl_ssi_debugfs_create()
|
D | imx-audmux.c | 161 if (!debugfs_create_file(buf, 0444, audmux_debugfs_root, in audmux_debugfs_init()
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-si476x.c | 1379 dentry = debugfs_create_file("acf", S_IRUGO, in si476x_radio_init_debugfs() 1386 dentry = debugfs_create_file("rds_blckcnt", S_IRUGO, in si476x_radio_init_debugfs() 1394 dentry = debugfs_create_file("agc", S_IRUGO, in si476x_radio_init_debugfs() 1401 dentry = debugfs_create_file("rsq", S_IRUGO, in si476x_radio_init_debugfs() 1408 dentry = debugfs_create_file("rsq_primary", S_IRUGO, in si476x_radio_init_debugfs()
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 148 d = debugfs_create_file(__stringify(name), \
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | debugfs.c | 761 priv->debugfs_files[i] = debugfs_create_file(files->name, in lbs_debugfs_init_one() 774 priv->debugfs_events_files[i] = debugfs_create_file(files->name, in lbs_debugfs_init_one() 787 priv->debugfs_regs_files[i] = debugfs_create_file(files->name, in lbs_debugfs_init_one() 985 priv->debugfs_debug = debugfs_create_file("debug", 0644, in lbs_debug_init()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 149 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, in qla2x00_dfs_setup()
|
/linux-4.1.27/drivers/md/bcache/ |
D | closure.c | 216 debug = debugfs_create_file("closures", 0400, NULL, NULL, &debug_ops); in closure_debug_init()
|
D | debug.c | 233 c->debug = debugfs_create_file(name, 0400, debug, c, in bch_debug_init_cache_set()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_debugfs.c | 137 de = debugfs_create_file(name, mode, root, minor->dev, fops); in armada_debugfs_create()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 223 stats->avg = debugfs_create_file("average", 0400, in mlx5_cmdif_debugfs_init() 511 d->fields[i].dent = debugfs_create_file(field[i], 0400, in add_res_tree()
|
D | cmd.c | 1011 dbg->dbg_in = debugfs_create_file("in", 0400, dbg->dbg_root, in create_debugfs_files() 1016 dbg->dbg_out = debugfs_create_file("out", 0200, dbg->dbg_root, in create_debugfs_files() 1021 dbg->dbg_outlen = debugfs_create_file("out_len", 0600, dbg->dbg_root, in create_debugfs_files() 1031 dbg->dbg_run = debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 269 debugfs_create_file("err_injct", 0200, in pnv_eeh_post_init() 273 debugfs_create_file("err_injct_outbound", 0600, in pnv_eeh_post_init() 276 debugfs_create_file("err_injct_inboundA", 0600, in pnv_eeh_post_init() 279 debugfs_create_file("err_injct_inboundB", 0600, in pnv_eeh_post_init()
|
D | opal-lpc.c | 367 debugfs_create_file(fname, 0600, folder, entry, &lpc_fops); in opal_lpc_debugfs_create_type()
|
/linux-4.1.27/drivers/iommu/ |
D | omap-iommu-debug.c | 166 dent = debugfs_create_file(#attr, mode, obj->debug_dir, \
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_sysfs.c | 213 ctrl->dentry = debugfs_create_file(dev_name(&ctrl->pci_dev->dev), in cpqhp_create_debugfs_files()
|
/linux-4.1.27/drivers/edac/ |
D | mce_amd_inj.c | 222 dfs_fls[i].d = debugfs_create_file(dfs_fls[i].name, in init_mce_inject()
|
D | altera_edac.c | 214 debugfs_create_file("inject_ctrl", S_IWUSR, mci->debugfs, mci, in altr_sdr_mc_create_debugfs_nodes()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | scom.c | 209 debugfs_create_file("access", 0600, dir, ent, &scom_debug_fops); in scom_debug_init_one()
|
D | ppc4xx_ocm.c | 302 if (debugfs_create_file("info", 0644, junk, NULL, &ocm_debugfs_fops)) { in ocm_debugfs_init()
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-ks8695.c | 312 (void) debugfs_create_file("ks8695_gpio", S_IFREG | S_IRUGO, NULL, NULL, &ks8695_gpio_operations); in ks8695_gpio_debugfs_init()
|
/linux-4.1.27/arch/s390/mm/ |
D | dump_pagetables.c | 222 debugfs_create_file("kernel_page_tables", 0400, NULL, NULL, &ptdump_fops); in pt_dump_init()
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_text.c | 681 d = debugfs_create_file(name, 0600, mon_dir, mbus, in mon_text_add() 691 d = debugfs_create_file(name, 0600, mon_dir, mbus, &mon_fops_text_u); in mon_text_add() 699 d = debugfs_create_file(name, 0600, mon_dir, mbus, &mon_fops_stat); in mon_text_add()
|
/linux-4.1.27/kernel/gcov/ |
D | fs.c | 448 node->dentry = debugfs_create_file(deskew(node->name), 0600, in new_node() 777 reset_dentry = debugfs_create_file("reset", 0600, root_node.dentry, in gcov_fs_init()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | timing.c | 226 debugfs_file = debugfs_create_file(dbg_fname, 0666, in kvmppc_create_vcpu_debugfs()
|
/linux-4.1.27/drivers/staging/android/ |
D | sync_debug.c | 223 debugfs_create_file("sync", S_IRUGO, NULL, NULL, &sync_debugfs_fops); in sync_debugfs_init()
|
/linux-4.1.27/drivers/watchdog/ |
D | ie6xx_wdt.c | 230 ie6xx_wdt_data.debugfs = debugfs_create_file("ie6xx_wdt", in ie6xx_wdt_debugfs_init()
|
D | bcm_kona_wdt.c | 166 if (debugfs_create_file("info", S_IFREG | S_IRUGO, dir, wdt, in bcm_kona_wdt_debug_init()
|
/linux-4.1.27/arch/x86/mm/ |
D | tlb.c | 344 debugfs_create_file("tlb_single_page_flush_ceiling", S_IRUSR | S_IWUSR, in create_tlb_single_page_flush_ceiling()
|
D | dump_pagetables.c | 415 pe = debugfs_create_file("kernel_page_tables", 0600, NULL, NULL, in pt_dump_init()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 73 ent = debugfs_create_file(#name , 0400, ibd->qib_ibdev_dbg, \
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_perf.c | 228 perf->ent = debugfs_create_file("perf", S_IFREG | S_IRUGO, in msm_perf_debugfs_init()
|
D | msm_rd.c | 233 rd->ent = debugfs_create_file("rd", S_IFREG | S_IRUGO, in msm_rd_debugfs_init()
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 310 debugfs_create_file(files->name, in rsi_init_dbgfs()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | clock.c | 318 (void) debugfs_create_file("at32ap_clk", S_IFREG | S_IRUGO, in clk_debugfs_init()
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 154 debugfs_create_file("info", S_IFREG | S_IRUGO, device_root, qca, in qcaspi_init_device_debugfs()
|
/linux-4.1.27/drivers/hsi/controllers/ |
D | omap_ssi.c | 154 debugfs_create_file("regs", S_IRUGO, omap_ssi->dir, ssi, in ssi_debug_add_ctrl() 160 debugfs_create_file("regs", S_IRUGO, dir, ssi, &ssi_gdd_regs_fops); in ssi_debug_add_ctrl()
|
/linux-4.1.27/drivers/block/rsxx/ |
D | core.c | 253 debugfs_stats = debugfs_create_file("stats", S_IRUGO, in rsxx_debugfs_dev_new() 259 debugfs_pci_regs = debugfs_create_file("pci_regs", S_IRUGO, in rsxx_debugfs_dev_new() 265 debugfs_cram = debugfs_create_file("cram", S_IRUGO | S_IWUSR, in rsxx_debugfs_dev_new()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 289 return debugfs_create_file(name, mode, parent, value, in wil_debugfs_create_iomem_x32() 312 return debugfs_create_file(name, mode, parent, value, &wil_fops_ulong); in wil_debugfs_create_ulong() 547 return debugfs_create_file(name, mode, parent, blob, &fops_ioblob); in wil_debugfs_create_ioblob() 1379 debugfs_create_file(dbg_files[i].name, dbg_files[i].mode, dbg, in wil6210_debugfs_init_files()
|
/linux-4.1.27/arch/arc/kernel/ |
D | troubleshoot.c | 313 test_dentry = debugfs_create_file("tlb_stats", 0444, test_dir, NULL, in arc_debugfs_init()
|
/linux-4.1.27/drivers/platform/olpc/ |
D | olpc-ec.c | 245 debugfs_create_file("cmd", 0600, dbgfs_dir, NULL, &ec_dbgfs_ops); in olpc_ec_setup_debugfs()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce-severity.c | 347 fsev = debugfs_create_file("severities-coverage", 0444, dmce, NULL, in severities_debugfs_init()
|
/linux-4.1.27/drivers/misc/ti-st/ |
D | st_kim.c | 849 debugfs_create_file("version", S_IRUGO, kim_debugfs_dir, in kim_probe() 851 debugfs_create_file("protocols", S_IRUGO, kim_debugfs_dir, in kim_probe()
|
/linux-4.1.27/drivers/net/caif/ |
D | caif_spi.c | 253 cfspi->dbgfs_state = debugfs_create_file("state", S_IRUGO, in dev_debugfs_add() 256 cfspi->dbgfs_frame = debugfs_create_file("frame", S_IRUGO, in dev_debugfs_add()
|
/linux-4.1.27/arch/arm64/mm/ |
D | dump.c | 338 pe = debugfs_create_file("kernel_page_tables", 0400, NULL, NULL, in ptdump_init()
|
/linux-4.1.27/arch/arm/mm/ |
D | dump.c | 356 pe = debugfs_create_file("kernel_page_tables", 0400, NULL, NULL, in ptdump_init()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_debugfs.c | 327 tunnels = debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | debug.c | 217 dentry = debugfs_create_file(fn, S_IRUGO, dentry, entry, in brcms_debugfs_add_entry()
|
/linux-4.1.27/drivers/platform/x86/ |
D | ideapad-laptop.c | 324 node = debugfs_create_file("cfg", S_IRUGO, priv->debug, priv, in ideapad_debugfs_init() 331 node = debugfs_create_file("status", S_IRUGO, priv->debug, priv, in ideapad_debugfs_init()
|
/linux-4.1.27/drivers/mtd/devices/ |
D | docg3.c | 1788 entry = debugfs_create_file("flashcontrol", S_IRUSR, root, docg3, in doc_dbg_register() 1791 entry = debugfs_create_file("asic_mode", S_IRUSR, root, in doc_dbg_register() 1794 entry = debugfs_create_file("device_id", S_IRUSR, root, in doc_dbg_register() 1797 entry = debugfs_create_file("protection", S_IRUSR, root, in doc_dbg_register()
|
/linux-4.1.27/drivers/clk/ |
D | clk.c | 412 d = debugfs_create_file(name, mode, hw->core->dentry, data, in clk_debugfs_add_file() 441 d = debugfs_create_file("clk_summary", S_IRUGO, rootdir, &all_lists, in clk_debug_init() 446 d = debugfs_create_file("clk_dump", S_IRUGO, rootdir, &all_lists, in clk_debug_init() 451 d = debugfs_create_file("clk_orphan_summary", S_IRUGO, rootdir, in clk_debug_init() 456 d = debugfs_create_file("clk_orphan_dump", S_IRUGO, rootdir, in clk_debug_init()
|
D | clk-nomadik.c | 502 debugfs_create_file("nomadik-src-clk", S_IFREG | S_IRUGO, in nomadik_src_clk_init_debugfs()
|
/linux-4.1.27/arch/c6x/platforms/ |
D | pll.c | 438 debugfs_create_file("c6x_clocks", S_IFREG | S_IRUGO, NULL, NULL, in c6x_clk_debugfs_init()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | axon_msi.c | 486 if (!debugfs_create_file(name, 0600, powerpc_debugfs_root, in axon_msi_debug_setup()
|
/linux-4.1.27/fs/ocfs2/ |
D | blockcheck.c | 246 return debugfs_create_file(name, S_IFREG | S_IRUSR, parent, value, in blockcheck_debugfs_create()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | pm.c | 555 (void) debugfs_create_file("omap_pm", S_IWUSR | S_IRUGO, in omap_pm_init_debugfs()
|
/linux-4.1.27/drivers/idle/ |
D | i7300_idle.c | 571 debugfs_file_list[i].file = debugfs_create_file( in i7300_idle_init()
|
/linux-4.1.27/arch/x86/platform/intel-quark/ |
D | imr.c | 274 idev->file = debugfs_create_file("imr_state", S_IFREG | S_IRUGO, NULL, in imr_debugfs_register()
|
/linux-4.1.27/kernel/power/ |
D | main.c | 228 debugfs_create_file("suspend_stats", S_IFREG | S_IRUGO, in pm_debugfs_init()
|
D | qos.c | 596 (void)debugfs_create_file(qos->name, S_IRUGO, d, in register_pm_qos_misc()
|
/linux-4.1.27/kernel/trace/ |
D | blktrace.c | 406 return debugfs_create_file(filename, mode, parent, buf, in blk_create_buf_file_callback() 494 bt->dropped_file = debugfs_create_file("dropped", 0444, dir, bt, in do_blk_trace_setup() 499 bt->msg_file = debugfs_create_file("msg", 0222, dir, bt, &blk_msg_fops); in do_blk_trace_setup()
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion.c | 801 client->debug_root = debugfs_create_file(client->display_name, 0664, in ion_client_create() 1531 debug_file = debugfs_create_file(heap->name, 0664, in ion_device_add_heap() 1548 debug_file = debugfs_create_file( in ion_device_add_heap()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | eeh.c | 1751 debugfs_create_file("eeh_enable", 0600, in eeh_init_proc() 1754 debugfs_create_file("eeh_max_freezes", 0600, in eeh_init_proc()
|
/linux-4.1.27/drivers/bus/ |
D | mvebu-mbus.c | 849 s->debugfs_sdram = debugfs_create_file("sdram", S_IRUGO, in mvebu_mbus_debugfs_init() 852 s->debugfs_devs = debugfs_create_file("devices", S_IRUGO, in mvebu_mbus_debugfs_init()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | edt-ft5x06.c | 727 debugfs_create_file("mode", S_IRUSR | S_IWUSR, in edt_ft5x06_ts_prepare_debugfs() 729 debugfs_create_file("raw_data", S_IRUSR, in edt_ft5x06_ts_prepare_debugfs()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | debug-mmrs.c | 107 #define D_SYSREG(sr) debugfs_create_file(#sr, S_IRUSR|S_IWUSR, parent, NULL, &fops_sysreg_##sr) 472 debugfs_create_file(buf, perms, parent, (void *)(base + SPORT_OFF(name)), fops); \ 592 debugfs_create_file("cclk", S_IRUSR, parent, NULL, &fops_debug_cclk); in bfin_debug_mmrs_init() 593 debugfs_create_file("sclk", S_IRUSR, parent, NULL, &fops_debug_sclk); in bfin_debug_mmrs_init()
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfad_debugfs.c | 489 debugfs_create_file(file->name, in bfad_debugfs_init()
|
/linux-4.1.27/drivers/misc/ |
D | vmw_balloon.c | 753 b->dbg_entry = debugfs_create_file("vmmemctl", S_IRUGO, NULL, b, in vmballoon_debugfs_init()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 426 d = debugfs_create_file(__stringify(name), \ in b43legacy_debugfs_add_device()
|
/linux-4.1.27/drivers/power/ |
D | da9030_battery.c | 192 charger->debug_file = debugfs_create_file("charger", 0666, NULL, in da9030_bat_create_debugfs()
|