Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c180 mode, dfs->rootdir, \
182 dfs->file_##name.dentry = d; \
185 dfs->file_##name.dentry = NULL; \
192 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_init() local
194 dfs->rootdir = debugfs_create_dir(KBUILD_MODNAME, in wcn36xx_debugfs_init()
196 if (IS_ERR(dfs->rootdir)) { in wcn36xx_debugfs_init()
198 dfs->rootdir = NULL; in wcn36xx_debugfs_init()
209 struct wcn36xx_dfs_entry *dfs = &wcn->dfs; in wcn36xx_debugfs_exit() local
210 debugfs_remove_recursive(dfs->rootdir); in wcn36xx_debugfs_exit()
/linux/sound/pci/ice1712/
H A Drevo.c41 unsigned char old, tmp, dfs; in revo_set_rate_val() local
49 dfs = 2; in revo_set_rate_val()
51 dfs = 1; in revo_set_rate_val()
53 dfs = 0; in revo_set_rate_val()
64 if (old == dfs) in revo_set_rate_val()
71 tmp |= dfs << shift; in revo_set_rate_val()
312 int dfs; in ap192_set_rate_val() local
320 dfs = 2; in ap192_set_rate_val()
322 dfs = 1; in ap192_set_rate_val()
324 dfs = 0; in ap192_set_rate_val()
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1643 struct ch_filter_specification *dfs) in cxgb4_fill_filter_rule() argument
1645 switch (dfs->val.proto) { in cxgb4_fill_filter_rule()
1647 if (dfs->type) in cxgb4_fill_filter_rule()
1653 if (dfs->type) in cxgb4_fill_filter_rule()
1660 if (dfs->type) { in cxgb4_fill_filter_rule()
1661 fs->h_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule()
1662 fs->m_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule()
1663 fs->h_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->val.lport); in cxgb4_fill_filter_rule()
1664 fs->m_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->mask.lport); in cxgb4_fill_filter_rule()
1665 memcpy(&fs->h_u.tcp_ip6_spec.ip6src, &dfs->val.fip[0], in cxgb4_fill_filter_rule()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsd.c20 struct dentry *dfs; member
455 sd->dfs = debugfs_create_dir("multi-pf", mlx5_debugfs_get_dev_root(primary)); in mlx5_sd_init()
456 debugfs_create_x32("group_id", 0400, sd->dfs, &sd->group_id); in mlx5_sd_init()
457 debugfs_create_file("primary", 0400, sd->dfs, primary, &dev_fops); in mlx5_sd_init()
467 debugfs_create_file(name, 0400, sd->dfs, pos, &dev_fops); in mlx5_sd_init()
482 debugfs_remove_recursive(sd->dfs); in mlx5_sd_init()
506 debugfs_remove_recursive(sd->dfs); in mlx5_sd_cleanup()
/linux/include/math-emu/
H A 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; \
H A 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)); \
H A Dop-2.h588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument
591 _FP_FRAC_SRS_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \
594 _FP_FRAC_SRL_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \
598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument
602 _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
H A Dop-common.h829 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
831 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py315 dfs = {}
334 dfs[f] = out.strip()
336 dfs[f] = DebugfsDir(p)
341 log("DebugFS state", dfs)
344 return dfs
393 self.dfs = DebugfsDir(self.dfs_dir)
394 return self.dfs
783 sim.dfs["bpf_tc_non_bound_accept"] = "Y"
804 sim.dfs["bpf_tc_non_bound_accept"] = "N"
860 sim.dfs["de
873 dfs = simdev.dfs_get_bound_progs(expected=1) global() variable
1016 dfs = simdev.dfs_get_bound_progs(expected=1) global() variable
[all...]
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.c163 LIST_HEAD(dfs); in __i915_schedule()
173 list_add(&stack.dfs_link, &dfs); in __i915_schedule()
193 list_for_each_entry(dep, &dfs, dfs_link) { in __i915_schedule()
213 list_move_tail(&p->dfs_link, &dfs); in __i915_schedule()
239 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) { in __i915_schedule()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c186 tls->debugfs.dfs = debugfs_create_dir("tls", dfs_root); in mlx5e_tls_debugfs_init()
215 debugfs_remove_recursive(tls->debugfs.dfs); in mlx5e_ktls_cleanup()
216 tls->debugfs.dfs = NULL; in mlx5e_ktls_cleanup()
H A Dktls.h81 struct dentry *dfs; member
/linux/drivers/net/wireless/ti/wl18xx/
H A Dscan.c17 cmd->dfs = cmd_channels->dfs; in wl18xx_adjust_channels()
115 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_send()
258 if (cmd->active[1] || cmd->dfs) { in wl18xx_scan_sched_scan_config()
H A Dscan.h60 u8 dfs; /* number of dfs channels in 5ghz */ member
H A Dacx.h282 struct wl18xx_dfs_stats dfs; member
/linux/arch/arm64/boot/dts/freescale/
H A Ds32g3.dtsi65 clocks = <&dfs 0>;
73 clocks = <&dfs 0>;
81 clocks = <&dfs 0>;
89 clocks = <&dfs 0>;
97 clocks = <&dfs 0>;
105 clocks = <&dfs 0>;
113 clocks = <&dfs 0>;
121 clocks = <&dfs 0>;
133 dfs: protocol@13 { label
/linux/fs/smb/client/
H A DMakefile25 cifs-$(CONFIG_CIFS_DFS_UPCALL) += dfs_cache.o dfs.o
/linux/include/linux/mfd/
H A Dsi476x-platform.h122 enum si476x_dfs_config dfs; member
/linux/drivers/net/wireless/ath/ath9k/
H A DMakefile16 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
/linux/drivers/net/wireless/ti/wl12xx/
H A Dscan.h91 u8 dfs; member
H A Dscan.c297 cmd->dfs = cmd_channels->dfs; in wl12xx_adjust_channels()
/linux/drivers/net/wireless/ti/wlcore/
H A Dscan.h137 u8 dfs; /* number of dfs channels in 5ghz */ member
/linux/drivers/ras/amd/
H A Dfmpm.c960 struct dentry *dfs = ras_get_debugfs_root(); in setup_debugfs() local
962 if (!dfs) in setup_debugfs()
965 fmpm_dfs_dir = debugfs_create_dir("fmpm", dfs); in setup_debugfs()
/linux/drivers/mfd/
H A Dsi476x-i2c.c42 core->pinmux.dfs, in si476x_core_config_pinmux()
813 core->pinmux.dfs == SI476X_DFS_DAUDIO && in si476x_core_probe()
H A Dsi476x-cmd.c522 enum si476x_dfs_config dfs, in si476x_core_cmd_dig_audio_pin_cfg() argument
529 PIN_CFG_BYTE(dfs), in si476x_core_cmd_dig_audio_pin_cfg()

12