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:target_caps
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
hw.c
45
config->tx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath11k_init_wmi_config_qca6390()
46
config->rx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath11k_init_wmi_config_qca6390()
100
config->tx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath11k_init_wmi_config_ipq8074()
101
config->rx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath11k_init_wmi_config_ipq8074()
H
A
D
core.h
691
struct ath11k_targ_cap
target_caps
;
member
H
A
D
mac.c
570
ar->max_tx_power = ab->
target_caps
.hw_max_tx_power;
in ath11k_pdev_caps_update()
572
/* FIXME Set min_tx_power to ab->
target_caps
.hw_min_tx_power.
in ath11k_pdev_caps_update()
H
A
D
wmi.c
507
if (ath11k_pull_service_ready_tlv(ab, ptr, &ab->
target_caps
))
in ath11k_wmi_tlv_svc_rdy_parse()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
hw.c
69
config->tx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath11k_init_wmi_config_qca6390()
70
config->rx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath11k_init_wmi_config_qca6390()
171
config->tx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath11k_init_wmi_config_ipq8074()
172
config->rx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath11k_init_wmi_config_ipq8074()
H
A
D
core.h
908
struct ath11k_targ_cap
target_caps
;
member
H
A
D
wmi.c
571
if (ath11k_pull_service_ready_tlv(ab, ptr, &ab->
target_caps
))
in ath11k_wmi_tlv_svc_rdy_parse()
H
A
D
mac.c
723
ar->max_tx_power = ab->
target_caps
.hw_max_tx_power;
in ath11k_pdev_caps_update()
725
/* FIXME Set min_tx_power to ab->
target_caps
.hw_min_tx_power.
in ath11k_pdev_caps_update()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.h
719
struct ath12k_wmi_target_cap_arg
target_caps
;
member
H
A
D
wmi.c
196
config->tx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath12k_wmi_init_qcn9274()
197
config->rx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath12k_wmi_init_qcn9274()
242
config->tx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath12k_wmi_init_wcn7850()
243
config->rx_chain_mask = (1 << ab->
target_caps
.num_rf_chains) - 1;
in ath12k_wmi_init_wcn7850()
687
if (ath12k_pull_service_ready_tlv(ab, ptr, &ab->
target_caps
))
in ath12k_wmi_svc_rdy_parse()
H
A
D
mac.c
614
ar->max_tx_power = ab->
target_caps
.hw_max_tx_power;
in ath12k_pdev_caps_update()
616
/* FIXME: Set min_tx_power to ab->
target_caps
.hw_min_tx_power.
in ath12k_pdev_caps_update()
Completed in 72 milliseconds