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_flags
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/
H
A
D
hpet.c
98
unsigned int
hd_flags
;
member
147
if ((devp->
hd_flags
& HPET_SHARED_IRQ) &&
in hpet_interrupt()
158
if ((devp->
hd_flags
& (HPET_IE | HPET_PERIODIC)) == HPET_IE) {
in hpet_interrupt()
187
if (devp->
hd_flags
& HPET_SHARED_IRQ)
in hpet_interrupt()
271
if (hpetp->hp_dev[i].
hd_flags
& HPET_OPEN)
in hpet_open()
286
devp->
hd_flags
|= HPET_OPEN;
in hpet_open()
434
if (devp->
hd_flags
& HPET_PERIODIC
in hpet_release()
443
devp->
hd_flags
&= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC);
in hpet_release()
471
if (devp->
hd_flags
& HPET_IE) {
in hpet_ioctl_ieon()
476
devp->
hd_flags
|
in hpet_ioctl_ieon()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H
A
D
hpet.c
99
unsigned int
hd_flags
;
member
132
if ((devp->
hd_flags
& HPET_SHARED_IRQ) &&
in hpet_interrupt()
143
if ((devp->
hd_flags
& (HPET_IE | HPET_PERIODIC)) == HPET_IE) {
in hpet_interrupt()
172
if (devp->
hd_flags
& HPET_SHARED_IRQ)
in hpet_interrupt()
256
if (hpetp->hp_dev[i].
hd_flags
& HPET_OPEN) {
in hpet_open()
271
devp->
hd_flags
|= HPET_OPEN;
in hpet_open()
419
if (devp->
hd_flags
& HPET_PERIODIC
in hpet_release()
428
devp->
hd_flags
&= ~(HPET_OPEN | HPET_IE | HPET_PERIODIC);
in hpet_release()
456
if (devp->
hd_flags
& HPET_IE) {
in hpet_ioctl_ieon()
461
devp->
hd_flags
|
in hpet_ioctl_ieon()
[all...]
Completed in 4 milliseconds