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:dcd_chkcount
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H
A
D
synclink_cs.c
184
int
dcd_chkcount
; /* check counts to prevent */
member
825
info->
dcd_chkcount
= 0;
in bh_status()
1085
if ((info->
dcd_chkcount
)++ >= IO_PIN_SHUTDOWN_LIMIT)
in dcd_change()
1384
info->
dcd_chkcount
= 0;
in mgslpc_program_hw()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
synclink.c
214
int
dcd_chkcount
; /* check counts to prevent */
member
1145
info->
dcd_chkcount
= 0;
in mgsl_bh_status()
1312
if ((info->
dcd_chkcount
)++ >= IO_PIN_SHUTDOWN_LIMIT)
in mgsl_isr_io_pin()
1879
info->
dcd_chkcount
= 0;
in mgsl_program_hw()
H
A
D
synclinkmp.c
189
int
dcd_chkcount
; /* check counts to prevent */
member
2048
info->
dcd_chkcount
= 0;
in bh_status()
2415
if ((info->
dcd_chkcount
)++ >= IO_PIN_SHUTDOWN_LIMIT) {
in isr_io_pin()
2711
info->
dcd_chkcount
= 0;
in program_hw()
H
A
D
synclink_gt.c
297
int
dcd_chkcount
; /* check counts to prevent */
member
1901
info->
dcd_chkcount
= 0;
in bh_handler()
1986
if ((info->
dcd_chkcount
)++ == IO_PIN_SHUTDOWN_LIMIT) {
in dcd_change()
2432
info->
dcd_chkcount
= 0;
in program_hw()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
synclink_gt.c
292
int
dcd_chkcount
; /* check counts to prevent */
member
1891
info->
dcd_chkcount
= 0;
in bh_handler()
1976
if ((info->
dcd_chkcount
)++ == IO_PIN_SHUTDOWN_LIMIT) {
in dcd_change()
2422
info->
dcd_chkcount
= 0;
in program_hw()
Completed in 30 milliseconds