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:CE_COUNT_MAX
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
snoc.h
69
struct ath10k_snoc_pipe pipe_info[
CE_COUNT_MAX
];
70
struct ath10k_snoc_ce_irq ce_irqs[
CE_COUNT_MAX
];
81
DECLARE_BITMAP(pending_ce_irqs,
CE_COUNT_MAX
);
H
A
D
snoc.c
833
for (id = 0; id <
CE_COUNT_MAX
; id++)
in ath10k_snoc_irq_disable()
842
for (id = 0; id <
CE_COUNT_MAX
; id++)
in ath10k_snoc_irq_enable()
936
bitmap_clear(ar_snoc->pending_ce_irqs, 0,
CE_COUNT_MAX
);
in ath10k_snoc_hif_start()
967
struct ath10k_tgt_pipe_cfg tgt_cfg[
CE_COUNT_MAX
];
in ath10k_snoc_wlan_enable()
972
for (pipe_num = 0; pipe_num <
CE_COUNT_MAX
; pipe_num++) {
in ath10k_snoc_wlan_enable()
1154
for (i = 0; i <
CE_COUNT_MAX
; i++) {
in ath10k_snoc_get_ce_id_from_irq()
1220
for (id = 0; id <
CE_COUNT_MAX
; id++) {
in ath10k_snoc_request_irq()
1246
for (id = 0; id <
CE_COUNT_MAX
; id++)
in ath10k_snoc_free_irq()
H
A
D
pci.h
117
struct ath10k_pci_pipe pipe_info[
CE_COUNT_MAX
];
H
A
D
ce.h
151
struct ath10k_ce_pipe ce_states[
CE_COUNT_MAX
];
H
A
D
core.h
666
struct ath10k_ce_crash_data ce_crash_data[
CE_COUNT_MAX
];
H
A
D
hw.h
849
#define
CE_COUNT_MAX
12
macro
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
ce.h
10
#define
CE_COUNT_MAX
16
macro
159
struct ath12k_ce_pipe ce_pipe[
CE_COUNT_MAX
];
162
struct ath12k_hp_update_timer hp_timer[
CE_COUNT_MAX
];
H
A
D
pci.c
504
base_idx = ATH12K_PCI_IRQ_CE0_OFFSET +
CE_COUNT_MAX
;
in ath12k_pci_ext_irq_config()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
snoc.h
72
struct ath10k_snoc_pipe pipe_info[
CE_COUNT_MAX
];
73
struct ath10k_snoc_ce_irq ce_irqs[
CE_COUNT_MAX
];
86
DECLARE_BITMAP(pending_ce_irqs,
CE_COUNT_MAX
);
H
A
D
snoc.c
834
for (id = 0; id <
CE_COUNT_MAX
; id++)
in ath10k_snoc_irq_disable()
843
for (id = 0; id <
CE_COUNT_MAX
; id++)
in ath10k_snoc_irq_enable()
936
bitmap_clear(ar_snoc->pending_ce_irqs, 0,
CE_COUNT_MAX
);
in ath10k_snoc_hif_start()
969
struct ath10k_tgt_pipe_cfg tgt_cfg[
CE_COUNT_MAX
];
in ath10k_snoc_wlan_enable()
974
for (pipe_num = 0; pipe_num <
CE_COUNT_MAX
; pipe_num++) {
in ath10k_snoc_wlan_enable()
1199
for (i = 0; i <
CE_COUNT_MAX
; i++) {
in ath10k_snoc_get_ce_id_from_irq()
1264
for (id = 0; id <
CE_COUNT_MAX
; id++) {
in ath10k_snoc_request_irq()
1290
for (id = 0; id <
CE_COUNT_MAX
; id++)
in ath10k_snoc_free_irq()
H
A
D
pci.h
117
struct ath10k_pci_pipe pipe_info[
CE_COUNT_MAX
];
H
A
D
ce.h
151
struct ath10k_ce_pipe ce_states[
CE_COUNT_MAX
];
H
A
D
hw.h
842
#define
CE_COUNT_MAX
12
macro
H
A
D
core.h
668
struct ath10k_ce_crash_data ce_crash_data[
CE_COUNT_MAX
];
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
ce.h
9
#define
CE_COUNT_MAX
12
macro
168
struct ath11k_ce_pipe ce_pipe[
CE_COUNT_MAX
];
171
struct ath11k_hp_update_timer hp_timer[
CE_COUNT_MAX
];
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
ce.h
9
#define
CE_COUNT_MAX
12
macro
185
struct ath11k_ce_pipe ce_pipe[
CE_COUNT_MAX
];
188
struct ath11k_hp_update_timer hp_timer[
CE_COUNT_MAX
];
Completed in 23 milliseconds