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:ath11k_hw_regs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
hw.h
156
const struct
ath11k_hw_regs
*regs;
347
struct
ath11k_hw_regs
{
struct
416
extern const struct
ath11k_hw_regs
ipq8074_regs;
417
extern const struct
ath11k_hw_regs
qca6390_regs;
418
extern const struct
ath11k_hw_regs
qcn9074_regs;
419
extern const struct
ath11k_hw_regs
wcn6855_regs;
420
extern const struct
ath11k_hw_regs
wcn6750_regs;
421
extern const struct
ath11k_hw_regs
ipq5018_regs;
H
A
D
hw.c
2281
const struct
ath11k_hw_regs
ipq8074_regs = {
2366
const struct
ath11k_hw_regs
qca6390_regs = {
2451
const struct
ath11k_hw_regs
qcn9074_regs = {
2536
const struct
ath11k_hw_regs
wcn6855_regs = {
2623
const struct
ath11k_hw_regs
wcn6750_regs = {
2746
const struct
ath11k_hw_regs
ipq5018_regs = {
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
hw.h
136
const struct
ath11k_hw_regs
*regs;
226
struct
ath11k_hw_regs
{
struct
270
extern const struct
ath11k_hw_regs
ipq8074_regs;
271
extern const struct
ath11k_hw_regs
qca6390_regs;
H
A
D
hw.c
793
const struct
ath11k_hw_regs
ipq8074_regs = {
844
const struct
ath11k_hw_regs
qca6390_regs = {
Completed in 6 milliseconds