/linux-4.4.14/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
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 149 mode, dfs->rootdir, \ 151 dfs->file_##name.dentry = d; \ 154 dfs->file_##name.dentry = NULL; \ 161 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_init() local 163 dfs->rootdir = debugfs_create_dir(KBUILD_MODNAME, in wcn36xx_debugfs_init() 165 if (IS_ERR(dfs->rootdir)) { in wcn36xx_debugfs_init() 167 dfs->rootdir = NULL; in wcn36xx_debugfs_init() 177 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_exit() local 178 debugfs_remove_recursive(dfs->rootdir); in wcn36xx_debugfs_exit()
|
D | wcn36xx.h | 239 struct wcn36xx_dfs_entry dfs; member
|
/linux-4.4.14/sound/pci/ice1712/ |
D | revo.c | 55 unsigned char old, tmp, dfs; in revo_set_rate_val() local 63 dfs = 2; in revo_set_rate_val() 65 dfs = 1; in revo_set_rate_val() 67 dfs = 0; in revo_set_rate_val() 78 if (old == dfs) in revo_set_rate_val() 85 tmp |= dfs << shift; in revo_set_rate_val() 326 int dfs; in ap192_set_rate_val() local 334 dfs = 2; in ap192_set_rate_val() 336 dfs = 1; in ap192_set_rate_val() 338 dfs = 0; in ap192_set_rate_val() [all …]
|
/linux-4.4.14/include/math-emu/ |
D | op-1.h | 288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument 291 if (_FP_WFRACBITS_##sfs > _FP_WFRACBITS_##dfs) \ 294 _FP_FRAC_SRS_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs), \ 297 _FP_FRAC_SRL_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs)); \ 300 D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \
|
D | op-4.h | 615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \ argument 618 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \ 621 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \ 625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \ argument 628 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \ 631 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \ 677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \ argument 681 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \ 684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \ argument 689 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
|
D | op-2.h | 596 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument 599 _FP_FRAC_SRS_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \ 602 _FP_FRAC_SRL_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \ 606 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument 610 _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
|
D | op-common.h | 820 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument 822 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
|
/linux-4.4.14/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"); 509 DEBUGFS_FWSTATS_ADD(dfs, num_of_radar_detections); in wl18xx_debugfs_add_files()
|
D | acx.h | 295 struct wl18xx_dfs_stats dfs; member
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | scan.c | 297 cfg->dfs = in wlcore_set_scan_chan_params() 317 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params() 332 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params() 335 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
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | Makefile | 15 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
|
/linux-4.4.14/include/linux/mfd/ |
D | si476x-platform.h | 131 enum si476x_dfs_config dfs; member
|
/linux-4.4.14/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()
|
/linux-4.4.14/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()
|
/linux-4.4.14/drivers/edac/ |
D | xgene_edac.c | 66 struct dentry *dfs; member 880 if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs) in xgene_edac_pmd_create_debugfs_nodes() 884 dbgfs_dir = edac_debugfs_create_dir_at(name, ctx->edac->dfs); in xgene_edac_pmd_create_debugfs_nodes() 1184 if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs) in xgene_edac_l3_create_debugfs_nodes() 1188 dbgfs_dir = edac_debugfs_create_dir_at(name, ctx->edac->dfs); in xgene_edac_l3_create_debugfs_nodes() 1885 edac->dfs = edac_debugfs_create_dir(pdev->dev.kobj.name); in xgene_edac_probe()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | TODO | 88 2) follow_link and readdir code does not follow dfs junctions
|
D | CHANGES | 13 FindFirst fails but QPathInfo queries works). Fix oops with dfs in 821 Fix oops in get dfs referral (triggered when null path sent in to 970 Various big endian fixes for hardlinks and symlinks and also for dfs.
|
D | README | 2 features such as hierarchical dfs like namespace, hardlinks, locking and more.
|
/linux-4.4.14/drivers/cpufreq/ |
D | pmac32-cpufreq.c | 47 extern void low_choose_7447a_dfs(int dfs);
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 2854 struct mmc_test_dbgfs_file *df, *dfs; local 2858 list_for_each_entry_safe(df, dfs, &mmc_test_file_test, link) {
|