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:CONTROL_DTR
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
cypress_m8.h
69
#define
CONTROL_DTR
0x20 /* data terminal ready */
macro
H
A
D
pl2303.c
131
#define
CONTROL_DTR
0x01
macro
776
priv->line_control &= ~(
CONTROL_DTR
| CONTROL_RTS);
in pl2303_set_termios()
778
priv->line_control |= (
CONTROL_DTR
| CONTROL_RTS);
in pl2303_set_termios()
826
priv->line_control |= (
CONTROL_DTR
| CONTROL_RTS);
in pl2303_dtr_rts()
828
priv->line_control &= ~(
CONTROL_DTR
| CONTROL_RTS);
in pl2303_dtr_rts()
896
priv->line_control |=
CONTROL_DTR
;
in pl2303_tiocmset()
900
priv->line_control &= ~
CONTROL_DTR
;
in pl2303_tiocmset()
925
result = ((mcr &
CONTROL_DTR
) ? TIOCM_DTR : 0)
in pl2303_tiocmget()
H
A
D
cypress_m8.c
633
priv->line_control =
CONTROL_DTR
| CONTROL_RTS;
in cypress_dtr_rts()
823
result = ((control &
CONTROL_DTR
) ? TIOCM_DTR : 0)
in cypress_tiocmget()
847
priv->line_control |=
CONTROL_DTR
;
in cypress_tiocmset()
851
priv->line_control &= ~
CONTROL_DTR
;
in cypress_tiocmset()
914
priv->line_control &= ~(
CONTROL_DTR
| CONTROL_RTS);
in cypress_set_termios()
916
priv->line_control = (
CONTROL_DTR
| CONTROL_RTS);
in cypress_set_termios()
H
A
D
cp210x.c
393
#define
CONTROL_DTR
0x0001
macro
1532
control |=
CONTROL_DTR
;
in cp210x_tiocmset_port()
1540
control &= ~
CONTROL_DTR
;
in cp210x_tiocmset_port()
1567
result = ((control &
CONTROL_DTR
) ? TIOCM_DTR : 0)
in cp210x_tiocmget()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
cypress_m8.h
69
#define
CONTROL_DTR
0x20 /* data terminal ready */
macro
H
A
D
pl2303.c
131
#define
CONTROL_DTR
0x01
macro
892
priv->line_control &= ~(
CONTROL_DTR
| CONTROL_RTS);
in pl2303_set_termios()
894
priv->line_control |= (
CONTROL_DTR
| CONTROL_RTS);
in pl2303_set_termios()
942
priv->line_control |= (
CONTROL_DTR
| CONTROL_RTS);
in pl2303_dtr_rts()
944
priv->line_control &= ~(
CONTROL_DTR
| CONTROL_RTS);
in pl2303_dtr_rts()
1012
priv->line_control |=
CONTROL_DTR
;
in pl2303_tiocmset()
1016
priv->line_control &= ~
CONTROL_DTR
;
in pl2303_tiocmset()
1041
result = ((mcr &
CONTROL_DTR
) ? TIOCM_DTR : 0)
in pl2303_tiocmget()
H
A
D
cypress_m8.c
632
priv->line_control =
CONTROL_DTR
| CONTROL_RTS;
in cypress_dtr_rts()
822
result = ((control &
CONTROL_DTR
) ? TIOCM_DTR : 0)
in cypress_tiocmget()
846
priv->line_control |=
CONTROL_DTR
;
in cypress_tiocmset()
850
priv->line_control &= ~
CONTROL_DTR
;
in cypress_tiocmset()
899
priv->line_control &= ~(
CONTROL_DTR
| CONTROL_RTS);
in cypress_set_termios()
901
priv->line_control = (
CONTROL_DTR
| CONTROL_RTS);
in cypress_set_termios()
H
A
D
cp210x.c
399
#define
CONTROL_DTR
0x0001
macro
1354
control |=
CONTROL_DTR
;
in cp210x_tiocmset_port()
1364
control &= ~
CONTROL_DTR
;
in cp210x_tiocmset_port()
1430
result = ((control &
CONTROL_DTR
) ? TIOCM_DTR : 0)
in cp210x_tiocmget()
Completed in 13 milliseconds