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:EVENT_MASK
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_a/kernel/extended/trace/
H
A
D
los_trace.c
63
#define
EVENT_MASK
0xFFFFFFF0
macro
345
g_traceMask = mask &
EVENT_MASK
;
in LOS_TraceEventMaskSet()
/kernel/liteos_m/components/trace/
H
A
D
los_trace.c
61
#define
EVENT_MASK
0xFFFFFFF0
macro
340
g_traceMask = mask &
EVENT_MASK
;
in LOS_TraceEventMaskSet()
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_pcm.c
1075
#define
EVENT_MASK
(END_OF_BUFFER_EVENTS_PENDING|ASYNC_EVENTS_PENDING)
in vx_pcm_update_intr()
macro
1077
if (events &
EVENT_MASK
) {
in vx_pcm_update_intr()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_pcm.c
1084
#define
EVENT_MASK
(END_OF_BUFFER_EVENTS_PENDING|ASYNC_EVENTS_PENDING)
in vx_pcm_update_intr()
macro
1086
if (events &
EVENT_MASK
) {
in vx_pcm_update_intr()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
arasan-nand-controller.c
64
#define
EVENT_MASK
GENMASK(7, 0)
macro
1279
writel_relaxed(
EVENT_MASK
, nfc->base + INTR_STS_EN_REG);
in anfc_reset()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
arasan-nand-controller.c
66
#define
EVENT_MASK
GENMASK(7, 0)
macro
1391
writel_relaxed(
EVENT_MASK
, nfc->base + INTR_STS_EN_REG);
in anfc_reset()
Completed in 8 milliseconds