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:release_rx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_dma.c
208
goto
release_rx
;
in serial8250_request_dma()
212
goto
release_rx
;
in serial8250_request_dma()
223
goto
release_rx
;
in serial8250_request_dma()
265
release_rx
:
in serial8250_request_dma()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_dma.c
214
goto
release_rx
;
in serial8250_request_dma()
218
goto
release_rx
;
in serial8250_request_dma()
229
goto
release_rx
;
in serial8250_request_dma()
271
release_rx
:
in serial8250_request_dma()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
xskxceiver.h
166
bool
release_rx
;
member
H
A
D
xskxceiver.c
392
ifobj->
release_rx
= true;
in __test_spec_init()
1083
if (ifobj->
release_rx
)
in receive_pkts()
1791
test->ifobj_rx->
release_rx
= false;
in testapp_stats_rx_full()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
atmel_serial.c
185
void (*
release_rx
)(struct uart_port *port);
member
1799
atmel_port->
release_rx
= &atmel_release_rx_dma;
in atmel_set_ops()
1803
atmel_port->
release_rx
= &atmel_release_rx_pdc;
in atmel_set_ops()
1807
atmel_port->
release_rx
= NULL;
in atmel_set_ops()
2087
if (atmel_port->
release_rx
)
in atmel_shutdown()
2088
atmel_port->
release_rx
(port);
in atmel_shutdown()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
atmel_serial.c
186
void (*
release_rx
)(struct uart_port *port);
member
1771
atmel_port->
release_rx
= &atmel_release_rx_dma;
in atmel_set_ops()
1775
atmel_port->
release_rx
= &atmel_release_rx_pdc;
in atmel_set_ops()
1779
atmel_port->
release_rx
= NULL;
in atmel_set_ops()
2062
if (atmel_port->
release_rx
)
in atmel_shutdown()
2063
atmel_port->
release_rx
(port);
in atmel_shutdown()
Completed in 12 milliseconds