Home
last modified time | relevance | path

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

/linux-4.1.27/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
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Ddebug.c149 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()
Dwcn36xx.h239 struct wcn36xx_dfs_entry dfs; member
/linux-4.1.27/sound/pci/ice1712/
Drevo.c55 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.1.27/include/math-emu/
Dop-1.h288 #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; \
Dop-4.h615 #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)); \
Dop-2.h596 #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)); \
Dop-common.h820 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
822 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
Dscan.c31 cmd->dfs = cmd_channels->dfs; in wl18xx_adjust_channels()
125 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_send()
255 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_sched_scan_config()
Dscan.h74 u8 dfs; /* number of dfs channels in 5ghz */ member
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dscan.c297 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()
Dscan.h145 u8 dfs; /* number of dfs channels in 5ghz */ member
/linux-4.1.27/include/linux/mfd/
Dsi476x-platform.h131 enum si476x_dfs_config dfs; member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
DMakefile15 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
Dscan.h105 u8 dfs; member
Dscan.c307 cmd->dfs = cmd_channels->dfs; in wl12xx_adjust_channels()
/linux-4.1.27/drivers/mfd/
Dsi476x-i2c.c51 core->pinmux.dfs, in si476x_core_config_pinmux()
818 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()
/linux-4.1.27/drivers/cpufreq/
Dpmac32-cpufreq.c47 extern void low_choose_7447a_dfs(int dfs);
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO88 2) follow_link and readdir code does not follow dfs junctions
DCHANGES13 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.
DREADME2 features such as hierarchical dfs like namespace, hardlinks, locking and more.
/linux-4.1.27/drivers/mmc/card/
Dmmc_test.c2929 struct mmc_test_dbgfs_file *df, *dfs; local
2933 list_for_each_entry_safe(df, dfs, &mmc_test_file_test, link) {