Searched refs:debugfs_create_blob (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/include/linux/ |
D | debugfs.h | 99 struct dentry *debugfs_create_blob(const char *name, umode_t mode, 253 static inline struct dentry *debugfs_create_blob(const char *name, umode_t mode, in debugfs_create_blob() function
|
/linux-4.4.14/drivers/crypto/caam/ |
D | ctrl.c | 768 ctrlpriv->ctl_kek = debugfs_create_blob("kek", in caam_probe() 776 ctrlpriv->ctl_tkek = debugfs_create_blob("tkek", in caam_probe() 784 ctrlpriv->ctl_tdsk = debugfs_create_blob("tdsk", in caam_probe()
|
/linux-4.4.14/drivers/net/caif/ |
D | caif_serial.c | 100 debugfs_create_blob("last_tx_msg", S_IRUSR, in debugfs_init() 104 debugfs_create_blob("last_rx_msg", S_IRUSR, in debugfs_init()
|
/linux-4.4.14/arch/x86/kernel/ |
D | kdebugfs.c | 179 data = debugfs_create_blob("data", S_IRUGO, dbp, in boot_params_kdebugfs_init()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | scom.c | 208 debugfs_create_blob("devspec", 0400, dir, &ent->path); in scom_debug_init_one()
|
/linux-4.4.14/fs/debugfs/ |
D | file.c | 583 struct dentry *debugfs_create_blob(const char *name, umode_t mode, in debugfs_create_blob() function 589 EXPORT_SYMBOL_GPL(debugfs_create_blob);
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs.c | 1486 if (!debugfs_create_blob("nvm_hw", S_IRUSR, in iwl_mvm_dbgfs_register() 1489 if (!debugfs_create_blob("nvm_sw", S_IRUSR, in iwl_mvm_dbgfs_register() 1492 if (!debugfs_create_blob("nvm_calib", S_IRUSR, in iwl_mvm_dbgfs_register() 1495 if (!debugfs_create_blob("nvm_prod", S_IRUSR, in iwl_mvm_dbgfs_register() 1498 if (!debugfs_create_blob("nvm_phy_sku", S_IRUSR, in iwl_mvm_dbgfs_register()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00debug.c | 607 return debugfs_create_blob(name, S_IRUSR, intf->driver_folder, blob); in rt2x00debug_create_file_driver() 648 return debugfs_create_blob(name, S_IRUSR, intf->driver_folder, blob); in rt2x00debug_create_file_chipset()
|
/linux-4.4.14/Documentation/filesystems/ |
D | debugfs.txt | 130 struct dentry *debugfs_create_blob(const char *name, umode_t mode, 139 debugfs_create_blob() are read-only.
|
/linux-4.4.14/drivers/platform/x86/ |
D | samsung-laptop.c | 1340 dent = debugfs_create_blob("data", S_IRUGO | S_IWUSR, in samsung_debugfs_init() 1346 dent = debugfs_create_blob("f0000_segment", S_IRUSR | S_IWUSR, in samsung_debugfs_init() 1358 dent = debugfs_create_blob("sdiag", S_IRUGO | S_IWUSR, in samsung_debugfs_init()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 769 debugfs_create_blob("vsd", S_IRUGO, mlxsw_core->dbg_dir, in mlxsw_core_debugfs_init() 773 debugfs_create_blob("psid", S_IRUGO, mlxsw_core->dbg_dir, in mlxsw_core_debugfs_init()
|
/linux-4.4.14/drivers/acpi/apei/ |
D | einj.c | 773 fentry = debugfs_create_blob("vendor", S_IRUSR, in einj_init()
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda-common.c | 1222 buf->dentry = debugfs_create_blob(name, 0644, parent, in coda_alloc_aux_buf() 2226 dev->iram.dentry = debugfs_create_blob("iram", 0644, in coda_probe()
|