/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()
|
D | wcn36xx.h | 290 struct wcn36xx_dfs_entry dfs; member
|
/drivers/gpu/drm/ |
D | drm_buddy.c | 337 LIST_HEAD(dfs); in alloc_range_bias() 344 list_add_tail(&mm->roots[i]->tmp_link, &dfs); in alloc_range_bias() 350 block = list_first_entry_or_null(&dfs, in alloc_range_bias() 387 list_add(&block->right->tmp_link, &dfs); in alloc_range_bias() 388 list_add(&block->left->tmp_link, &dfs); in alloc_range_bias() 481 struct list_head *dfs, in __alloc_range() argument 497 block = list_first_entry_or_null(dfs, in __alloc_range() 534 list_add(&block->right->tmp_link, dfs); in __alloc_range() 535 list_add(&block->left->tmp_link, dfs); in __alloc_range() 563 LIST_HEAD(dfs); in __drm_buddy_alloc_range() [all …]
|
/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 …]
|
/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()
|
/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
|
D | debugfs.c | 176 WL18XX_DEBUGFS_FWSTATS_FILE(dfs, num_of_radar_detections, "%d"); 553 DEBUGFS_FWSTATS_ADD(dfs, num_of_radar_detections); in wl18xx_debugfs_add_files()
|
D | acx.h | 282 struct wl18xx_dfs_stats dfs; member
|
/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
|
/drivers/staging/media/atomisp/pci/ |
D | atomisp_v4l2.c | 1484 isp->dfs = &dfs_config_merr_1179; in atomisp_pci_probe() 1487 isp->dfs = &dfs_config_merr_117a; in atomisp_pci_probe() 1491 isp->dfs = &dfs_config_merr; in atomisp_pci_probe() 1517 isp->dfs = &dfs_config_byt; in atomisp_pci_probe() 1538 isp->dfs = &dfs_config_merr; in atomisp_pci_probe() 1547 isp->dfs = &dfs_config_cht; in atomisp_pci_probe()
|
D | atomisp_cmd.c | 205 const struct atomisp_dfs_config *dfs; in atomisp_freq_scaling() local 218 isp->dfs = &dfs_config_cht_soc; in atomisp_freq_scaling() 220 dfs = isp->dfs; in atomisp_freq_scaling() 222 if (dfs->lowest_freq == 0 || dfs->max_freq_at_vmin == 0 || in atomisp_freq_scaling() 223 dfs->highest_freq == 0 || dfs->dfs_table_size == 0 || in atomisp_freq_scaling() 224 !dfs->dfs_table) { in atomisp_freq_scaling() 230 new_freq = dfs->lowest_freq; in atomisp_freq_scaling() 235 new_freq = dfs->highest_freq; in atomisp_freq_scaling() 243 new_freq = dfs->highest_freq; in atomisp_freq_scaling() 265 for (i = 0; i < dfs->dfs_table_size; i++) { in atomisp_freq_scaling() [all …]
|
D | atomisp_internal.h | 259 const struct atomisp_dfs_config *dfs; member
|
/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()
|
/drivers/net/wireless/ath/ath9k/ |
D | Makefile | 16 ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
|
/drivers/spi/ |
D | spi-dw-core.c | 327 cr0 |= (cfg->dfs - 1) << dws->dfs_offset; in dw_spi_update_config() 423 .dfs = transfer->bits_per_word, in dw_spi_transfer_one() 686 cfg.dfs = 8; in dw_spi_exec_mem_op()
|
D | spi-dw.h | 135 u8 dfs; member
|
D | spi-dw-bt1.c | 127 cfg.dfs = 8; in dw_spi_bt1_dirmap_read()
|
/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()
|
/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()
|
D | si476x-cmd.c | 522 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()
|
/drivers/cpufreq/ |
D | pmac32-cpufreq.c | 45 extern void low_choose_7447a_dfs(int dfs);
|
/drivers/mmc/core/ |
D | mmc_test.c | 3160 struct mmc_test_dbgfs_file *df, *dfs; local 3164 list_for_each_entry_safe(df, dfs, &mmc_test_file_test, link) {
|