Searched refs:dentry (Results 1 - 25 of 1771) sorted by path

1234567891011>>

/linux-master/arch/mips/mm/
H A Dsc-debugfs.c54 struct dentry *dir;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c67 struct dentry *dentry; local
70 dentry = user_path_create(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY);
71 ret = PTR_ERR(dentry);
72 if (!IS_ERR(dentry)) {
73 ret = spufs_create(&path, dentry, flags, mode, neighbor);
74 done_path_create(&path, dentry);
/linux-master/arch/s390/kernel/
H A Dkdebugfs.c6 struct dentry *arch_debugfs_dir;
/linux-master/arch/sh/kernel/
H A Dkdebugfs.c6 struct dentry *arch_debugfs_dir;
/linux-master/arch/x86/xen/
H A Ddebugfs.c8 static struct dentry *d_xen_debug;
10 struct dentry * __init xen_init_debugfs(void)
H A Ddebugfs.h5 struct dentry * __init xen_init_debugfs(void);
/linux-master/drivers/crypto/ccp/
H A Dccp-debugfs.c277 static struct dentry *ccp_debugfs_dir;
286 struct dentry *debugfs_q_instance;
/linux-master/drivers/dma-buf/
H A Dsync_debug.c11 static struct dentry *dbgfs;
/linux-master/drivers/dma/qcom/
H A Dhidma.h126 struct dentry *debugfs;
H A Dhidma_dbg.c145 struct dentry *dir;
/linux-master/drivers/hid/
H A Dhid-picolcd.h67 struct dentry *debug_reset;
68 struct dentry *debug_eeprom;
69 struct dentry *debug_flash;
H A Dhid-picolcd_debugfs.c872 struct dentry *dent;
/linux-master/drivers/hsi/controllers/
H A Domap_ssi.h104 struct dentry *dir;
155 struct dentry *dir;
/linux-master/drivers/hwtracing/intel_th/
H A Ddebug.c15 struct dentry *intel_th_dbg;
H A Ddebug.h12 extern struct dentry *intel_th_dbg;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c41 static struct dentry *qib_dbg_root;
243 struct dentry *root;
/linux-master/drivers/iommu/
H A Diommu-debugfs.c14 struct dentry *iommu_debugfs_dir;
/linux-master/drivers/media/common/siano/
H A Dsmsdvb.h49 struct dentry *debugfs;
/linux-master/drivers/misc/cxl/
H A Ddebugfs.c12 static struct dentry *cxl_debugfs;
30 struct dentry *parent, u64 __iomem *value)
36 void cxl_debugfs_add_adapter_regs_psl9(struct cxl *adapter, struct dentry *dir)
49 void cxl_debugfs_add_adapter_regs_psl8(struct cxl *adapter, struct dentry *dir)
59 struct dentry *dir;
80 void cxl_debugfs_add_afu_regs_psl9(struct cxl_afu *afu, struct dentry *dir)
85 void cxl_debugfs_add_afu_regs_psl8(struct cxl_afu *afu, struct dentry *dir)
98 struct dentry *dir;
/linux-master/drivers/net/fjes/
H A Dfjes.h56 struct dentry *dbg_adapter;
H A Dfjes_debugfs.c17 static struct dentry *fjes_debug_root;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-debug.h68 void ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy,
70 void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy,
74 void ath9k_cmn_debug_recv(struct dentry *debugfs_phy,
76 void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy,
79 static inline void ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy,
84 static inline void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy,
94 static inline void ath9k_cmn_debug_recv(struct dentry *debugfs_phy,
99 static inline void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy,
H A Dcommon-spectral.h172 void ath9k_cmn_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy);
184 struct dentry *debugfs_phy)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddebug.c35 static struct dentry *root_folder;
59 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr)
194 struct dentry *dentry = drvr->dbgfs_dir; local
204 debugfs_create_file(fn, 0444, dentry, entry, &brcms_debugfs_def_ops);
H A Ddebug.h73 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr);

Completed in 248 milliseconds

1234567891011>>