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:tp_irq
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
asus-tf103c-dock.c
114
int
tp_irq
;
member
496
board_info.irq = dock->
tp_irq
;
in tf103c_dock_enable_touchpad()
598
handle_nested_irq(dock->
tp_irq
);
in tf103c_dock_irq()
863
dock->
tp_irq
= irq_create_mapping(dock->tp_irq_domain, 0);
in tf103c_dock_probe()
864
if (!dock->
tp_irq
)
in tf103c_dock_probe()
867
irq_set_chip_data(dock->
tp_irq
, dock);
in tf103c_dock_probe()
868
irq_set_chip_and_handler(dock->
tp_irq
, &dock->tp_irqchip, handle_simple_irq);
in tf103c_dock_probe()
869
irq_set_nested_thread(dock->
tp_irq
, true);
in tf103c_dock_probe()
870
irq_set_noprobe(dock->
tp_irq
);
in tf103c_dock_probe()
Completed in 2 milliseconds