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:ulFlowReplace
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
cp210x.c
453
__le32
ulFlowReplace
;
member
471
/* cp210x_flow_ctl::
ulFlowReplace
*/
481
/* values for cp210x_flow_ctl::
ulFlowReplace
::CP210X_SERIAL_RTS_MASK */
1202
flow_repl = le32_to_cpu(flow_ctl.
ulFlowReplace
);
in cp210x_get_termios_port()
1205
flow_ctl.
ulFlowReplace
= cpu_to_le32(flow_repl);
in cp210x_get_termios_port()
1472
flow_repl = le32_to_cpu(flow_ctl.
ulFlowReplace
);
in cp210x_set_termios()
1473
dev_dbg(dev, "%s - read ulControlHandshake=0x%08x,
ulFlowReplace
=0x%08x\n",
in cp210x_set_termios()
1497
dev_dbg(dev, "%s - write ulControlHandshake=0x%08x,
ulFlowReplace
=0x%08x\n",
in cp210x_set_termios()
1500
flow_ctl.
ulFlowReplace
= cpu_to_le32(flow_repl);
in cp210x_set_termios()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
cp210x.c
471
__le32
ulFlowReplace
;
member
486
/* cp210x_flow_ctl::
ulFlowReplace
*/
1149
* Some CP2102N interpret ulXonLimit as
ulFlowReplace
(erratum
in cp210x_set_flow_control()
1197
flow_repl = le32_to_cpu(flow_ctl.
ulFlowReplace
);
in cp210x_set_flow_control()
1243
flow_ctl.
ulFlowReplace
= cpu_to_le32(flow_repl);
in cp210x_set_flow_control()
1379
flow_repl = le32_to_cpu(flow_ctl.
ulFlowReplace
);
in cp210x_tiocmset_port()
1394
flow_ctl.
ulFlowReplace
= cpu_to_le32(flow_repl);
in cp210x_tiocmset_port()
Completed in 7 milliseconds