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:hif_ce_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
snoc.h
27
struct ath10k *
hif_ce_state
;
member
H
A
D
pci.h
87
/* Convenience back pointer to
hif_ce_state
. */
88
struct ath10k *
hif_ce_state
;
member
H
A
D
snoc.c
493
struct ath10k *ar = pipe->
hif_ce_state
;
in __ath10k_snoc_rx_post_buf()
531
struct ath10k *ar = pipe->
hif_ce_state
;
in ath10k_snoc_rx_post_pipe()
854
ar = snoc_pipe->
hif_ce_state
;
in ath10k_snoc_rx_pipe_cleanup()
886
ar = snoc_pipe->
hif_ce_state
;
in ath10k_snoc_tx_pipe_cleanup()
1357
pipe->
hif_ce_state
= ar;
in ath10k_snoc_setup_resource()
H
A
D
pci.c
766
struct ath10k *ar = pipe->
hif_ce_state
;
in __ath10k_pci_rx_post_buf()
805
struct ath10k *ar = pipe->
hif_ce_state
;
in ath10k_pci_rx_post_pipe()
1981
ar = pci_pipe->
hif_ce_state
;
in ath10k_pci_rx_pipe_cleanup()
2013
ar = pci_pipe->
hif_ce_state
;
in ath10k_pci_tx_pipe_cleanup()
2498
pipe->
hif_ce_state
= ar;
in ath10k_pci_alloc_pipes()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
snoc.h
29
struct ath10k *
hif_ce_state
;
member
H
A
D
pci.h
87
/* Convenience back pointer to
hif_ce_state
. */
88
struct ath10k *
hif_ce_state
;
member
H
A
D
snoc.c
494
struct ath10k *ar = pipe->
hif_ce_state
;
in __ath10k_snoc_rx_post_buf()
532
struct ath10k *ar = pipe->
hif_ce_state
;
in ath10k_snoc_rx_post_pipe()
855
ar = snoc_pipe->
hif_ce_state
;
in ath10k_snoc_rx_pipe_cleanup()
887
ar = snoc_pipe->
hif_ce_state
;
in ath10k_snoc_tx_pipe_cleanup()
1396
pipe->
hif_ce_state
= ar;
in ath10k_snoc_setup_resource()
H
A
D
pci.c
766
struct ath10k *ar = pipe->
hif_ce_state
;
in __ath10k_pci_rx_post_buf()
805
struct ath10k *ar = pipe->
hif_ce_state
;
in ath10k_pci_rx_post_pipe()
1981
ar = pci_pipe->
hif_ce_state
;
in ath10k_pci_rx_pipe_cleanup()
2013
ar = pci_pipe->
hif_ce_state
;
in ath10k_pci_tx_pipe_cleanup()
2499
pipe->
hif_ce_state
= ar;
in ath10k_pci_alloc_pipes()
Completed in 24 milliseconds