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:TIOCM_OUT2
(Results
1 - 25
of
45
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_ldisc.c
335
set &= ~(
TIOCM_OUT2
| TIOCM_RTS);
in hci_uart_set_flow_control()
338
TIOCM_OUT2
| TIOCM_LOOP;
in hci_uart_set_flow_control()
340
TIOCM_OUT2
| TIOCM_LOOP;
in hci_uart_set_flow_control()
348
set |= (
TIOCM_OUT2
| TIOCM_RTS);
in hci_uart_set_flow_control()
351
TIOCM_OUT2
| TIOCM_LOOP;
in hci_uart_set_flow_control()
353
TIOCM_OUT2
| TIOCM_LOOP;
in hci_uart_set_flow_control()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_ldisc.c
335
set &= ~(
TIOCM_OUT2
| TIOCM_RTS);
in hci_uart_set_flow_control()
338
TIOCM_OUT2
| TIOCM_LOOP;
in hci_uart_set_flow_control()
340
TIOCM_OUT2
| TIOCM_LOOP;
in hci_uart_set_flow_control()
348
set |= (
TIOCM_OUT2
| TIOCM_RTS);
in hci_uart_set_flow_control()
351
TIOCM_OUT2
| TIOCM_LOOP;
in hci_uart_set_flow_control()
353
TIOCM_OUT2
| TIOCM_LOOP;
in hci_uart_set_flow_control()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_alpha.c
18
mctrl |= TIOCM_OUT1 |
TIOCM_OUT2
;
in alpha_jensen_set_mctrl()
H
A
D
8250.h
229
if (tiocm &
TIOCM_OUT2
)
in serial8250_TIOCM_to_MCR()
248
tiocm |=
TIOCM_OUT2
;
in serial8250_MCR_to_TIOCM()
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H
A
D
termios.h
45
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
termios.h
38
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
termios.h
44
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
termios.h
45
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
termios.h
45
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
termios.h
37
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
termios.h
50
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
termios.h
50
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
termios.h
77
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
termios.h
77
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
termios.h
74
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
termios.h
74
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250.h
197
if (tiocm &
TIOCM_OUT2
)
in serial8250_TIOCM_to_MCR()
216
tiocm |=
TIOCM_OUT2
;
in serial8250_MCR_to_TIOCM()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
ark3116.c
425
(ctrl & UART_MCR_OUT2 ?
TIOCM_OUT2
: 0);
in ark3116_tiocmget()
446
if (set &
TIOCM_OUT2
)
in ark3116_tiocmset()
454
if (clr &
TIOCM_OUT2
)
in ark3116_tiocmset()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
ark3116.c
397
(ctrl & UART_MCR_OUT2 ?
TIOCM_OUT2
: 0);
in ark3116_tiocmget()
418
if (set &
TIOCM_OUT2
)
in ark3116_tiocmset()
426
if (clr &
TIOCM_OUT2
)
in ark3116_tiocmset()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
ioctls.h
72
# define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
ioctls.h
67
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
ioctls.h
72
# define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
ioctls.h
67
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
termbits.h
198
#define
TIOCM_OUT2
0x4000
macro
/kernel/linux/linux-5.10/drivers/staging/fwserial/
H
A
D
fwserial.h
288
#define MCTRL_MASK (TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 |
TIOCM_OUT2
| \
Completed in 12 milliseconds
1
2