Home
last modified time | relevance | path

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

/drivers/crypto/nx/
Dnx_debugfs.c47 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 …]
Dnx.h91 struct nx_debugfs dfs; member
/drivers/net/wireless/ath/wcn36xx/
Ddebug.c143 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()
Dwcn36xx.h240 struct wcn36xx_dfs_entry dfs; member
/drivers/net/wireless/ti/wl18xx/
Dscan.c31 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()
Dscan.h74 u8 dfs; /* number of dfs channels in 5ghz */ member
Ddebugfs.c188 WL18XX_DEBUGFS_FWSTATS_FILE(dfs, num_of_radar_detections, "%d");
572 DEBUGFS_FWSTATS_ADD(dfs, num_of_radar_detections); in wl18xx_debugfs_add_files()
Dacx.h296 struct wl18xx_dfs_stats dfs; member
/drivers/net/wireless/ti/wlcore/
Dscan.c300 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()
Dscan.h151 u8 dfs; /* number of dfs channels in 5ghz */ member
/drivers/net/wireless/ti/wl12xx/
Dscan.h105 u8 dfs; member
Dscan.c311 cmd->dfs = cmd_channels->dfs; in wl12xx_adjust_channels()
/drivers/net/wireless/ath/ath9k/
DMakefile15 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
/drivers/edac/
Dxgene_edac.c67 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/
Dsi476x-i2c.c51 core->pinmux.dfs, in si476x_core_config_pinmux()
819 core->pinmux.dfs == SI476X_DFS_DAUDIO && in si476x_core_probe()
Dsi476x-cmd.c531 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/
Dpmac32-cpufreq.c49 extern void low_choose_7447a_dfs(int dfs);
/drivers/mmc/card/
Dmmc_test.c3163 struct mmc_test_dbgfs_file *df, *dfs; local
3167 list_for_each_entry_safe(df, dfs, &mmc_test_file_test, link) {