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:hwiOps
(Results
1 - 4
of
4
) sorted by relevance
/kernel/liteos_m/arch/risc-v/common/
H
A
D
los_common_interrupt.c
51
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntTrigger()
local
52
if (
hwiOps
->triggerIrq == NULL) {
in ArchIntTrigger()
56
return
hwiOps
->triggerIrq(hwiNum);
in ArchIntTrigger()
61
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntEnable()
local
62
if (
hwiOps
->enableIrq == NULL) {
in ArchIntEnable()
66
return
hwiOps
->enableIrq(hwiNum);
in ArchIntEnable()
71
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntDisable()
local
72
if (
hwiOps
->disableIrq == NULL) {
in ArchIntDisable()
76
return
hwiOps
->disableIrq(hwiNum);
in ArchIntDisable()
81
HwiControllerOps *
hwiOps
in ArchIntClear()
local
91
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchIntSetPriority()
local
101
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchIntCurIrqNum()
local
[all...]
/kernel/liteos_m/arch/csky/common/
H
A
D
los_common_interrupt.c
83
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntTrigger()
local
84
if (
hwiOps
->triggerIrq == NULL) {
in ArchIntTrigger()
88
return
hwiOps
->triggerIrq(hwiNum);
in ArchIntTrigger()
97
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntEnable()
local
98
if (
hwiOps
->enableIrq == NULL) {
in ArchIntEnable()
102
return
hwiOps
->enableIrq(hwiNum);
in ArchIntEnable()
111
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntDisable()
local
112
if (
hwiOps
->disableIrq == NULL) {
in ArchIntDisable()
116
return
hwiOps
->disableIrq(hwiNum);
in ArchIntDisable()
125
HwiControllerOps *
hwiOps
in ArchIntClear()
local
143
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchIntSetPriority()
local
153
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchIntCurIrqNum()
local
244
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchHwiCreate()
local
[all...]
/kernel/liteos_m/arch/xtensa/common/
H
A
D
los_common_interrupt.c
83
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntTrigger()
local
84
if (
hwiOps
->triggerIrq == NULL) {
in ArchIntTrigger()
88
return
hwiOps
->triggerIrq(hwiNum);
in ArchIntTrigger()
97
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntEnable()
local
98
if (
hwiOps
->enableIrq == NULL) {
in ArchIntEnable()
102
return
hwiOps
->enableIrq(hwiNum);
in ArchIntEnable()
111
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntDisable()
local
112
if (
hwiOps
->disableIrq == NULL) {
in ArchIntDisable()
116
return
hwiOps
->disableIrq(hwiNum);
in ArchIntDisable()
125
HwiControllerOps *
hwiOps
in ArchIntClear()
local
135
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchIntCurIrqNum()
local
228
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchHwiCreate()
local
[all...]
/kernel/liteos_m/arch/arm/common/
H
A
D
los_common_interrupt.c
153
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntTrigger()
local
154
if (
hwiOps
->triggerIrq == NULL) {
in ArchIntTrigger()
158
return
hwiOps
->triggerIrq(hwiNum);
in ArchIntTrigger()
167
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntEnable()
local
168
if (
hwiOps
->enableIrq == NULL) {
in ArchIntEnable()
172
return
hwiOps
->enableIrq(hwiNum);
in ArchIntEnable()
181
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
in ArchIntDisable()
local
182
if (
hwiOps
->disableIrq == NULL) {
in ArchIntDisable()
186
return
hwiOps
->disableIrq(hwiNum);
in ArchIntDisable()
195
HwiControllerOps *
hwiOps
in ArchIntClear()
local
213
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchIntSetPriority()
local
223
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchIntCurIrqNum()
local
281
HwiControllerOps *
hwiOps
= ArchIntOpsGet();
ArchHwiCreate()
local
[all...]
Completed in 2 milliseconds