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:phy_id_map
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.c
324
phy_map = wmi_hw_mode_caps[hw_idx].
phy_id_map
;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
3584
phy_map = hw_mode_cap->
phy_id_map
;
in ath11k_wmi_tlv_hw_mode_caps_parse()
3717
u32
phy_id_map
;
in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
local
3725
phy_id_map
= svc_rdy_ext->pref_hw_mode_caps.
phy_id_map
;
in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
3727
while (
phy_id_map
&& soc->num_radios < MAX_RADIOS) {
in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
3750
phy_id_map
>>= 1;
in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
H
A
D
wmi.h
2131
u32
phy_id_map
;
member
2343
u32
phy_id_map
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
wmi.c
481
phy_map = le32_to_cpu(wmi_hw_mode_caps[hw_idx].
phy_id_map
);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
3761
phy_map = le32_to_cpu(hw_mode_cap->
phy_id_map
);
in ath12k_wmi_hw_mode_caps_parse()
3897
u32
phy_id_map
;
in ath12k_wmi_ext_soc_hal_reg_caps_parse()
local
3905
phy_id_map
= le32_to_cpu(svc_rdy_ext->pref_hw_mode_caps.
phy_id_map
);
in ath12k_wmi_ext_soc_hal_reg_caps_parse()
3908
while (
phy_id_map
&& soc->num_radios < MAX_RADIOS) {
in ath12k_wmi_ext_soc_hal_reg_caps_parse()
3930
phy_id_map
>>= 1;
in ath12k_wmi_ext_soc_hal_reg_caps_parse()
H
A
D
wmi.h
2533
__le32
phy_id_map
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.c
376
phy_map = wmi_hw_mode_caps[hw_idx].
phy_id_map
;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
4573
phy_map = hw_mode_cap->
phy_id_map
;
in ath11k_wmi_tlv_hw_mode_caps_parse()
4706
u32
phy_id_map
;
in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
local
4715
phy_id_map
= svc_rdy_ext->pref_hw_mode_caps.
phy_id_map
;
in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
4717
while (
phy_id_map
&& soc->num_radios < MAX_RADIOS) {
in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
4740
phy_id_map
>>= 1;
in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
H
A
D
wmi.h
2239
u32
phy_id_map
;
member
2469
u32
phy_id_map
;
member
Completed in 73 milliseconds