/drivers/crypto/nx/ |
D | nx_debugfs.c | 47 struct nx_debugfs *dfs = &drv->dfs; in nx_debugfs_init() local 49 dfs->dfs_root = debugfs_create_dir(NX_NAME, NULL); in nx_debugfs_init() 51 dfs->dfs_aes_ops = in nx_debugfs_init() 54 dfs->dfs_root, (u32 *)&drv->stats.aes_ops); in nx_debugfs_init() 55 dfs->dfs_sha256_ops = in nx_debugfs_init() 58 dfs->dfs_root, in nx_debugfs_init() 60 dfs->dfs_sha512_ops = in nx_debugfs_init() 63 dfs->dfs_root, in nx_debugfs_init() 65 dfs->dfs_aes_bytes = in nx_debugfs_init() 68 dfs->dfs_root, in nx_debugfs_init() [all …]
|
D | nx.h | 91 struct nx_debugfs dfs; member
|
/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 143 mode, dfs->rootdir, \ 145 dfs->file_##name.dentry = d; \ 148 dfs->file_##name.dentry = NULL; \ 155 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_init() local 157 dfs->rootdir = debugfs_create_dir(KBUILD_MODNAME, in wcn36xx_debugfs_init() 159 if (IS_ERR(dfs->rootdir)) { in wcn36xx_debugfs_init() 161 dfs->rootdir = NULL; in wcn36xx_debugfs_init() 171 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_exit() local 172 debugfs_remove_recursive(dfs->rootdir); in wcn36xx_debugfs_exit()
|
D | wcn36xx.h | 240 struct wcn36xx_dfs_entry dfs; member
|
/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 31 cmd->dfs = cmd_channels->dfs; in wl18xx_adjust_channels() 129 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_send() 272 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_sched_scan_config()
|
D | scan.h | 74 u8 dfs; /* number of dfs channels in 5ghz */ member
|
D | debugfs.c | 188 WL18XX_DEBUGFS_FWSTATS_FILE(dfs, num_of_radar_detections, "%d"); 572 DEBUGFS_FWSTATS_ADD(dfs, num_of_radar_detections); in wl18xx_debugfs_add_files()
|
D | acx.h | 296 struct wl18xx_dfs_stats dfs; member
|
/drivers/net/wireless/ti/wlcore/ |
D | scan.c | 300 cfg->dfs = in wlcore_set_scan_chan_params() 320 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params() 335 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params() 338 cfg->passive[1] || cfg->active[1] || cfg->dfs || in wlcore_set_scan_chan_params()
|
D | scan.h | 151 u8 dfs; /* number of dfs channels in 5ghz */ member
|
/drivers/net/wireless/ti/wl12xx/ |
D | scan.h | 105 u8 dfs; member
|
D | scan.c | 311 cmd->dfs = cmd_channels->dfs; in wl12xx_adjust_channels()
|
/drivers/net/wireless/ath/ath9k/ |
D | Makefile | 15 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
|
/drivers/edac/ |
D | xgene_edac.c | 67 struct dentry *dfs; member 881 if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs) in xgene_edac_pmd_create_debugfs_nodes() 885 dbgfs_dir = edac_debugfs_create_dir_at(name, ctx->edac->dfs); in xgene_edac_pmd_create_debugfs_nodes() 1185 if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs) in xgene_edac_l3_create_debugfs_nodes() 1189 dbgfs_dir = edac_debugfs_create_dir_at(name, ctx->edac->dfs); in xgene_edac_l3_create_debugfs_nodes() 1953 edac->dfs = edac_debugfs_create_dir(pdev->dev.kobj.name); in xgene_edac_probe()
|
/drivers/mfd/ |
D | si476x-i2c.c | 51 core->pinmux.dfs, in si476x_core_config_pinmux() 819 core->pinmux.dfs == SI476X_DFS_DAUDIO && in si476x_core_probe()
|
D | si476x-cmd.c | 531 enum si476x_dfs_config dfs, in si476x_core_cmd_dig_audio_pin_cfg() argument 538 PIN_CFG_BYTE(dfs), in si476x_core_cmd_dig_audio_pin_cfg()
|
/drivers/cpufreq/ |
D | pmac32-cpufreq.c | 49 extern void low_choose_7447a_dfs(int dfs);
|
/drivers/mmc/card/ |
D | mmc_test.c | 3163 struct mmc_test_dbgfs_file *df, *dfs; local 3167 list_for_each_entry_safe(df, dfs, &mmc_test_file_test, link) {
|