Home
last modified time | relevance | path

Searched refs:debugfs_create_blob (Results 1 – 18 of 18) sorted by relevance

/linux-5.10/drivers/crypto/caam/
Ddebugfs.c84 debugfs_create_blob("kek", 0444, ctrlpriv->ctl, in caam_debugfs_init()
89 debugfs_create_blob("tkek", 0444, ctrlpriv->ctl, in caam_debugfs_init()
94 debugfs_create_blob("tdsk", 0444, ctrlpriv->ctl, in caam_debugfs_init()
/linux-5.10/drivers/net/wireless/mediatek/mt76/
Ddebugfs.c105 debugfs_create_blob("eeprom", 0400, dir, &dev->eeprom); in mt76_register_debugfs()
107 debugfs_create_blob("otp", 0400, dir, &dev->otp); in mt76_register_debugfs()
/linux-5.10/drivers/net/ethernet/pensando/ionic/
Dionic_debugfs.c157 debugfs_create_blob("desc_blob", 0400, q_dentry, desc_blob); in ionic_debugfs_add_qcq()
165 debugfs_create_blob("sg_desc_blob", 0400, q_dentry, in ionic_debugfs_add_qcq()
183 debugfs_create_blob("desc_blob", 0400, cq_dentry, desc_blob); in ionic_debugfs_add_qcq()
/linux-5.10/Documentation/translations/zh_CN/filesystems/
Ddebugfs.rst133 struct dentry *debugfs_create_blob(const char *name, umode_t mode,
139 似乎在主线中没有任何代码这样做。请注意,使用debugfs_create_blob()命令创建的
/linux-5.10/include/linux/
Ddebugfs.h132 struct dentry *debugfs_create_blob(const char *name, umode_t mode,
300 static inline struct dentry *debugfs_create_blob(const char *name, umode_t mode, in debugfs_create_blob() function
/linux-5.10/drivers/net/caif/
Dcaif_serial.c99 debugfs_create_blob("last_tx_msg", 0400, ser->debugfs_tty_dir, in debugfs_init()
102 debugfs_create_blob("last_rx_msg", 0400, ser->debugfs_tty_dir, in debugfs_init()
/linux-5.10/arch/x86/kernel/
Dkdebugfs.c154 debugfs_create_blob("data", S_IRUGO, dbp, &boot_params_blob); in boot_params_kdebugfs_init()
/linux-5.10/arch/powerpc/platforms/powernv/
Dopal-xscom.c177 debugfs_create_blob("devspec", 0400, dir, &ent->path); in scom_debug_init_one()
/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.c2076 debugfs_create_blob("nvm_hw", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register()
2078 debugfs_create_blob("nvm_sw", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register()
2080 debugfs_create_blob("nvm_calib", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register()
2082 debugfs_create_blob("nvm_prod", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register()
2084 debugfs_create_blob("nvm_phy_sku", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register()
2086 debugfs_create_blob("nvm_reg", S_IRUSR, in iwl_mvm_dbgfs_register()
/linux-5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00debug.c594 debugfs_create_blob(name, 0400, intf->driver_folder, blob); in rt2x00debug_create_file_driver()
632 debugfs_create_blob(name, 0400, intf->driver_folder, blob); in rt2x00debug_create_file_chipset()
/linux-5.10/Documentation/filesystems/
Ddebugfs.rst146 struct dentry *debugfs_create_blob(const char *name, umode_t mode,
155 debugfs_create_blob() are read-only.
/linux-5.10/fs/debugfs/
Dfile.c913 struct dentry *debugfs_create_blob(const char *name, umode_t mode, in debugfs_create_blob() function
919 EXPORT_SYMBOL_GPL(debugfs_create_blob);
/linux-5.10/drivers/platform/x86/
Dsamsung-laptop.c1304 debugfs_create_blob("data", S_IRUGO | S_IWUSR, root, in samsung_debugfs_init()
1306 debugfs_create_blob("f0000_segment", S_IRUSR | S_IWUSR, root, in samsung_debugfs_init()
1310 debugfs_create_blob("sdiag", S_IRUGO | S_IWUSR, root, in samsung_debugfs_init()
/linux-5.10/drivers/platform/chrome/
Dcros_ec_debugfs.c430 debugfs_create_blob("panicinfo", S_IFREG | 0444, debug_info->dir, in cros_ec_create_panicinfo()
/linux-5.10/drivers/acpi/apei/
Deinj.c748 debugfs_create_blob("vendor", S_IRUSR, einj_debug_dir, in einj_init()
/linux-5.10/drivers/firmware/efi/
Defi.c342 debugfs_create_blob(name, 0400, efi_debugfs, &debugfs_blob[i]); in efi_debugfs_init()
/linux-5.10/drivers/media/platform/coda/
Dcoda-common.c1938 buf->dentry = debugfs_create_blob(name, 0644, parent, in coda_alloc_aux_buf()
3238 dev->iram.dentry = debugfs_create_blob("iram", 0644, in coda_probe()
/linux-5.10/drivers/edac/
Dpnd2_edac.c1477 debugfs_create_blob("pnd2_debug_results", 0400, pnd2_test, &pnd2_blob); in setup_pnd2_debug()