/linux-5.19.10/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_dfs.c | 148 mt76_wr(dev, MT_BBP(DFS, 36), data); in mt76x02_dfs_set_capture_mode_ctrl() 212 mt76_wr(dev, MT_BBP(DFS, 1), 0xf); in mt76x02_dfs_detector_reset() 254 mt76_wr(dev, MT_BBP(DFS, 0), data); in mt76x02_dfs_get_hw_pulse() 257 pulse->period = mt76_rr(dev, MT_BBP(DFS, 19)); in mt76x02_dfs_get_hw_pulse() 260 pulse->w1 = mt76_rr(dev, MT_BBP(DFS, 20)); in mt76x02_dfs_get_hw_pulse() 261 pulse->w2 = mt76_rr(dev, MT_BBP(DFS, 23)); in mt76x02_dfs_get_hw_pulse() 264 pulse->burst = mt76_rr(dev, MT_BBP(DFS, 22)); in mt76x02_dfs_get_hw_pulse() 376 data = mt76_rr(dev, MT_BBP(DFS, 37)); in mt76x02_dfs_fetch_event() 381 data = mt76_rr(dev, MT_BBP(DFS, 37)); in mt76x02_dfs_fetch_event() 383 data = mt76_rr(dev, MT_BBP(DFS, 37)); in mt76x02_dfs_fetch_event() [all …]
|
/linux-5.19.10/drivers/net/wireless/ath/ath9k/ |
D | dfs.c | 115 ath_dbg(common, DFS, "HT40: datalen=%d, num_fft_packets=%d\n", in ath9k_check_chirping() 118 ath_dbg(common, DFS, "not enough packets for chirp\n"); in ath9k_check_chirping() 124 ath_dbg(common, DFS, "fixing datalen by 2\n"); in ath9k_check_chirping() 137 ath_dbg(common, DFS, "HT20: datalen=%d, num_fft_packets=%d\n", in ath9k_check_chirping() 140 ath_dbg(common, DFS, "not enough packets for chirp\n"); in ath9k_check_chirping() 147 ath_dbg(common, DFS, "bin_max = [%d, %d, %d, %d]\n", in ath9k_check_chirping() 161 ath_dbg(common, DFS, "CHIRP: invalid delta %d " in ath9k_check_chirping() 169 ath_dbg(common, DFS, "CHIRP: ddelta %d too high\n", in ath9k_check_chirping() 174 ath_dbg(common, DFS, "CHIRP - %d: delta=%d, ddelta=%d\n", in ath9k_check_chirping() 302 ath_dbg(common, DFS, in ath9k_dfs_process_phyerr() [all …]
|
D | Kconfig | 99 bool "Atheros DFS support for certified platforms" 103 This option enables DFS support for initiating radiation on 104 ath9k. There is no way to dynamically detect if a card was DFS 112 This is currently only a placeholder for future DFS support, 113 as DFS support requires more components that still need to be
|
D | channel.c | 91 ath_dbg(common, DFS, "DFS enabled at freq %d\n", in ath_set_channel()
|
/linux-5.19.10/Documentation/admin-guide/cifs/ |
D | authors.rst | 46 - Igor Mammedov (DFS support) 50 - Aurelien Aptel (for DFS SMB3 work and some key bug fixes) 54 - Paulo Alcantara (for some excellent work in DFS, and in booting from SMB3)
|
D | usage.rst | 9 features such as hierarchical DFS like namespace, hardlinks, locking and more. 610 Disable DFS (global name space support) even if the 612 a problem with parsing of DFS paths with Samba server 797 dfscache List the content of the DFS cache. 840 DFS support allows transparent redirection to shares in an MS-DFS name space. 841 In addition, DFS support for target shares which are specified as UNC 846 many NAS appliances support DFS as a way of constructing a global name 849 To use cifs Kerberos and DFS support, the Linux keyutils package should be
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | Kconfig | 85 bool "Atheros DFS support for certified platforms" 89 This option enables DFS support for initiating radiation on
|
/linux-5.19.10/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.c | 225 ath_dbg(dpd->common, DFS, in channel_detector_create() 302 ath_dbg(dpd->common, DFS, in dpd_add_pulse() 373 ath_dbg(common, DFS,"Could not set DFS domain to %d", region); in dfs_pattern_detector_init()
|
/linux-5.19.10/Documentation/devicetree/bindings/clock/ |
D | mvebu-cpu-clock.txt | 8 by address and length of the PMU DFS registers
|
/linux-5.19.10/fs/cifs/ |
D | Kconfig | 41 support for DFS (hierarchical name space), secure per-user 152 bool "DFS feature support" 155 Distributed File System (DFS) support is used to access shares 162 DFS junction points. If unsure, say Y.
|
/linux-5.19.10/Documentation/gpu/amdgpu/ |
D | amdgpu-glossary.rst | 24 DFS
|
/linux-5.19.10/Documentation/devicetree/bindings/cpufreq/ |
D | brcm,stb-avs-cpu-freq.txt | 16 firmware. On some SoCs, this firmware supports DFS and DVFS in addition to
|
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-eeprom-parse.c | 499 CHECK_AND_PRINT(DFS), in iwl_mod_ht40_chan_info() 582 CHECK_AND_PRINT_I(DFS), in iwl_init_channel_map()
|
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 204 #define DFS 0x20 /* mod: dma fifo size */ macro
|
D | sym_hipd.c | 839 np->rv_ctest5 |= DFS; /* Dma Fifo Size */ 2439 if (dfifo & (DFS << 16))
|
/linux-5.19.10/net/wireless/ |
D | Kconfig | 151 to be an authorized master, i.e., with radar detection support and DFS
|
/linux-5.19.10/drivers/scsi/ |
D | ncr53c8xx.h | 727 #define DFS 0x20 /* mod: dma fifo size */ macro
|
D | ncr53c8xx.c | 3835 np->rv_ctest5 |= DFS; /* Dma Fifo Size */ in ncr_prepare_setting() 6099 ctest5 = (np->rv_ctest5 & DFS) ? INB (nc_ctest5) : 0; in ncr_int_ma() 6100 if (ctest5 & DFS) in ncr_int_ma()
|
/linux-5.19.10/drivers/cpufreq/ |
D | Kconfig.arm | 91 Say Y, if you have a Broadcom SoC with AVS support for DFS or DVFS.
|
/linux-5.19.10/drivers/net/wireless/intel/iwlegacy/ |
D | common.c | 862 CHECK_AND_PRINT(DFS), eeprom_ch->flags, in il_mod_ht40_chan_info() 968 CHECK_AND_PRINT_I(DFS), in il_init_channel_map()
|