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:rs485_stop_tx
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
serial_8250.h
137
void (*
rs485_stop_tx
)(struct uart_8250_port *);
member
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_bcm2835aux.c
104
up.
rs485_stop_tx
= bcm2835aux_rs485_stop_tx;
in bcm2835aux_serial_probe()
H
A
D
8250_of.c
169
up->
rs485_stop_tx
= serial8250_em485_stop_tx;
in of_platform_serial_setup()
H
A
D
8250_port.c
614
p->
rs485_stop_tx
(p);
in serial8250_em485_init()
1414
* serial8250_em485_stop_tx() - generic ->
rs485_stop_tx
() callback
1455
p->
rs485_stop_tx
(p);
in serial8250_em485_handle_stop_tx()
1478
*
rs485_stop_tx
() is going to set RTS according to config
in __stop_tx_rs485()
1486
p->
rs485_stop_tx
(p);
in __stop_tx_rs485()
3366
up->
rs485_stop_tx
(up);
in serial8250_console_write()
H
A
D
8250_core.c
1032
uart->
rs485_stop_tx
= up->
rs485_stop_tx
;
in serial8250_register_8250_port()
H
A
D
8250_omap.c
1370
up.
rs485_stop_tx
= serial8250_em485_stop_tx;
in omap8250_probe()
/kernel/linux/linux-6.6/include/linux/
H
A
D
serial_8250.h
165
void (*
rs485_stop_tx
)(struct uart_8250_port *);
member
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_bcm2835aux.c
113
up.
rs485_stop_tx
= bcm2835aux_rs485_stop_tx;
in bcm2835aux_serial_probe()
H
A
D
8250_dwlib.c
258
up->
rs485_stop_tx
= serial8250_em485_stop_tx;
in dw8250_setup_port()
H
A
D
8250_of.c
170
up->
rs485_stop_tx
= serial8250_em485_stop_tx;
in of_platform_serial_setup()
H
A
D
8250_port.c
572
p->
rs485_stop_tx
(p);
in serial8250_em485_init()
1399
* serial8250_em485_stop_tx() - generic ->
rs485_stop_tx
() callback
1441
p->
rs485_stop_tx
(p);
in serial8250_em485_handle_stop_tx()
1466
*
rs485_stop_tx
() is going to set RTS according to config
in __stop_tx_rs485()
1473
p->
rs485_stop_tx
(p);
in __stop_tx_rs485()
3459
up->
rs485_stop_tx
(up);
in serial8250_console_write()
H
A
D
8250_core.c
1066
uart->
rs485_stop_tx
= up->
rs485_stop_tx
;
in serial8250_register_8250_port()
H
A
D
8250_omap.c
1446
up.
rs485_stop_tx
= serial8250_em485_stop_tx;
in omap8250_probe()
Completed in 18 milliseconds