Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/
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-6.12.1/arch/arm64/boot/dts/freescale/
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-6.12.1/sound/pci/ice1712/
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-6.12.1/drivers/gpu/drm/
Ddrm_buddy.c485 LIST_HEAD(dfs); in __alloc_range_bias()
492 list_add_tail(&mm->roots[i]->tmp_link, &dfs); in __alloc_range_bias()
498 block = list_first_entry_or_null(&dfs, in __alloc_range_bias()
547 list_add(&block->right->tmp_link, &dfs); in __alloc_range_bias()
548 list_add(&block->left->tmp_link, &dfs); in __alloc_range_bias()
686 struct list_head *dfs, in __alloc_range() argument
704 block = list_first_entry_or_null(dfs, in __alloc_range()
744 list_add(&block->right->tmp_link, dfs); in __alloc_range()
745 list_add(&block->left->tmp_link, dfs); in __alloc_range()
786 LIST_HEAD(dfs); in __drm_buddy_alloc_range()
[all …]
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
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-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dsd.c20 struct dentry *dfs; member
451 sd->dfs = debugfs_create_dir("multi-pf", mlx5_debugfs_get_dev_root(primary)); in mlx5_sd_init()
452 debugfs_create_x32("group_id", 0400, sd->dfs, &sd->group_id); in mlx5_sd_init()
453 debugfs_create_file("primary", 0400, sd->dfs, primary, &dev_fops); in mlx5_sd_init()
463 debugfs_create_file(name, 0400, sd->dfs, pos, &dev_fops); in mlx5_sd_init()
478 debugfs_remove_recursive(sd->dfs); in mlx5_sd_init()
502 debugfs_remove_recursive(sd->dfs); in mlx5_sd_cleanup()
/linux-6.12.1/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.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-6.12.1/tools/testing/selftests/net/
Dbpf_offload.py311 dfs = {}
330 dfs[f] = out.strip()
332 dfs[f] = DebugfsDir(p)
337 log("DebugFS state", dfs)
340 return dfs
389 self.dfs = DebugfsDir(self.dfs_dir)
390 return self.dfs
777 sim.dfs["bpf_tc_non_bound_accept"] = "Y"
798 sim.dfs["bpf_tc_non_bound_accept"] = "N"
854 sim.dfs["dev/bpf_bind_verifier_accept"] = 0
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/
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-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
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()
Dktls.h81 struct dentry *dfs; member
/linux-6.12.1/drivers/net/wireless/ti/wl18xx/
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()
Dscan.h60 u8 dfs; /* number of dfs channels in 5ghz */ member
/linux-6.12.1/drivers/ras/
Dcec.c483 struct dentry *d, *pfn, *decay, *count, *array, *dfs; in create_debugfs_nodes() local
485 dfs = ras_get_debugfs_root(); in create_debugfs_nodes()
486 if (!dfs) { in create_debugfs_nodes()
491 d = debugfs_create_dir("cec", dfs); in create_debugfs_nodes()
/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Dscan.c287 cfg->dfs = in wlcore_set_scan_chan_params()
307 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params()
322 wl1271_debug(DEBUG_SCAN, " DFS: %d", cfg->dfs); in wlcore_set_scan_chan_params()
325 cfg->passive[1] || cfg->active[1] || cfg->dfs || in wlcore_set_scan_chan_params()
Dscan.h137 u8 dfs; /* number of dfs channels in 5ghz */ member
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Datomisp_cmd.c192 const struct atomisp_dfs_config *dfs; in atomisp_freq_scaling() local
198 dfs = isp->dfs; in atomisp_freq_scaling()
200 if (dfs->lowest_freq == 0 || dfs->max_freq_at_vmin == 0 || in atomisp_freq_scaling()
201 dfs->highest_freq == 0 || dfs->dfs_table_size == 0 || in atomisp_freq_scaling()
202 !dfs->dfs_table) { in atomisp_freq_scaling()
208 new_freq = dfs->lowest_freq; in atomisp_freq_scaling()
213 new_freq = dfs->highest_freq; in atomisp_freq_scaling()
221 new_freq = dfs->highest_freq; in atomisp_freq_scaling()
231 for (i = 0; i < dfs->dfs_table_size; i++) { in atomisp_freq_scaling()
232 if (curr_rules.width != dfs->dfs_table[i].width && in atomisp_freq_scaling()
[all …]
Datomisp_v4l2.c1211 isp->dfs = &dfs_config_merr_1179; in atomisp_pci_probe()
1214 isp->dfs = &dfs_config_merr_117a; in atomisp_pci_probe()
1218 isp->dfs = &dfs_config_merr; in atomisp_pci_probe()
1244 isp->dfs = &dfs_config_byt; in atomisp_pci_probe()
1265 isp->dfs = &dfs_config_merr; in atomisp_pci_probe()
1274 isp->dfs = &dfs_config_cht; in atomisp_pci_probe()
Datomisp_internal.h210 const struct atomisp_dfs_config *dfs; member
/linux-6.12.1/fs/smb/client/
DMakefile25 cifs-$(CONFIG_CIFS_DFS_UPCALL) += dfs_cache.o dfs.o
/linux-6.12.1/include/linux/mfd/
Dsi476x-platform.h122 enum si476x_dfs_config dfs; member
/linux-6.12.1/drivers/net/wireless/ti/wl12xx/
Dscan.h91 u8 dfs; member
/linux-6.12.1/drivers/net/wireless/ath/ath9k/
DMakefile16 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o

12