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_CAP_RPM
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250.h
80
#define
UART_CAP_RPM
(1 << 15) /* Runtime PM is active while idle */
macro
H
A
D
8250_omap.c
728
up->capabilities |=
UART_CAP_RPM
;
in omap_8250_startup()
1034
} else if (p->capabilities &
UART_CAP_RPM
) {
in omap_8250_dma_tx_complete()
1064
if (dma->tx_err || p->capabilities &
UART_CAP_RPM
) {
in omap_8250_tx_dma()
1359
up.capabilities |=
UART_CAP_RPM
;
in omap8250_probe()
H
A
D
8250_port.c
558
if (!(p->capabilities &
UART_CAP_RPM
))
in serial8250_rpm_get()
566
if (!(p->capabilities &
UART_CAP_RPM
))
in serial8250_rpm_put()
689
if (!(p->capabilities &
UART_CAP_RPM
))
in serial8250_rpm_get_tx()
703
if (!(p->capabilities &
UART_CAP_RPM
))
in serial8250_rpm_put_tx()
1839
if (uart_circ_empty(xmit) && !(up->capabilities &
UART_CAP_RPM
))
in serial8250_tx_chars()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250.h
83
#define
UART_CAP_RPM
BIT(15) /* Runtime PM is active while idle */
macro
H
A
D
8250_omap.c
726
up->capabilities |=
UART_CAP_RPM
;
in omap_8250_startup()
1106
} else if (p->capabilities &
UART_CAP_RPM
) {
in omap_8250_dma_tx_complete()
1136
if (dma->tx_err || p->capabilities &
UART_CAP_RPM
) {
in omap_8250_tx_dma()
1433
up.capabilities |=
UART_CAP_RPM
;
in omap8250_probe()
H
A
D
8250_port.c
513
if (!(p->capabilities &
UART_CAP_RPM
))
in serial8250_rpm_get()
521
if (!(p->capabilities &
UART_CAP_RPM
))
in serial8250_rpm_put()
654
if (!(p->capabilities &
UART_CAP_RPM
))
in serial8250_rpm_get_tx()
668
if (!(p->capabilities &
UART_CAP_RPM
))
in serial8250_rpm_put_tx()
1844
if (uart_circ_empty(xmit) && !(up->capabilities &
UART_CAP_RPM
))
in serial8250_tx_chars()
Completed in 14 milliseconds