| /drivers/net/wireless/ti/wl1251/ |
| A D | wl1251.h | 146 struct dentry *rootdir; 153 struct dentry *rx_hw_stuck; 154 struct dentry *rx_dropped; 155 struct dentry *rx_fcs_err; 166 struct dentry *isr_fiqs; 169 struct dentry *isr_rx_rdys; 170 struct dentry *isr_irqs; 180 struct dentry *isr_pci_pm; 181 struct dentry *isr_wakeups; 189 struct dentry *wep_packets; [all …]
|
| /drivers/android/ |
| A D | binderfs.c | 117 struct dentry *dentry, *root; in binderfs_binder_device_create() local 196 dput(dentry); in binderfs_binder_device_create() 396 struct dentry *dentry; in binderfs_binder_ctl_create() local 447 if (!dentry) in binderfs_binder_ctl_create() 485 struct dentry *dentry; in binderfs_create_dentry() local 493 dput(dentry); in binderfs_create_dentry() 497 return dentry; in binderfs_create_dentry() 504 struct dentry *dentry; in binderfs_create_file() local 518 dput(dentry); in binderfs_create_file() 536 struct dentry *dentry; in binderfs_create_dir() local [all …]
|
| /drivers/base/ |
| A D | devtmpfs.c | 176 struct dentry *dentry; in dev_mkdir() local 180 if (IS_ERR(dentry)) in dev_mkdir() 183 dentry = vfs_mkdir(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode); in dev_mkdir() 221 struct dentry *dentry; in handle_create() local 233 err = vfs_mknod(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode, in handle_create() 256 struct dentry *dentry; in dev_rmdir() local 264 dentry); in dev_rmdir() 268 dput(dentry); in dev_rmdir() 323 struct dentry *dentry; in handle_remove() local 348 dentry, NULL); in handle_remove() [all …]
|
| /drivers/opp/ |
| A D | debugfs.c | 60 struct dentry *d; in opp_debug_create_bw() 101 struct dentry *d; in opp_debug_create_supplies() 131 struct dentry *pdentry = opp_table->dentry; in opp_debug_create_one() 132 struct dentry *d; in opp_debug_create_one() 168 opp->dentry = d; in opp_debug_create_one() 175 struct dentry *d; in opp_list_debug_create_dir() 182 opp_dev->dentry = d; in opp_list_debug_create_dir() 183 opp_table->dentry = d; in opp_list_debug_create_dir() 209 if (opp_table->dentry) in opp_debug_register() 244 new_dev->dentry = opp_table->dentry = opp_dev->dentry; in opp_migrate_dentry() [all …]
|
| /drivers/edac/ |
| A D | edac_module.h | 69 struct dentry *edac_debugfs_create_dir(const char *dirname); 70 struct dentry * 72 struct dentry * 76 struct dentry *parent, u8 *value); 78 struct dentry *parent, u16 *value); 80 struct dentry *parent, u32 *value); 86 static inline struct dentry * 88 static inline struct dentry * 92 struct dentry *parent, u8 *value) { } in edac_debugfs_create_x8() 94 struct dentry *parent, u16 *value) { } in edac_debugfs_create_x16() [all …]
|
| A D | debugfs.c | 7 static struct dentry *edac_debugfs; 60 struct dentry *parent; in edac_create_debugfs_nodes() 86 struct dentry *edac_debugfs_create_dir(const char *dirname) in edac_debugfs_create_dir() 96 struct dentry * 97 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) in edac_debugfs_create_dir_at() 112 struct dentry * 113 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file() 125 struct dentry *parent, u8 *value) in edac_debugfs_create_x8() 136 struct dentry *parent, u16 *value) in edac_debugfs_create_x16() 147 struct dentry *parent, u32 *value) in edac_debugfs_create_x32()
|
| /drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_debugfs.c | 14 static struct dentry *ionic_dir; 33 debugfs_remove_recursive(ionic->dentry); in ionic_debugfs_del_dev() 34 ionic->dentry = NULL; in ionic_debugfs_del_dev() 128 qcq->dentry = qcq_dentry; in ionic_debugfs_add_qcq() 275 struct dentry *lif_dentry; in ionic_debugfs_add_lif() 280 lif->dentry = lif_dentry; in ionic_debugfs_add_lif() 290 if (!lif->dentry) in ionic_debugfs_del_lif() 293 debugfs_remove_recursive(lif->dentry); in ionic_debugfs_del_lif() 294 lif->dentry = NULL; in ionic_debugfs_del_lif() 299 debugfs_remove_recursive(qcq->dentry); in ionic_debugfs_del_qcq() [all …]
|
| /drivers/net/ethernet/hisilicon/hns3/ |
| A D | hns3_debugfs.c | 51 .dentry = HNS3_DBG_DENTRY_TM, 57 .dentry = HNS3_DBG_DENTRY_TM, 63 .dentry = HNS3_DBG_DENTRY_TM, 69 .dentry = HNS3_DBG_DENTRY_TM, 75 .dentry = HNS3_DBG_DENTRY_TM, 840 struct dentry *entry_dir; in hns3_dbg_bd_file_init() 844 entry_dir = hns3_dbg_dentry[hns3_dbg_cmd[cmd].dentry].dentry; in hns3_dbg_bd_file_init() 868 struct dentry *entry_dir; in hns3_dbg_common_init_t1() 894 entry_dir = hns3_dbg_dentry[hns3_dbg_cmd[cmd].dentry].dentry; in hns3_dbg_common_init_t1() 905 struct dentry *entry_dir; in hns3_dbg_common_init_t2() [all …]
|
| /drivers/net/ethernet/amd/pds_core/ |
| A D | debugfs.c | 8 static struct dentry *pdsc_dir; 29 debugfs_remove_recursive(pdsc->dentry); in pdsc_debugfs_del_dev() 30 pdsc->dentry = NULL; in pdsc_debugfs_del_dev() 68 if (debugfs_lookup("identity", pdsc->dentry)) in pdsc_debugfs_add_ident() 71 debugfs_create_file("identity", 0400, pdsc->dentry, in pdsc_debugfs_add_ident() 95 debugfs_create_file("viftypes", 0400, pdsc->dentry, in pdsc_debugfs_add_viftype() 117 qcq->dentry = qcq_dentry; in pdsc_debugfs_add_qcq() 125 q_dentry = debugfs_create_dir("q", qcq->dentry); in pdsc_debugfs_add_qcq() 137 cq_dentry = debugfs_create_dir("cq", qcq->dentry); in pdsc_debugfs_add_qcq() 173 debugfs_remove_recursive(qcq->dentry); in pdsc_debugfs_del_qcq() [all …]
|
| /drivers/block/drbd/ |
| A D | drbd_debugfs.c | 422 struct dentry *parent; in drbd_single_open() 467 struct dentry *dentry; in drbd_debugfs_resource_add() local 470 resource->debugfs_res = dentry; in drbd_debugfs_resource_add() 623 struct dentry *dentry; in drbd_debugfs_connection_add() local 778 struct dentry *dentry; in drbd_debugfs_device_attr() local 784 device->debugfs_vol = dentry; in drbd_debugfs_device_attr() 830 struct dentry *dentry; in drbd_debugfs_peer_device_add() local 878 struct dentry *dentry; in drbd_debugfs_init() local 881 drbd_debugfs_root = dentry; in drbd_debugfs_init() 884 drbd_debugfs_version = dentry; in drbd_debugfs_init() [all …]
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | common-debug.h | 68 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, in ath9k_cmn_debug_modal_eeprom() 84 static inline void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy, in ath9k_cmn_debug_base_eeprom() 94 static inline void ath9k_cmn_debug_recv(struct dentry *debugfs_phy, in ath9k_cmn_debug_recv() 99 static inline void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy, in ath9k_cmn_debug_phy_err()
|
| /drivers/net/wwan/t7xx/ |
| A D | t7xx_port_trace.c | 18 static struct dentry *t7xx_trace_create_buf_file_handler(const char *filename, in t7xx_trace_create_buf_file_handler() 19 struct dentry *parent, in t7xx_trace_create_buf_file_handler() 29 static int t7xx_trace_remove_buf_file_handler(struct dentry *dentry) in t7xx_trace_remove_buf_file_handler() argument 31 debugfs_remove(dentry); in t7xx_trace_remove_buf_file_handler() 54 struct dentry *debugfs_dir = port->t7xx_dev->debugfs_dir; in t7xx_trace_port_uninit() 80 struct dentry *debugfs_wwan_dir; in t7xx_port_trace_md_state_notify() 81 struct dentry *debugfs_dir; in t7xx_port_trace_md_state_notify()
|
| /drivers/misc/ibmasm/ |
| A D | ibmasmfs.c | 147 static struct dentry *ibmasmfs_create_file(struct dentry *parent, in ibmasmfs_create_file() 153 struct dentry *dentry; in ibmasmfs_create_file() local 157 if (!dentry) in ibmasmfs_create_file() 162 dput(dentry); in ibmasmfs_create_file() 169 d_add(dentry, inode); in ibmasmfs_create_file() 170 return dentry; in ibmasmfs_create_file() 173 static struct dentry *ibmasmfs_create_dir(struct dentry *parent, in ibmasmfs_create_dir() 176 struct dentry *dentry; in ibmasmfs_create_dir() local 180 if (!dentry) in ibmasmfs_create_dir() 185 dput(dentry); in ibmasmfs_create_dir() [all …]
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_heartbeat.h | 10 struct dentry; 42 struct dentry *base_dir; 43 struct dentry *status; 44 struct dentry *cfg; 45 struct dentry *sent; 46 struct dentry *failed; 48 struct dentry *inject_error;
|
| /drivers/net/ethernet/microchip/vcap/ |
| A D | vcap_api_debugfs.h | 17 void vcap_port_debugfs(struct device *dev, struct dentry *parent, 22 struct dentry *vcap_debugfs(struct device *dev, struct dentry *parent, 27 static inline void vcap_port_debugfs(struct device *dev, struct dentry *parent, in vcap_port_debugfs() 33 static inline struct dentry *vcap_debugfs(struct device *dev, in vcap_debugfs() 34 struct dentry *parent, in vcap_debugfs()
|
| /drivers/net/netdevsim/ |
| A D | netdevsim.h | 54 struct dentry *pfile; 131 struct dentry *ddir; 136 struct dentry *pp_dfs; 137 struct dentry *qr_dfs; 219 struct dentry *ddir; 237 struct dentry *ddir; 238 struct dentry *l3_ddir; 277 struct dentry *ddir; 301 struct dentry *ddir; 302 struct dentry *ports_ddir; [all …]
|
| /drivers/gpu/drm/xe/ |
| A D | xe_gt_sriov_pf_debugfs.c | 36 static void *extract_priv(struct dentry *d) in extract_priv() 352 struct dentry *dent = file_dentry(file); in control_write() 353 struct dentry *parent = dent->d_parent; in control_write() 420 struct dentry *dent = file_dentry(file); in guc_state_read() 421 struct dentry *parent = dent->d_parent; in guc_state_read() 431 struct dentry *dent = file_dentry(file); in guc_state_write() 432 struct dentry *parent = dent->d_parent; in guc_state_write() 459 struct dentry *parent = dent->d_parent; in config_blob_read() 487 struct dentry *parent = dent->d_parent; in config_blob_write() 536 struct dentry *pfdentry; in xe_gt_sriov_pf_debugfs_register() [all …]
|
| /drivers/net/ethernet/marvell/mvpp2/ |
| A D | mvpp2_debugfs.c | 452 struct dentry *port_dir; in mvpp2_dbgfs_flow_port_init() 474 struct dentry *flow_entry_dir; in mvpp2_dbgfs_flow_entry_init() 509 struct dentry *flow_dir; in mvpp2_dbgfs_flow_init() 527 struct dentry *prs_entry_dir; in mvpp2_dbgfs_prs_entry_init() 569 struct dentry *prs_dir; in mvpp2_dbgfs_prs_init() 587 struct dentry *c2_entry_dir; in mvpp2_dbgfs_c2_entry_init() 618 struct dentry *flow_tbl_entry_dir; in mvpp2_dbgfs_flow_tbl_entry_init() 641 struct dentry *cls_dir, *c2_dir, *flow_tbl_dir; in mvpp2_dbgfs_cls_init() 668 struct dentry *port_dir; in mvpp2_dbgfs_port_init() 684 static struct dentry *mvpp2_root; [all …]
|
| /drivers/media/test-drivers/visl/ |
| A D | visl-debugfs.c | 45 struct dentry *dentry; in visl_trace_bitstream() local 61 dentry = debugfs_create_blob(name, 0444, ctx->dev->bitstream_debugfs, in visl_trace_bitstream() 63 if (IS_ERR(dentry)) in visl_trace_bitstream() 66 blob->dentry = dentry; in visl_trace_bitstream() 91 debugfs_remove(blob->dentry); in visl_debugfs_clear_bitstream()
|
| /drivers/cxl/ |
| A D | mem.c | 33 static void remove_debugfs(void *dentry) in remove_debugfs() argument 35 debugfs_remove_recursive(dentry); in remove_debugfs() 113 struct dentry *dentry; in cxl_mem_probe() local 130 dentry = cxl_debugfs_create_dir(dev_name(dev)); in cxl_mem_probe() 131 debugfs_create_devm_seqfile(dev, "dpamem", dentry, cxl_mem_dpa_show); in cxl_mem_probe() 134 debugfs_create_file("inject_poison", 0200, dentry, cxlmd, in cxl_mem_probe() 137 debugfs_create_file("clear_poison", 0200, dentry, cxlmd, in cxl_mem_probe() 140 rc = devm_add_action_or_reset(dev, remove_debugfs, dentry); in cxl_mem_probe()
|
| /drivers/scsi/lpfc/ |
| A D | lpfc.h | 751 struct dentry *debug_ioktime; 1353 struct dentry *debug_hbqinfo; 1374 struct dentry *debug_ras_log; 1395 struct dentry *idiag_root; 1396 struct dentry *idiag_pci_cfg; 1397 struct dentry *idiag_bar_acc; 1399 struct dentry *idiag_que_acc; 1400 struct dentry *idiag_drb_acc; 1401 struct dentry *idiag_ctl_acc; 1402 struct dentry *idiag_mbx_acc; [all …]
|
| /drivers/hv/ |
| A D | hv_debugfs.c | 14 static struct dentry *hv_debug_root; 54 static int hv_debug_delay_files(struct hv_device *dev, struct dentry *root) in hv_debug_delay_files() 61 struct dentry *buffer_file, *message_file; in hv_debug_delay_files() 83 static int hv_debug_set_test_state(struct hv_device *dev, struct dentry *root) in hv_debug_set_test_state() 88 struct dentry *test_state; in hv_debug_set_test_state() 102 static void hv_debug_set_dir_dentry(struct hv_device *dev, struct dentry *root) in hv_debug_set_dir_dentry() 113 struct dentry *delay, *dev_root; in hv_debug_add_dev_dir()
|
| /drivers/vdpa/mlx5/net/ |
| A D | mlx5_vnet.h | 19 struct dentry *tirn_dent; 56 struct dentry *rx_dent; 57 struct dentry *rx_table_dent; 68 struct dentry *debugfs; 82 struct dentry *dent; 94 struct dentry *dent;
|
| /drivers/gpu/drm/i915/ |
| A D | i915_debugfs_params.c | 16 (strcmp((_file)->f_path.dentry->d_name.name, (_name)) == 0) 210 static struct dentry * 212 struct dentry *parent, int *value) in i915_debugfs_create_int() 219 static struct dentry * 221 struct dentry *parent, unsigned int *value) in i915_debugfs_create_uint() 228 static struct dentry * 230 struct dentry *parent, char **value) in i915_debugfs_create_charp() 249 struct dentry *i915_debugfs_params(struct drm_i915_private *i915) in i915_debugfs_params() 253 struct dentry *dir; in i915_debugfs_params()
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | dev.h | 65 struct dentry *debugfs_dir; 66 struct dentry *debugfs_debug; 67 struct dentry *debugfs_files[6]; 68 struct dentry *events_dir; 69 struct dentry *debugfs_events_files[6]; 70 struct dentry *regs_dir; 71 struct dentry *debugfs_regs_files[6];
|