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:ath12k_hw_params
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
hw.h
133
struct
ath12k_hw_params
{
struct
193
int (*mac_id_to_pdev_id)(const struct
ath12k_hw_params
*hw, int mac_id);
194
int (*mac_id_to_srng_id)(const struct
ath12k_hw_params
*hw, int mac_id);
201
int ath12k_hw_get_mac_from_pdev_id(const struct
ath12k_hw_params
*hw,
in ath12k_hw_get_mac_from_pdev_id()
210
static inline int ath12k_hw_mac_id_to_pdev_id(const struct
ath12k_hw_params
*hw,
in ath12k_hw_mac_id_to_pdev_id()
219
static inline int ath12k_hw_mac_id_to_srng_id(const struct
ath12k_hw_params
*hw,
in ath12k_hw_mac_id_to_srng_id()
H
A
D
hw.c
23
static int ath12k_hw_mac_id_to_pdev_id_qcn9274(const struct
ath12k_hw_params
*hw,
in ath12k_hw_mac_id_to_pdev_id_qcn9274()
29
static int ath12k_hw_mac_id_to_srng_id_qcn9274(const struct
ath12k_hw_params
*hw,
in ath12k_hw_mac_id_to_srng_id_qcn9274()
48
static int ath12k_hw_mac_id_to_pdev_id_wcn7850(const struct
ath12k_hw_params
*hw,
in ath12k_hw_mac_id_to_pdev_id_wcn7850()
54
static int ath12k_hw_mac_id_to_srng_id_wcn7850(const struct
ath12k_hw_params
*hw,
in ath12k_hw_mac_id_to_srng_id_wcn7850()
855
static const struct
ath12k_hw_params
ath12k_hw_params
[] = {
variable
1028
const struct
ath12k_hw_params
*hw_params = NULL;
in ath12k_hw_init()
1031
for (i = 0; i < ARRAY_SIZE(
ath12k_hw_params
); i++) {
in ath12k_hw_init()
1032
hw_params = &
ath12k_hw_params
[i];
in ath12k_hw_init()
1038
if (i == ARRAY_SIZE(
ath12k_hw_params
)) {
in ath12k_hw_init()
[all...]
H
A
D
core.h
688
/* Single pdev device (struct
ath12k_hw_params
::single_pdev_only):
701
/* struct
ath12k_hw_params
::single_pdev_only devices use this to
724
const struct
ath12k_hw_params
*hw_params;
Completed in 4 milliseconds