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_ops
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
hw.h
151
const struct
ath11k_hw_ops
*hw_ops;
231
struct
ath11k_hw_ops
{
struct
274
extern const struct
ath11k_hw_ops
ipq8074_ops;
275
extern const struct
ath11k_hw_ops
ipq6018_ops;
276
extern const struct
ath11k_hw_ops
qca6390_ops;
277
extern const struct
ath11k_hw_ops
qcn9074_ops;
278
extern const struct
ath11k_hw_ops
wcn6855_ops;
279
extern const struct
ath11k_hw_ops
wcn6750_ops;
280
extern const struct
ath11k_hw_ops
ipq5018_ops;
H
A
D
hw.c
903
const struct
ath11k_hw_ops
ipq8074_ops = {
943
const struct
ath11k_hw_ops
ipq6018_ops = {
983
const struct
ath11k_hw_ops
qca6390_ops = {
1023
const struct
ath11k_hw_ops
qcn9074_ops = {
1063
const struct
ath11k_hw_ops
wcn6855_ops = {
1103
const struct
ath11k_hw_ops
wcn6750_ops = {
1144
const struct
ath11k_hw_ops
ipq5018_ops = {
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
hw.h
131
const struct
ath11k_hw_ops
*hw_ops;
166
struct
ath11k_hw_ops
{
struct
174
extern const struct
ath11k_hw_ops
ipq8074_ops;
175
extern const struct
ath11k_hw_ops
ipq6018_ops;
176
extern const struct
ath11k_hw_ops
qca6390_ops;
H
A
D
hw.c
158
const struct
ath11k_hw_ops
ipq8074_ops = {
165
const struct
ath11k_hw_ops
ipq6018_ops = {
172
const struct
ath11k_hw_ops
qca6390_ops = {
Completed in 10 milliseconds