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:hd_irq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/
H
A
D
hpet.c
99
unsigned int
hd_irq
;
member
429
irq = devp->
hd_irq
;
in hpet_release()
430
devp->
hd_irq
= 0;
in hpet_release()
518
devp->
hd_irq
= irq;
in hpet_ioctl_ieon()
606
if (devp->
hd_irq
) {
in hpet_ioctl_common()
607
free_irq(devp->
hd_irq
, devp);
in hpet_ioctl_common()
608
devp->
hd_irq
= 0;
in hpet_ioctl_common()
871
hpetp->hp_dev[i].hd_hdwirq = hdp->
hd_irq
[i];
in hpet_alloc()
904
printk(KERN_CONT "%s %d", i > 0 ? "," : "", hdp->
hd_irq
[i]);
in hpet_alloc()
1009
hdp->
hd_irq
[hd
in hpet_resources()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H
A
D
hpet.c
100
unsigned int
hd_irq
;
member
414
irq = devp->
hd_irq
;
in hpet_release()
415
devp->
hd_irq
= 0;
in hpet_release()
503
devp->
hd_irq
= irq;
in hpet_ioctl_ieon()
591
if (devp->
hd_irq
) {
in hpet_ioctl_common()
592
free_irq(devp->
hd_irq
, devp);
in hpet_ioctl_common()
593
devp->
hd_irq
= 0;
in hpet_ioctl_common()
836
hpetp->hp_dev[i].hd_hdwirq = hdp->
hd_irq
[i];
in hpet_alloc()
869
printk(KERN_CONT "%s %d", i > 0 ? "," : "", hdp->
hd_irq
[i]);
in hpet_alloc()
975
hdp->
hd_irq
[hd
in hpet_resources()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
hpet.h
100
unsigned int
hd_irq
[HPET_MAX_TIMERS];
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hpet.h
100
unsigned int
hd_irq
[HPET_MAX_TIMERS];
member
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
hpet.c
198
* NOTE that
hd_irq
[] reflects IOAPIC input pins (LEGACY_8254
in hpet_reserve_platform_timers()
202
hd.
hd_irq
[0] = HPET_LEGACY_8254;
in hpet_reserve_platform_timers()
203
hd.
hd_irq
[1] = HPET_LEGACY_RTC;
in hpet_reserve_platform_timers()
209
hd.
hd_irq
[i] = hc->irq;
in hpet_reserve_platform_timers()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
hpet.c
199
* NOTE that
hd_irq
[] reflects IOAPIC input pins (LEGACY_8254
in hpet_reserve_platform_timers()
203
hd.
hd_irq
[0] = HPET_LEGACY_8254;
in hpet_reserve_platform_timers()
204
hd.
hd_irq
[1] = HPET_LEGACY_RTC;
in hpet_reserve_platform_timers()
210
hd.
hd_irq
[i] = hc->irq;
in hpet_reserve_platform_timers()
Completed in 8 milliseconds