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
defs:host_chip
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-goldfish-pic.c
36
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in goldfish_pic_cascade()
local
H
A
D
irq-tango.c
73
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in tangox_irq_handler()
local
H
A
D
irq-vic.c
221
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in vic_handle_irq_cascaded()
local
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-goldfish-pic.c
36
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in goldfish_pic_cascade()
local
H
A
D
irq-idt3243x.c
30
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in idt_irq_dispatch()
local
H
A
D
irq-vic.c
221
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in vic_handle_irq_cascaded()
local
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-idt3243x.c
31
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in idt_gpio_dispatch()
local
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H
A
D
pinctrl-bcm2835.c
421
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in bcm2835_gpio_irq_handler()
local
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H
A
D
pinctrl-bcm2835.c
438
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in bcm2835_gpio_irq_handler()
local
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H
A
D
pinctrl-nomadik.c
804
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in nmk_gpio_irq_handler()
local
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H
A
D
pinctrl-nomadik.c
806
struct irq_chip *
host_chip
= irq_desc_get_chip(desc);
in nmk_gpio_irq_handler()
local
Completed in 13 milliseconds