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:int_cnt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/samsung/
H
A
D
phy-samsung-usb2.h
30
int
int_cnt
;
member
H
A
D
phy-exynos4x12-usb2.c
262
if (inst->
int_cnt
++ > 0)
in exynos4x12_power_on_int()
302
if (inst->
int_cnt
-- > 1)
in exynos4x12_power_off_int()
/kernel/linux/linux-6.6/drivers/phy/samsung/
H
A
D
phy-samsung-usb2.h
30
int
int_cnt
;
member
H
A
D
phy-exynos4x12-usb2.c
262
if (inst->
int_cnt
++ > 0)
in exynos4x12_power_on_int()
302
if (inst->
int_cnt
-- > 1)
in exynos4x12_power_off_int()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
wd33c93.h
256
unsigned long
int_cnt
; /* # of interrupts serviced */
member
H
A
D
wd33c93.c
809
hostdata->
int_cnt
++;
in wd33c93_intr()
1980
hostdata->
int_cnt
= 0;
in wd33c93_init()
2160
hd->
int_cnt
, hd->dma_cnt, hd->pio_cnt);
in wd33c93_show_info()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
wd33c93.h
251
unsigned long
int_cnt
; /* # of interrupts serviced */
member
H
A
D
wd33c93.c
751
hostdata->
int_cnt
++;
in wd33c93_intr()
1926
hostdata->
int_cnt
= 0;
in wd33c93_init()
2106
hd->
int_cnt
, hd->dma_cnt, hd->pio_cnt);
in wd33c93_show_info()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
mxser.c
1663
unsigned int
int_cnt
, pass_counter = 0;
in mxser_interrupt()
local
1681
int_cnt
= 0;
in mxser_interrupt()
1686
} while (
int_cnt
++ < MXSER_ISR_PASS_LIMIT);
in mxser_interrupt()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
mxser.c
2222
unsigned int
int_cnt
, pass_counter = 0;
in mxser_interrupt()
local
2250
int_cnt
= 0;
in mxser_interrupt()
2306
} while (
int_cnt
++ < MXSER_ISR_PASS_LIMIT);
in mxser_interrupt()
Completed in 16 milliseconds