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:port_line_coding
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_serial.h
44
struct usb_cdc_line_coding
port_line_coding
; /* 9600-8-N-1 etc */
member
H
A
D
f_acm.c
56
struct usb_cdc_line_coding
port_line_coding
; /* 8-N-1 etc */
member
308
if (req->actual != sizeof(acm->
port_line_coding
)) {
in acm_complete_set_line_coding()
322
acm->
port_line_coding
= *value;
in acm_complete_set_line_coding()
368
memcpy(req->buf, &acm->
port_line_coding
, value);
in acm_setup()
H
A
D
u_serial.c
131
struct usb_cdc_line_coding
port_line_coding
; /* 8-N-1 etc */
member
1178
port->
port_line_coding
= *coding;
in gs_port_alloc()
1342
gser->
port_line_coding
= port->
port_line_coding
;
in gserial_connect()
1396
port->
port_line_coding
= gser->
port_line_coding
;
in gserial_disconnect()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
u_serial.h
44
struct usb_cdc_line_coding
port_line_coding
; /* 9600-8-N-1 etc */
member
H
A
D
f_acm.c
56
struct usb_cdc_line_coding
port_line_coding
; /* 8-N-1 etc */
member
318
if (req->actual != sizeof(acm->
port_line_coding
)) {
in acm_complete_set_line_coding()
332
acm->
port_line_coding
= *value;
in acm_complete_set_line_coding()
376
memcpy(req->buf, &acm->
port_line_coding
, value);
in acm_setup()
H
A
D
u_serial.c
130
struct usb_cdc_line_coding
port_line_coding
; /* 8-N-1 etc */
member
1175
port->
port_line_coding
= *coding;
in gs_port_alloc()
1339
gser->
port_line_coding
= port->
port_line_coding
;
in gserial_connect()
1393
port->
port_line_coding
= gser->
port_line_coding
;
in gserial_disconnect()
Completed in 7 milliseconds