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:ath10k_pci
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
Makefile
27
obj-$(CONFIG_ATH10K_PCI) +=
ath10k_pci
.o
28
ath10k_pci
-y += pci.o
30
ath10k_pci
-$(CONFIG_ATH10K_AHB) += ahb.o
H
A
D
pci.c
431
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_is_awake()
440
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in __ath10k_pci_wake()
454
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in __ath10k_pci_sleep()
492
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_force_wake()
518
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_force_sleep()
533
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_wake()
568
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_sleep()
593
struct
ath10k_pci
*ar_pci = from_timer(ar_pci, t, ps_timer);
in ath10k_pci_ps_timer()
613
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_sleep_sync()
631
struct
ath10k_pci
*ar_pc
in ath10k_bus_pci_write32()
[all...]
H
A
D
pci.h
107
struct
ath10k_pci
{
struct
193
static inline struct
ath10k_pci
*ath10k_pci_priv(struct ath10k *ar)
in ath10k_pci_priv()
195
return (struct
ath10k_pci
*)ar->drv_priv;
in ath10k_pci_priv()
H
A
D
ahb.c
30
return &((struct
ath10k_pci
*)ar->drv_priv)->ahb[0];
in ath10k_ahb_priv()
406
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_ahb_request_irq_legacy()
738
struct
ath10k_pci
*ar_pci;
in ath10k_ahb_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
Makefile
27
obj-$(CONFIG_ATH10K_PCI) +=
ath10k_pci
.o
28
ath10k_pci
-y += pci.o
30
ath10k_pci
-$(CONFIG_ATH10K_AHB) += ahb.o
H
A
D
pci.c
431
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_is_awake()
440
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in __ath10k_pci_wake()
454
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in __ath10k_pci_sleep()
492
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_force_wake()
518
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_force_sleep()
533
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_wake()
568
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_sleep()
593
struct
ath10k_pci
*ar_pci = from_timer(ar_pci, t, ps_timer);
in ath10k_pci_ps_timer()
613
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_pci_sleep_sync()
631
struct
ath10k_pci
*ar_pc
in ath10k_bus_pci_write32()
[all...]
H
A
D
pci.h
107
struct
ath10k_pci
{
struct
193
static inline struct
ath10k_pci
*ath10k_pci_priv(struct ath10k *ar)
in ath10k_pci_priv()
195
return (struct
ath10k_pci
*)ar->drv_priv;
in ath10k_pci_priv()
H
A
D
ahb.c
406
struct
ath10k_pci
*ar_pci = ath10k_pci_priv(ar);
in ath10k_ahb_request_irq_legacy()
730
struct
ath10k_pci
*ar_pci;
in ath10k_ahb_probe()
Completed in 9 milliseconds