/Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
D | debugfs.c | 90 debugfs_create_blob("eeprom", 0400, dir, &dev->eeprom); in mt76_register_debugfs() 92 debugfs_create_blob("otp", 0400, dir, &dev->otp); in mt76_register_debugfs()
|
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/ |
D | ionic_debugfs.c | 156 debugfs_create_blob("desc_blob", 0400, q_dentry, desc_blob); in ionic_debugfs_add_qcq() 164 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-v5.4/include/linux/ |
D | debugfs.h | 125 struct dentry *debugfs_create_blob(const char *name, umode_t mode, 331 static inline struct dentry *debugfs_create_blob(const char *name, umode_t mode, in debugfs_create_blob() function
|
/Linux-v5.4/arch/x86/kernel/ |
D | kdebugfs.c | 141 debugfs_create_blob("data", S_IRUGO, dbp, &boot_params_blob); in boot_params_kdebugfs_init()
|
/Linux-v5.4/drivers/net/caif/ |
D | caif_serial.c | 99 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-v5.4/drivers/crypto/caam/ |
D | ctrl.c | 906 debugfs_create_blob("kek", S_IRUSR | S_IRGRP | S_IROTH, ctrlpriv->ctl, in caam_probe() 911 debugfs_create_blob("tkek", S_IRUSR | S_IRGRP | S_IROTH, ctrlpriv->ctl, in caam_probe() 916 debugfs_create_blob("tdsk", S_IRUSR | S_IRGRP | S_IROTH, ctrlpriv->ctl, in caam_probe()
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | opal-xscom.c | 177 debugfs_create_blob("devspec", 0400, dir, &ent->path); in scom_debug_init_one()
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | debugfs.c | 2065 debugfs_create_blob("nvm_hw", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register() 2067 debugfs_create_blob("nvm_sw", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register() 2069 debugfs_create_blob("nvm_calib", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register() 2071 debugfs_create_blob("nvm_prod", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register() 2073 debugfs_create_blob("nvm_phy_sku", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register() 2075 debugfs_create_blob("nvm_reg", S_IRUSR, in iwl_mvm_dbgfs_register()
|
/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00debug.c | 594 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-v5.4/fs/debugfs/ |
D | file.c | 937 struct dentry *debugfs_create_blob(const char *name, umode_t mode, in debugfs_create_blob() function 943 EXPORT_SYMBOL_GPL(debugfs_create_blob);
|
/Linux-v5.4/Documentation/filesystems/ |
D | debugfs.txt | 131 struct dentry *debugfs_create_blob(const char *name, umode_t mode, 140 debugfs_create_blob() are read-only.
|
/Linux-v5.4/drivers/platform/x86/ |
D | samsung-laptop.c | 1305 debugfs_create_blob("data", S_IRUGO | S_IWUSR, root, in samsung_debugfs_init() 1307 debugfs_create_blob("f0000_segment", S_IRUSR | S_IWUSR, root, in samsung_debugfs_init() 1311 debugfs_create_blob("sdiag", S_IRUGO | S_IWUSR, root, in samsung_debugfs_init()
|
/Linux-v5.4/drivers/platform/chrome/ |
D | cros_ec_debugfs.c | 412 debugfs_create_blob("panicinfo", S_IFREG | 0444, debug_info->dir, in cros_ec_create_panicinfo()
|
/Linux-v5.4/drivers/acpi/apei/ |
D | einj.c | 748 debugfs_create_blob("vendor", S_IRUSR, einj_debug_dir, in einj_init()
|
/Linux-v5.4/drivers/media/platform/coda/ |
D | coda-common.c | 1812 buf->dentry = debugfs_create_blob(name, 0644, parent, in coda_alloc_aux_buf() 3059 dev->iram.dentry = debugfs_create_blob("iram", 0644, in coda_probe()
|
/Linux-v5.4/drivers/edac/ |
D | pnd2_edac.c | 1478 debugfs_create_blob("pnd2_debug_results", 0400, pnd2_test, &pnd2_blob); in setup_pnd2_debug()
|