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:dl_read
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_rt288x.c
71
p->
dl_read
= au_serial_dl_read;
in au_platform_setup()
90
up->
dl_read
= au_serial_dl_read;
in rt288x_setup()
H
A
D
8250_core.c
862
uart.
dl_read
= p->
dl_read
;
in serial8250_probe()
1128
if (up->
dl_read
)
in serial8250_register_8250_port()
1129
uart->
dl_read
= up->
dl_read
;
in serial8250_register_8250_port()
H
A
D
8250_em.c
191
up.
dl_read
= serial8250_em_serial_dl_read;
in serial8250_em_probe()
H
A
D
8250_lpc18xx.c
52
baud_clk = port->uartclk / up->
dl_read
(up);
in lpc18xx_rs485_config()
H
A
D
8250_uniphier.c
146
* Override
dl_read
/write callbacks.
228
up.
dl_read
= uniphier_serial_dl_read;
in uniphier_uart_probe()
H
A
D
8250.h
171
return up->
dl_read
(up);
in serial_dl_read()
H
A
D
8250_port.c
432
up->
dl_read
= default_serial_dl_read;
in set_io_from_upio()
/kernel/linux/linux-6.6/include/linux/
H
A
D
serial_8250.h
23
* @
dl_read
: ``u32 ()(struct uart_8250_port *up)``
51
u32 (*
dl_read
)(struct uart_8250_port *up);
member
114
* @
dl_read
: ``u32 ()(struct uart_8250_port *port)``
160
u32 (*
dl_read
)(struct uart_8250_port *up);
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
serial_8250.h
132
int (*
dl_read
)(struct uart_8250_port *);
member
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_em.c
120
up.
dl_read
= serial8250_em_serial_dl_read;
in serial8250_em_probe()
H
A
D
8250.h
147
return up->
dl_read
(up);
in serial_dl_read()
H
A
D
8250_lpc18xx.c
64
baud_clk = port->uartclk / up->
dl_read
(up);
in lpc18xx_rs485_config()
H
A
D
8250_uniphier.c
146
* Override
dl_read
/write callbacks.
228
up.
dl_read
= uniphier_serial_dl_read;
in uniphier_uart_probe()
H
A
D
8250_core.c
1093
if (up->
dl_read
)
in serial8250_register_8250_port()
1094
uart->
dl_read
= up->
dl_read
;
in serial8250_register_8250_port()
H
A
D
8250_port.c
468
up->
dl_read
= default_serial_dl_read;
in set_io_from_upio()
501
up->
dl_read
= au_serial_dl_read;
in set_io_from_upio()
Completed in 22 milliseconds