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:htvec
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-loongson-htvec.c
9
#define pr_fmt(fmt) "
htvec
: " fmt
31
struct
htvec
{
struct
40
static struct
htvec
*htvec_priv;
48
struct
htvec
*priv = irq_desc_get_handler_data(desc);
in htvec_irq_dispatch()
72
struct
htvec
*priv = irq_data_get_irq_chip_data(d);
in htvec_ack_irq()
82
struct
htvec
*priv = irq_data_get_irq_chip_data(d);
in htvec_mask_irq()
97
struct
htvec
*priv = irq_data_get_irq_chip_data(d);
in htvec_unmask_irq()
121
struct
htvec
*priv = domain->host_data;
in htvec_domain_alloc()
154
static void htvec_reset(struct
htvec
*priv)
in htvec_reset()
191
struct
htvec
*pri
in htvec_init()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-loongson-htvec.c
7
#define pr_fmt(fmt) "
htvec
: " fmt
27
struct
htvec
{
struct
35
static struct
htvec
*htvec_priv;
43
struct
htvec
*priv = irq_desc_get_handler_data(desc);
in htvec_irq_dispatch()
67
struct
htvec
*priv = irq_data_get_irq_chip_data(d);
in htvec_ack_irq()
77
struct
htvec
*priv = irq_data_get_irq_chip_data(d);
in htvec_mask_irq()
92
struct
htvec
*priv = irq_data_get_irq_chip_data(d);
in htvec_unmask_irq()
116
struct
htvec
*priv = domain->host_data;
in htvec_domain_alloc()
149
static void htvec_reset(struct
htvec
*priv)
in htvec_reset()
187
struct
htvec
*pri
in htvec_init()
[all...]
Completed in 2 milliseconds