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:CD_ACT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
rocket.c
504
(ChanStatus &
CD_ACT
) ? "on" : "off");
in rp_handle_port()
506
if (!(ChanStatus &
CD_ACT
) && info->cd_status) {
in rp_handle_port()
512
info->cd_status = (ChanStatus &
CD_ACT
) ? 1 : 0;
in rp_handle_port()
767
if (sGetChanStatus(cp) &
CD_ACT
)
in configure_r_port()
852
return (sGetChanStatusLo(&info->channel) &
CD_ACT
) ? 1 : 0;
in carrier_raised()
917
if (sGetChanStatus(cp) &
CD_ACT
)
in rp_open()
1137
((ChanStatus &
CD_ACT
) ? TIOCM_CAR : 0) |
in rp_tiocmget()
H
A
D
rocket_int.h
174
#define
CD_ACT
0x08 /* CD input asserted */
macro
776
CD_ACT
: CD input asserted
803
CD_ACT
: CD input asserted
Completed in 6 milliseconds