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:IGNBRK
(Results
1 - 25
of
131
) sorted by relevance
1
2
3
4
5
6
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
termbits-common.h
9
#define
IGNBRK
0x001 /* Ignore break condition */
macro
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
dz.c
620
if (termios->c_iflag & (
IGNBRK
| BRKINT | PARMRK))
in dz_set_termios()
625
if ((termios->c_iflag & (IGNPAR |
IGNBRK
)) == (IGNPAR |
IGNBRK
))
in dz_set_termios()
629
if (termios->c_iflag &
IGNBRK
)
in dz_set_termios()
H
A
D
21285.c
260
termios->c_iflag &= ~(
IGNBRK
| BRKINT);
in serial21285_set_termios()
316
if (termios->c_iflag &
IGNBRK
&& termios->c_iflag & IGNPAR)
in serial21285_set_termios()
H
A
D
pnx8xxx_uart.c
480
if (termios->c_iflag & (
IGNBRK
| BRKINT | PARMRK))
in pnx8xxx_set_termios()
492
if (termios->c_iflag &
IGNBRK
) {
in pnx8xxx_set_termios()
H
A
D
bcm63xx_uart.c
568
if (new->c_iflag & (
IGNBRK
| BRKINT))
in bcm_uart_set_termios()
574
if (new->c_iflag &
IGNBRK
)
in bcm_uart_set_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
dz.c
622
if (termios->c_iflag & (
IGNBRK
| BRKINT | PARMRK))
in dz_set_termios()
627
if ((termios->c_iflag & (IGNPAR |
IGNBRK
)) == (IGNPAR |
IGNBRK
))
in dz_set_termios()
631
if (termios->c_iflag &
IGNBRK
)
in dz_set_termios()
H
A
D
21285.c
239
termios->c_iflag &= ~(
IGNBRK
| BRKINT);
in serial21285_set_termios()
295
if (termios->c_iflag &
IGNBRK
&& termios->c_iflag & IGNPAR)
in serial21285_set_termios()
H
A
D
amba-pl010.c
398
if (termios->c_iflag & (
IGNBRK
| BRKINT | PARMRK))
in pl010_set_termios()
407
if (termios->c_iflag &
IGNBRK
) {
in pl010_set_termios()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
empeg.c
92
&= ~(
IGNBRK
/* disable ignore break */
in empeg_init_termios()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
empeg.c
92
&= ~(
IGNBRK
/* disable ignore break */
in empeg_init_termios()
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H
A
D
termbits.h
78
#define
IGNBRK
0000001
macro
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H
A
D
termbits.h
72
#define
IGNBRK
0000001
macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
termbits.h
83
#define
IGNBRK
0000001 /* Ignore break condition. */
macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
termbits.h
64
#define
IGNBRK
0000001
macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
termbits.h
67
#define
IGNBRK
0000001
macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
termbits.h
75
#define
IGNBRK
0000001
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
termbits.h
63
#define
IGNBRK
0000001
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
termbits.h
58
#define
IGNBRK
0000001
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
termbits.h
71
#define
IGNBRK
0000001
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
termbits.h
72
#define
IGNBRK
0000001
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
termbits.h
71
#define
IGNBRK
0000001
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
termbits.h
72
#define
IGNBRK
0000001
macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
termbits.h
93
#define
IGNBRK
0x00000001
macro
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
slip_user.c
39
tios.c_iflag =
IGNBRK
| IGNPAR;
in set_up_tty()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
slip_user.c
39
tios.c_iflag =
IGNBRK
| IGNPAR;
in set_up_tty()
Completed in 17 milliseconds
1
2
3
4
5
6