/linux-5.19.10/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 143 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()
|
D | wcn36xx.h | 290 struct wcn36xx_dfs_entry dfs; member
|
/linux-5.19.10/drivers/gpu/drm/ |
D | drm_buddy.c | 319 LIST_HEAD(dfs); in alloc_range_bias() 326 list_add_tail(&mm->roots[i]->tmp_link, &dfs); in alloc_range_bias() 332 block = list_first_entry_or_null(&dfs, in alloc_range_bias() 369 list_add(&block->right->tmp_link, &dfs); in alloc_range_bias() 370 list_add(&block->left->tmp_link, &dfs); in alloc_range_bias() 454 struct list_head *dfs, in __alloc_range() argument 470 block = list_first_entry_or_null(dfs, in __alloc_range() 507 list_add(&block->right->tmp_link, dfs); in __alloc_range() 508 list_add(&block->left->tmp_link, dfs); in __alloc_range() 536 LIST_HEAD(dfs); in __drm_buddy_alloc_range() [all …]
|
/linux-5.19.10/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-5.19.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 1646 struct ch_filter_specification *dfs) in cxgb4_fill_filter_rule() argument 1648 switch (dfs->val.proto) { in cxgb4_fill_filter_rule() 1650 if (dfs->type) in cxgb4_fill_filter_rule() 1656 if (dfs->type) in cxgb4_fill_filter_rule() 1663 if (dfs->type) { in cxgb4_fill_filter_rule() 1664 fs->h_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule() 1665 fs->m_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule() 1666 fs->h_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->val.lport); in cxgb4_fill_filter_rule() 1667 fs->m_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->mask.lport); in cxgb4_fill_filter_rule() 1668 memcpy(&fs->h_u.tcp_ip6_spec.ip6src, &dfs->val.fip[0], in cxgb4_fill_filter_rule() [all …]
|
/linux-5.19.10/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-5.19.10/tools/testing/selftests/bpf/ |
D | test_offload.py | 304 dfs = {} 323 dfs[f] = out.strip() 325 dfs[f] = DebugfsDir(p) 330 log("DebugFS state", dfs) 333 return dfs 451 self.dfs = DebugfsDir(self.dfs_dir) 452 return self.dfs 839 sim.dfs["bpf_tc_non_bound_accept"] = "Y" 860 sim.dfs["bpf_tc_non_bound_accept"] = "N" 916 sim.dfs["dev/bpf_bind_verifier_accept"] = 0 [all …]
|
/linux-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/include/linux/mfd/ |
D | si476x-platform.h | 122 enum si476x_dfs_config dfs; member
|
/linux-5.19.10/drivers/net/wireless/ti/wl12xx/ |
D | scan.h | 91 u8 dfs; member
|
D | scan.c | 297 cmd->dfs = cmd_channels->dfs; in wl12xx_adjust_channels()
|
/linux-5.19.10/drivers/net/wireless/ath/ath9k/ |
D | Makefile | 16 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_v4l2.c | 1591 isp->dfs = &dfs_config_merr_1179; in atomisp_pci_probe() 1594 isp->dfs = &dfs_config_merr_117a; in atomisp_pci_probe() 1598 isp->dfs = &dfs_config_merr; in atomisp_pci_probe() 1624 isp->dfs = &dfs_config_byt; in atomisp_pci_probe() 1645 isp->dfs = &dfs_config_merr; in atomisp_pci_probe() 1654 isp->dfs = &dfs_config_cht; in atomisp_pci_probe()
|
D | atomisp_cmd.c | 213 const struct atomisp_dfs_config *dfs; in atomisp_freq_scaling() local 226 isp->dfs = &dfs_config_cht_soc; in atomisp_freq_scaling() 228 dfs = isp->dfs; in atomisp_freq_scaling() 230 if (dfs->lowest_freq == 0 || dfs->max_freq_at_vmin == 0 || in atomisp_freq_scaling() 231 dfs->highest_freq == 0 || dfs->dfs_table_size == 0 || in atomisp_freq_scaling() 232 !dfs->dfs_table) { in atomisp_freq_scaling() 238 new_freq = dfs->lowest_freq; in atomisp_freq_scaling() 243 new_freq = dfs->highest_freq; in atomisp_freq_scaling() 251 new_freq = dfs->highest_freq; in atomisp_freq_scaling() 273 for (i = 0; i < dfs->dfs_table_size; i++) { in atomisp_freq_scaling() [all …]
|
D | atomisp_internal.h | 288 const struct atomisp_dfs_config *dfs; member
|
/linux-5.19.10/drivers/spi/ |
D | spi-dw-core.c | 326 cr0 |= (cfg->dfs - 1) << dws->dfs_offset; in dw_spi_update_config() 422 .dfs = transfer->bits_per_word, in dw_spi_transfer_one() 682 cfg.dfs = 8; in dw_spi_exec_mem_op()
|
D | spi-dw-bt1.c | 127 cfg.dfs = 8; in dw_spi_bt1_dirmap_read()
|
/linux-5.19.10/drivers/edac/ |
D | xgene_edac.c | 54 struct dentry *dfs; member 867 if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs) in xgene_edac_pmd_create_debugfs_nodes() 871 dbgfs_dir = edac_debugfs_create_dir_at(name, ctx->edac->dfs); in xgene_edac_pmd_create_debugfs_nodes() 1171 if (!IS_ENABLED(CONFIG_EDAC_DEBUG) || !ctx->edac->dfs) in xgene_edac_l3_create_debugfs_nodes() 1175 dbgfs_dir = edac_debugfs_create_dir_at(name, ctx->edac->dfs); in xgene_edac_l3_create_debugfs_nodes() 1936 edac->dfs = edac_debugfs_create_dir(pdev->dev.kobj.name); in xgene_edac_probe()
|
/linux-5.19.10/drivers/mfd/ |
D | si476x-i2c.c | 42 core->pinmux.dfs, in si476x_core_config_pinmux() 813 core->pinmux.dfs == SI476X_DFS_DAUDIO && in si476x_core_probe()
|