Home
last modified time | relevance | path

Searched refs:dfs (Results 1 – 25 of 30) 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/gpu/drm/
H A Ddrm_buddy.c606 LIST_HEAD(dfs); in __alloc_range_bias()
613 list_add_tail(&mm->roots[i]->tmp_link, &dfs); in __alloc_range_bias()
619 block = list_first_entry_or_null(&dfs, in __alloc_range_bias()
668 list_add(&block->right->tmp_link, &dfs); in __alloc_range_bias()
669 list_add(&block->left->tmp_link, &dfs); in __alloc_range_bias()
799 struct list_head *dfs, in __alloc_range() argument
817 block = list_first_entry_or_null(dfs, in __alloc_range()
857 list_add(&block->right->tmp_link, dfs); in __alloc_range()
858 list_add(&block->left->tmp_link, dfs); in __alloc_range()
899 LIST_HEAD(dfs); in __drm_buddy_alloc_range()
[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)); \
/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.c192 tls->debugfs.dfs = debugfs_create_dir("tls", dfs_root); in mlx5e_tls_debugfs_init()
221 debugfs_remove_recursive(tls->debugfs.dfs); in mlx5e_ktls_cleanup()
222 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/drivers/net/wireless/ti/wlcore/
H A Dscan.c286 cfg->dfs = in wlcore_set_scan_chan_params()
306 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params()
321 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params()
324 cfg->passive[1] || cfg->active[1] || cfg->dfs || in wlcore_set_scan_chan_params()
H A Dscan.h137 u8 dfs; /* number of dfs channels in 5ghz */ member
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c181 const struct atomisp_dfs_config *dfs; in atomisp_freq_scaling() local
187 dfs = isp->dfs; in atomisp_freq_scaling()
189 if (dfs->lowest_freq == 0 || dfs->max_freq_at_vmin == 0 || in atomisp_freq_scaling()
190 dfs->highest_freq == 0 || dfs->dfs_table_size == 0 || in atomisp_freq_scaling()
191 !dfs->dfs_table) { in atomisp_freq_scaling()
197 new_freq = dfs->lowest_freq; in atomisp_freq_scaling()
202 new_freq = dfs->highest_freq; in atomisp_freq_scaling()
210 new_freq = dfs->highest_freq; in atomisp_freq_scaling()
220 for (i = 0; i < dfs->dfs_table_size; i++) { in atomisp_freq_scaling()
221 if (curr_rules.width != dfs->dfs_table[i].width && in atomisp_freq_scaling()
[all …]
/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/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/spi/
H A Dspi-dw-core.c324 cr0 |= (cfg->dfs - 1) << dws->dfs_offset; in dw_spi_update_config()
423 .dfs = transfer->bits_per_word, in dw_spi_transfer_one()
694 cfg.dfs = 8; in dw_spi_exec_mem_op()
/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()

12