Home
last modified time | relevance | path

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

12

/Linux-v4.19/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.h92 struct nx_debugfs dfs; member
/Linux-v4.19/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()
170 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_exit() local
171 debugfs_remove_recursive(dfs->rootdir); in wcn36xx_debugfs_exit()
Dwcn36xx.h254 struct wcn36xx_dfs_entry dfs; member
/Linux-v4.19/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-v4.19/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-v4.19/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.c190 WL18XX_DEBUGFS_FWSTATS_FILE(dfs, num_of_radar_detections, "%d");
583 DEBUGFS_FWSTATS_ADD(dfs, num_of_radar_detections); in wl18xx_debugfs_add_files()
Dacx.h296 struct wl18xx_dfs_stats dfs; member
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_offload.py299 dfs = {}
309 dfs[f] = out.strip()
311 dfs[f] = DebugfsDir(p)
316 log("DebugFS state", dfs)
319 return dfs
359 self.dfs = DebugfsDir(self.dfs_dir)
360 return self.dfs
686 sim.dfs["bpf_tc_non_bound_accept"] = "Y"
707 sim.dfs["bpf_tc_non_bound_accept"] = "N"
769 dfs = sim.dfs_get_bound_progs(expected=1) variable
[all …]
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dscan.c303 cfg->dfs = in wlcore_set_scan_chan_params()
323 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params()
338 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params()
341 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
/Linux-v4.19/include/linux/mfd/
Dsi476x-platform.h131 enum si476x_dfs_config dfs; member
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dscan.h105 u8 dfs; member
Dscan.c311 cmd->dfs = cmd_channels->dfs; in wl12xx_adjust_channels()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
DMakefile16 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
/Linux-v4.19/drivers/edac/
Dxgene_edac.c66 struct dentry *dfs; member
879 if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs) in xgene_edac_pmd_create_debugfs_nodes()
883 dbgfs_dir = edac_debugfs_create_dir_at(name, ctx->edac->dfs); in xgene_edac_pmd_create_debugfs_nodes()
1183 if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs) in xgene_edac_l3_create_debugfs_nodes()
1187 dbgfs_dir = edac_debugfs_create_dir_at(name, ctx->edac->dfs); in xgene_edac_l3_create_debugfs_nodes()
1951 edac->dfs = edac_debugfs_create_dir(pdev->dev.kobj.name); in xgene_edac_probe()
/Linux-v4.19/drivers/mfd/
Dsi476x-i2c.c51 core->pinmux.dfs, in si476x_core_config_pinmux()
817 core->pinmux.dfs == SI476X_DFS_DAUDIO && in si476x_core_probe()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_lrc.c1160 LIST_HEAD(dfs); in execlists_schedule()
1174 list_add(&stack.dfs_link, &dfs); in execlists_schedule()
1194 list_for_each_entry(dep, &dfs, dfs_link) { in execlists_schedule()
1211 list_move_tail(&p->dfs_link, &dfs); in execlists_schedule()
1234 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) { in execlists_schedule()
/Linux-v4.19/drivers/cpufreq/
Dpmac32-cpufreq.c49 extern void low_choose_7447a_dfs(int dfs);
/Linux-v4.19/Documentation/filesystems/cifs/
DTODO88 2) follow_link and readdir code does not follow dfs junctions

12