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:lStop
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
mos7720.c
1368
__u8
lStop
;
in change_port_settings()
local
1384
lStop
= 0x00; /* 1 stop bit */
in change_port_settings()
1410
lStop
= UART_LCR_STOP;
in change_port_settings()
1413
lStop
= 0x00;
in change_port_settings()
1424
mos7720_port->shadowLCR |= (lData | lParity |
lStop
);
in change_port_settings()
H
A
D
mos7840.c
1200
__u8
lStop
;
in mos7840_change_port_settings()
local
1205
lStop
= LCR_STOP_1;
in mos7840_change_port_settings()
1249
lStop
= LCR_STOP_2;
in mos7840_change_port_settings()
1252
lStop
= LCR_STOP_1;
in mos7840_change_port_settings()
1259
mos7840_port->shadowLCR |= (lData | lParity |
lStop
);
in mos7840_change_port_settings()
H
A
D
io_edgeport.c
2341
__u8
lStop
;
in change_port_settings()
local
2396
lStop
= LCR_STOP_2;
in change_port_settings()
2399
lStop
= LCR_STOP_1;
in change_port_settings()
2456
edge_port->shadowLCR |= (lData | lParity |
lStop
);
in change_port_settings()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
mos7720.c
1538
__u8
lStop
;
in change_port_settings()
local
1555
lStop
= 0x00; /* 1 stop bit */
in change_port_settings()
1598
lStop
= UART_LCR_STOP;
in change_port_settings()
1601
lStop
= 0x00;
in change_port_settings()
1612
mos7720_port->shadowLCR |= (lData | lParity |
lStop
);
in change_port_settings()
H
A
D
mos7840.c
1203
__u8
lStop
;
in mos7840_change_port_settings()
local
1208
lStop
= LCR_STOP_1;
in mos7840_change_port_settings()
1252
lStop
= LCR_STOP_2;
in mos7840_change_port_settings()
1255
lStop
= LCR_STOP_1;
in mos7840_change_port_settings()
1262
mos7840_port->shadowLCR |= (lData | lParity |
lStop
);
in mos7840_change_port_settings()
H
A
D
io_edgeport.c
2457
__u8
lStop
;
in change_port_settings()
local
2512
lStop
= LCR_STOP_2;
in change_port_settings()
2515
lStop
= LCR_STOP_1;
in change_port_settings()
2572
edge_port->shadowLCR |= (lData | lParity |
lStop
);
in change_port_settings()
Completed in 21 milliseconds