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:slave_irq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H
A
D
ptp_ixp46x.c
31
int
slave_irq
;
member
261
ixp_clock.
slave_irq
= platform_get_irq(pdev, 1);
in ptp_ixp_probe()
263
ixp_clock.master_irq < 0 || ixp_clock.
slave_irq
< 0)
in ptp_ixp_probe()
292
ret = devm_request_irq(dev, ixp_clock.
slave_irq
, isr,
in ptp_ixp_probe()
297
ixp_clock.
slave_irq
);
in ptp_ixp_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wcd938x-sdw.c
187
struct irq_domain *
slave_irq
= wcd->
slave_irq
;
in wcd9380_interrupt_callback()
local
191
handle_nested_irq(irq_find_mapping(
slave_irq
, 0));
in wcd9380_interrupt_callback()
H
A
D
wcd938x.h
665
struct irq_domain *
slave_irq
;
member
H
A
D
wcd938x.c
3492
wcd938x->sdw_priv[AIF1_PB]->
slave_irq
= wcd938x->virq;
in wcd938x_bind()
3493
wcd938x->sdw_priv[AIF1_CAP]->
slave_irq
= wcd938x->virq;
in wcd938x_bind()
Completed in 9 milliseconds