/linux-4.4.14/drivers/bluetooth/ |
D | btmrvl_debugfs.c | 217 debugfs_create_u8("psmode", 0644, dbg->config_dir, in btmrvl_debugfs_init() 223 debugfs_create_u8("hsmode", 0644, dbg->config_dir, in btmrvl_debugfs_init() 233 debugfs_create_u8("curpsmode", 0444, dbg->status_dir, in btmrvl_debugfs_init() 235 debugfs_create_u8("psstate", 0444, dbg->status_dir, in btmrvl_debugfs_init() 237 debugfs_create_u8("hsstate", 0444, dbg->status_dir, in btmrvl_debugfs_init() 239 debugfs_create_u8("txdnldready", 0444, dbg->status_dir, in btmrvl_debugfs_init()
|
D | hci_qca.c | 471 debugfs_create_u8("tx_ibs_state", mode, ibs_dir, &qca->tx_ibs_state); in qca_debugfs_init() 472 debugfs_create_u8("rx_ibs_state", mode, ibs_dir, &qca->rx_ibs_state); in qca_debugfs_init()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_debugfs.c | 155 debugfs_create_u8("en_msg_log", 0666, scif_dbg, &scif_info.en_msg_log); in scif_init_debugfs() 156 debugfs_create_u8("p2p_enable", 0666, scif_dbg, &scif_info.p2p_enable); in scif_init_debugfs()
|
/linux-4.4.14/include/linux/ |
D | debugfs.h | 74 struct dentry *debugfs_create_u8(const char *name, umode_t mode, 177 static inline struct dentry *debugfs_create_u8(const char *name, umode_t mode, in debugfs_create_u8() function
|
/linux-4.4.14/drivers/edac/ |
D | debugfs.c | 76 d = debugfs_create_u8(name, S_IRUGO | S_IWUSR, parent, in edac_create_debugfs_nodes()
|
/linux-4.4.14/include/linux/wimax/ |
D | debug.h | 441 fd = debugfs_create_u8( \
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | debugfs.c | 163 debugfs_create_u8("temperature", S_IRUSR, dir, &dev->raw_temp); in mt7601u_init_debugfs()
|
/linux-4.4.14/fs/debugfs/ |
D | file.c | 99 struct dentry *debugfs_create_u8(const char *name, umode_t mode, in debugfs_create_u8() function 105 EXPORT_SYMBOL_GPL(debugfs_create_u8);
|
/linux-4.4.14/arch/x86/xen/ |
D | spinlock.c | 385 debugfs_create_u8("zero_stats", 0644, d_spin_debug, &zero_stats); in xen_spinlock_debugfs()
|
/linux-4.4.14/drivers/iommu/ |
D | omap-iommu-debug.c | 277 d = debugfs_create_u8("nr_tlb_entries", 0400, obj->debug_dir, in omap_iommu_debugfs_add()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_debugfs.c | 358 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common() 360 debugfs_create_u8("hardware_error", 0444, hdev->debugfs, in hci_debugfs_create_common() 1099 debugfs_create_u8("white_list_size", 0444, hdev->debugfs, in hci_debugfs_create_le()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | debugfs.c | 312 fd = debugfs_create_u8("trace_msg_from_user", 0600, dentry, in i2400m_debugfs_add()
|
D | usb.c | 415 fd = debugfs_create_u8("rx_size_auto_shrink", 0600, dentry, in i2400mu_debugfs_add()
|
/linux-4.4.14/arch/x86/kernel/ |
D | kvm.c | 710 debugfs_create_u8("zero_stats", 0644, d_spin_debug, &zero_stats); in kvm_spinlock_debugfs()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | clock.c | 1034 d = debugfs_create_u8("usecount", S_IRUGO, c->dent, (u8 *)&c->usecount); in clk_debugfs_register_one()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs.c | 1479 if (!debugfs_create_u8("low_latency_agg_frame_limit", S_IRUSR | S_IWUSR, in iwl_mvm_dbgfs_register() 1483 if (!debugfs_create_u8("ps_disabled", S_IRUSR, in iwl_mvm_dbgfs_register()
|
D | rs.c | 3904 debugfs_create_u8("tx_agg_tid_enable", S_IRUSR | S_IWUSR, dir, in rs_add_debugfs() 3906 debugfs_create_u8("reduced_tpc", S_IRUSR | S_IWUSR, dir, in rs_add_debugfs()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | debug.c | 1347 debugfs_create_u8("rx_chainmask", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1349 debugfs_create_u8("tx_chainmask", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
|
/linux-4.4.14/Documentation/filesystems/ |
D | debugfs.txt | 70 struct dentry *debugfs_create_u8(const char *name, umode_t mode,
|
/linux-4.4.14/net/batman-adv/ |
D | network-coding.c | 1941 file = debugfs_create_u8("min_tq", S_IRUGO | S_IWUSR, nc_dir, in batadv_nc_init_debugfs()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 1180 dbg->dbg_status = debugfs_create_u8("status", 0600, dbg->dbg_root, in create_debugfs_files()
|
/linux-4.4.14/drivers/platform/x86/ |
D | samsung-laptop.c | 1335 dent = debugfs_create_u8("d3", S_IRUGO | S_IWUSR, samsung->debug.root, in samsung_debugfs_init()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 4965-rs.c | 2782 debugfs_create_u8("tx_agg_tid_enable", S_IRUSR | S_IWUSR, dir, in il4965_rs_add_debugfs()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | rs.c | 3288 debugfs_create_u8("tx_agg_tid_enable", S_IRUSR | S_IWUSR, dir, in rs_add_debugfs()
|