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:rxPort
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
io_edgeport.c
221
__u8
rxPort
; /* the port that we are currently receiving data for */
member
1771
edge_serial->
rxPort
=
in process_rcvd_data()
1796
edge_serial->
rxPort
= IOSP_GET_HDR_PORT(edge_serial->rxHeader1);
in process_rcvd_data()
1800
edge_serial->
rxPort
,
in process_rcvd_data()
1825
if (rxLen && edge_serial->
rxPort
< serial->num_ports) {
in process_rcvd_data()
1826
port = serial->port[edge_serial->
rxPort
];
in process_rcvd_data()
1831
edge_serial->
rxPort
);
in process_rcvd_data()
1872
if (edge_serial->
rxPort
>= edge_serial->serial->num_ports)
in process_rcvd_status()
1874
port = edge_serial->serial->port[edge_serial->
rxPort
];
in process_rcvd_status()
1879
__func__, edge_serial->
rxPort
);
in process_rcvd_status()
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
io_edgeport.c
221
__u8
rxPort
; /* the port that we are currently receiving data for */
member
1655
edge_serial->
rxPort
=
in process_rcvd_data()
1680
edge_serial->
rxPort
= IOSP_GET_HDR_PORT(edge_serial->rxHeader1);
in process_rcvd_data()
1684
edge_serial->
rxPort
,
in process_rcvd_data()
1709
if (rxLen && edge_serial->
rxPort
< serial->num_ports) {
in process_rcvd_data()
1710
port = serial->port[edge_serial->
rxPort
];
in process_rcvd_data()
1715
edge_serial->
rxPort
);
in process_rcvd_data()
1756
if (edge_serial->
rxPort
>= edge_serial->serial->num_ports)
in process_rcvd_status()
1758
port = edge_serial->serial->port[edge_serial->
rxPort
];
in process_rcvd_status()
1763
__func__, edge_serial->
rxPort
);
in process_rcvd_status()
[all...]
Completed in 10 milliseconds