Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dwell_time
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
p2p.c
1634
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1639
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1648
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MIN_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1655
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1659
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MIN_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1666
af_params->
dwell_time
= cpu_to_le32(P2P_AF_LONG_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1670
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MIN_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1683
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1689
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1738
u32 requested_dwell = le32_to_cpu(af_params->
dwell_time
);
in brcmf_p2p_send_action_frame()
[all...]
H
A
D
fwil_types.h
229
__le32
dwell_time
;
member
H
A
D
cfg80211.c
5184
af_params->
dwell_time
= cpu_to_le32(params->wait);
in brcmf_cfg80211_mgmt_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
p2p.c
1634
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1639
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1648
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MIN_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1655
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1659
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MIN_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1666
af_params->
dwell_time
= cpu_to_le32(P2P_AF_LONG_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1670
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MIN_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1683
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1689
af_params->
dwell_time
= cpu_to_le32(P2P_AF_MED_DWELL_TIME);
in brcmf_p2p_pub_af_tx()
1738
u32 requested_dwell = le32_to_cpu(af_params->
dwell_time
);
in brcmf_p2p_send_action_frame()
[all...]
H
A
D
fwil_types.h
238
__le32
dwell_time
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
scan.c
361
static u16 iwl_limit_dwell(struct iwl_priv *priv, u16
dwell_time
)
in iwl_limit_dwell()
argument
403
return
dwell_time
;
in iwl_limit_dwell()
407
dwell_time
= min(limit,
dwell_time
);
in iwl_limit_dwell()
412
return min(limit,
dwell_time
);
in iwl_limit_dwell()
415
return
dwell_time
;
in iwl_limit_dwell()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
scan.c
357
static u16 iwl_limit_dwell(struct iwl_priv *priv, u16
dwell_time
)
in iwl_limit_dwell()
argument
399
return
dwell_time
;
in iwl_limit_dwell()
403
dwell_time
= min(limit,
dwell_time
);
in iwl_limit_dwell()
408
return min(limit,
dwell_time
);
in iwl_limit_dwell()
411
return
dwell_time
;
in iwl_limit_dwell()
/kernel/linux/linux-5.10/drivers/net/wireless/
H
A
D
rayctl.h
95
UCHAR
dwell_time
[2];
member
H
A
D
ray_cs.c
2641
pfh->
dwell_time
[0] +
in ray_cs_proc_show()
2642
256 * pfh->
dwell_time
[1]);
in ray_cs_proc_show()
H
A
D
rndis_wlan.c
226
__le32
dwell_time
;
member
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H
A
D
ks_hostif.h
265
__le16
dwell_time
;
member
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H
A
D
ks_hostif.h
265
__le16
dwell_time
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H
A
D
rayctl.h
95
UCHAR
dwell_time
[2];
member
H
A
D
ray_cs.c
2640
pfh->
dwell_time
[0] +
in ray_cs_proc_show()
2641
256 * pfh->
dwell_time
[1]);
in ray_cs_proc_show()
H
A
D
rndis_wlan.c
226
__le32
dwell_time
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.h
824
__le16
dwell_time
;
member
843
__le16
dwell_time
[IPW_SCAN_TYPES];
member
H
A
D
ipw2200.c
6314
scan.
dwell_time
[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
in ipw_request_scan_helper()
6322
scan.
dwell_time
[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
in ipw_request_scan_helper()
6325
scan.
dwell_time
[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
in ipw_request_scan_helper()
6328
scan.
dwell_time
[IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN] =
in ipw_request_scan_helper()
6331
scan.
dwell_time
[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
in ipw_request_scan_helper()
6333
scan.
dwell_time
[IPW_SCAN_ACTIVE_DIRECT_SCAN] = cpu_to_le16(20);
in ipw_request_scan_helper()
6364
* set a small
dwell_time
here and just keep re-issuing
in ipw_request_scan_helper()
6369
scan.
dwell_time
[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
in ipw_request_scan_helper()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
fw.h
886
__le16
dwell_time
;
member
1177
__le16
dwell_time
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.h
824
__le16
dwell_time
;
member
843
__le16
dwell_time
[IPW_SCAN_TYPES];
member
H
A
D
ipw2200.c
6268
scan.
dwell_time
[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
in ipw_request_scan_helper()
6276
scan.
dwell_time
[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
in ipw_request_scan_helper()
6279
scan.
dwell_time
[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
in ipw_request_scan_helper()
6282
scan.
dwell_time
[IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN] =
in ipw_request_scan_helper()
6285
scan.
dwell_time
[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
in ipw_request_scan_helper()
6287
scan.
dwell_time
[IPW_SCAN_ACTIVE_DIRECT_SCAN] = cpu_to_le16(20);
in ipw_request_scan_helper()
6318
* set a small
dwell_time
here and just keep re-issuing
in ipw_request_scan_helper()
6323
scan.
dwell_time
[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
in ipw_request_scan_helper()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
fw.h
874
__le16
dwell_time
;
member
1171
__le16
dwell_time
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
wmi.h
462
__le32
dwell_time
;
member
2488
__le32
dwell_time
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
wmi.h
462
__le32
dwell_time
;
member
2488
__le32
dwell_time
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
fw.c
3049
RTW89_SET_FWCMD_CHINFO_DWELL(cmd, ch_info->
dwell_time
);
in rtw89_fw_h2c_scan_list_offload()
3761
ch_info->
dwell_time
= RTW89_DWELL_TIME;
in rtw89_hw_scan_add_chan()
H
A
D
fw.h
255
u8
dwell_time
;
member
Completed in 127 milliseconds
1
2