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:UART_LSR_PE
(Results
1 - 25
of
44
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
sdio_uart.c
302
port->read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in sdio_uart_change_speed()
311
port->ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in sdio_uart_change_speed()
381
if (unlikely(*status & (UART_LSR_BI |
UART_LSR_PE
|
in sdio_uart_receive_chars()
387
*status &= ~(UART_LSR_FE |
UART_LSR_PE
);
in sdio_uart_receive_chars()
389
} else if (*status &
UART_LSR_PE
)
in sdio_uart_receive_chars()
402
else if (*status &
UART_LSR_PE
)
in sdio_uart_receive_chars()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
pxa.c
110
if (unlikely(*status & (UART_LSR_BI |
UART_LSR_PE
|
in receive_chars()
116
*status &= ~(UART_LSR_FE |
UART_LSR_PE
);
in receive_chars()
126
} else if (*status &
UART_LSR_PE
)
in receive_chars()
147
} else if (*status &
UART_LSR_PE
)
in receive_chars()
488
up->port.read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in serial_pxa_set_termios()
497
up->port.ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in serial_pxa_set_termios()
H
A
D
vr41xx_siu.c
315
UART_LSR_PE
| UART_LSR_OE))) {
in receive_chars()
317
lsr &= ~(UART_LSR_FE |
UART_LSR_PE
);
in receive_chars()
326
if (lsr &
UART_LSR_PE
)
in receive_chars()
336
if (lsr &
UART_LSR_PE
)
in receive_chars()
544
port->read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in siu_set_termios()
550
port->ignore_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in siu_set_termios()
H
A
D
sunsu.c
332
if (unlikely(*status & (UART_LSR_BI |
UART_LSR_PE
|
in receive_chars()
338
*status &= ~(UART_LSR_FE |
UART_LSR_PE
);
in receive_chars()
351
} else if (*status &
UART_LSR_PE
)
in receive_chars()
372
} else if (*status &
UART_LSR_PE
)
in receive_chars()
844
up->port.read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in sunsu_change_speed()
853
up->port.ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in sunsu_change_speed()
H
A
D
omap-serial.c
505
lsr &= ~(UART_LSR_FE |
UART_LSR_PE
);
in serial_omap_rlsi()
518
if (lsr &
UART_LSR_PE
) {
in serial_omap_rlsi()
909
up->port.read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in serial_omap_set_termios()
918
up->port.ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in serial_omap_set_termios()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
sdio_uart.c
289
port->read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in sdio_uart_change_speed()
298
port->ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in sdio_uart_change_speed()
368
if (unlikely(*status & (UART_LSR_BI |
UART_LSR_PE
|
in sdio_uart_receive_chars()
374
*status &= ~(UART_LSR_FE |
UART_LSR_PE
);
in sdio_uart_receive_chars()
376
} else if (*status &
UART_LSR_PE
)
in sdio_uart_receive_chars()
389
else if (*status &
UART_LSR_PE
)
in sdio_uart_receive_chars()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
pxa.c
111
if (unlikely(*status & (UART_LSR_BI |
UART_LSR_PE
|
in receive_chars()
117
*status &= ~(UART_LSR_FE |
UART_LSR_PE
);
in receive_chars()
127
} else if (*status &
UART_LSR_PE
)
in receive_chars()
148
} else if (*status &
UART_LSR_PE
)
in receive_chars()
452
up->port.read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in serial_pxa_set_termios()
461
up->port.ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in serial_pxa_set_termios()
H
A
D
sunsu.c
333
if (unlikely(*status & (UART_LSR_BI |
UART_LSR_PE
|
in receive_chars()
339
*status &= ~(UART_LSR_FE |
UART_LSR_PE
);
in receive_chars()
352
} else if (*status &
UART_LSR_PE
)
in receive_chars()
373
} else if (*status &
UART_LSR_PE
)
in receive_chars()
838
up->port.read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in sunsu_change_speed()
847
up->port.ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in sunsu_change_speed()
H
A
D
omap-serial.c
459
lsr &= ~(UART_LSR_FE |
UART_LSR_PE
);
in serial_omap_rlsi()
472
if (lsr &
UART_LSR_PE
) {
in serial_omap_rlsi()
827
up->port.read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in serial_omap_set_termios()
836
up->port.ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in serial_omap_set_termios()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
serial_reg.h
144
#define
UART_LSR_PE
0x04 /* Parity error indicator */
macro
147
#define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|
UART_LSR_PE
|UART_LSR_OE)
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
amiserial.c
247
if (status & (UART_LSR_BI |
UART_LSR_PE
|
in receive_chars()
253
status &= ~(UART_LSR_FE |
UART_LSR_PE
);
in receive_chars()
255
} else if (status &
UART_LSR_PE
)
in receive_chars()
279
} else if (status &
UART_LSR_PE
)
in receive_chars()
697
info->read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in change_speed()
706
info->ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in change_speed()
H
A
D
mxser.c
759
info->read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in mxser_change_speed()
775
UART_LSR_PE
|
in mxser_change_speed()
779
UART_LSR_PE
|
in mxser_change_speed()
2120
} else if (*status &
UART_LSR_PE
) {
in mxser_receive_chars()
2269
if (status &
UART_LSR_PE
)
in mxser_interrupt()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
amiserial.c
212
if (status & (UART_LSR_BI |
UART_LSR_PE
|
in receive_chars()
218
status &= ~(UART_LSR_FE |
UART_LSR_PE
);
in receive_chars()
220
} else if (status &
UART_LSR_PE
)
in receive_chars()
244
} else if (status &
UART_LSR_PE
)
in receive_chars()
655
info->read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in change_speed()
664
info->ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in change_speed()
H
A
D
mxser.c
650
info->read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in mxser_change_speed()
666
UART_LSR_PE
|
in mxser_change_speed()
670
UART_LSR_PE
|
in mxser_change_speed()
1532
} else if (status &
UART_LSR_PE
) {
in mxser_receive_chars_old()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
ark3116.c
520
if (lsr &
UART_LSR_PE
)
in ark3116_update_lsr()
611
else if (lsr &
UART_LSR_PE
)
in ark3116_process_read_urb()
H
A
D
ssu100.c
477
if (lsr &
UART_LSR_PE
) {
in ssu100_update_lsr()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
ark3116.c
495
if (lsr &
UART_LSR_PE
)
in ark3116_update_lsr()
586
else if (lsr &
UART_LSR_PE
)
in ark3116_process_read_urb()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
serial_reg.h
139
#define
UART_LSR_PE
0x04 /* Parity error indicator */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
serial_reg.h
99
#define
UART_LSR_PE
0x04
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
serial_reg.h
87
#define
UART_LSR_PE
0x04
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
serial_reg.h
99
#define
UART_LSR_PE
0x04
macro
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H
A
D
jsm_cls.c
422
ch->ch_equeue[head] = linestatus & (UART_LSR_BI |
UART_LSR_PE
in cls_copy_data_from_uart_to_queue()
428
if (ch->ch_equeue[head] &
UART_LSR_PE
)
in cls_copy_data_from_uart_to_queue()
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H
A
D
jsm_cls.c
418
ch->ch_equeue[head] = linestatus & (UART_LSR_BI |
UART_LSR_PE
in cls_copy_data_from_uart_to_queue()
424
if (ch->ch_equeue[head] &
UART_LSR_PE
)
in cls_copy_data_from_uart_to_queue()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_port.c
1725
lsr &= ~(UART_LSR_FE |
UART_LSR_PE
);
in serial8250_read_char()
1735
} else if (lsr &
UART_LSR_PE
)
in serial8250_read_char()
1750
} else if (lsr &
UART_LSR_PE
)
in serial8250_read_char()
2771
port->read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in serial8250_do_set_termios()
2780
port->ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in serial8250_do_set_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_port.c
1729
lsr &= ~(UART_LSR_FE |
UART_LSR_PE
);
in serial8250_read_char()
1739
} else if (lsr &
UART_LSR_PE
)
in serial8250_read_char()
1754
} else if (lsr &
UART_LSR_PE
)
in serial8250_read_char()
2824
port->read_status_mask |= UART_LSR_FE |
UART_LSR_PE
;
in serial8250_do_set_termios()
2833
port->ignore_status_mask |=
UART_LSR_PE
| UART_LSR_FE;
in serial8250_do_set_termios()
Completed in 41 milliseconds
1
2