/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 180 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/ |
D | s32g3.dtsi | 65 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/ |
D | revo.c | 41 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/ |
D | drm_buddy.c | 485 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/ |
D | cxgb4_ethtool.c | 1643 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/ |
D | sd.c | 20 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/ |
D | op-1.h | 288 #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; \
|
D | op-4.h | 615 #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)); \
|
D | op-2.h | 588 #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/ |
D | bpf_offload.py | 311 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/ |
D | i915_scheduler.c | 163 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/ |
D | ktls.c | 186 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()
|
D | ktls.h | 81 struct dentry *dfs; member
|
/linux-6.12.1/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 17 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()
|
D | scan.h | 60 u8 dfs; /* number of dfs channels in 5ghz */ member
|
/linux-6.12.1/drivers/ras/ |
D | cec.c | 483 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/ |
D | scan.c | 287 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()
|
D | scan.h | 137 u8 dfs; /* number of dfs channels in 5ghz */ member
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | atomisp_cmd.c | 192 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 …]
|
D | atomisp_v4l2.c | 1211 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()
|
D | atomisp_internal.h | 210 const struct atomisp_dfs_config *dfs; member
|
/linux-6.12.1/fs/smb/client/ |
D | Makefile | 25 cifs-$(CONFIG_CIFS_DFS_UPCALL) += dfs_cache.o dfs.o
|
/linux-6.12.1/include/linux/mfd/ |
D | si476x-platform.h | 122 enum si476x_dfs_config dfs; member
|
/linux-6.12.1/drivers/net/wireless/ti/wl12xx/ |
D | scan.h | 91 u8 dfs; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | Makefile | 16 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
|