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:manuf_descriptor
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
io_edgeport.c
197
struct edge_manuf_descriptor
manuf_descriptor
; /* the manufacturer descriptor */
member
510
product_info->NumPorts = edge_serial->
manuf_descriptor
.NumPorts;
in get_product_info()
513
product_info->RomSize = edge_serial->
manuf_descriptor
.RomSize;
in get_product_info()
514
product_info->RamSize = edge_serial->
manuf_descriptor
.RamSize;
in get_product_info()
515
product_info->CpuRev = edge_serial->
manuf_descriptor
.CpuRev;
in get_product_info()
516
product_info->BoardRev = edge_serial->
manuf_descriptor
.BoardRev;
in get_product_info()
526
edge_serial->
manuf_descriptor
.DescDate,
in get_product_info()
527
sizeof(edge_serial->
manuf_descriptor
.DescDate));
in get_product_info()
2650
(__u8 *)(&edge_serial->
manuf_descriptor
));
in get_manufacturing_desc()
2659
edge_serial->
manuf_descriptor
in get_manufacturing_desc()
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
io_edgeport.c
197
struct edge_manuf_descriptor
manuf_descriptor
; /* the manufacturer descriptor */
member
434
product_info->NumPorts = edge_serial->
manuf_descriptor
.NumPorts;
in get_product_info()
437
product_info->RomSize = edge_serial->
manuf_descriptor
.RomSize;
in get_product_info()
438
product_info->RamSize = edge_serial->
manuf_descriptor
.RamSize;
in get_product_info()
439
product_info->CpuRev = edge_serial->
manuf_descriptor
.CpuRev;
in get_product_info()
440
product_info->BoardRev = edge_serial->
manuf_descriptor
.BoardRev;
in get_product_info()
450
edge_serial->
manuf_descriptor
.DescDate,
in get_product_info()
451
sizeof(edge_serial->
manuf_descriptor
.DescDate));
in get_product_info()
2534
(__u8 *)(&edge_serial->
manuf_descriptor
));
in get_manufacturing_desc()
2543
edge_serial->
manuf_descriptor
in get_manufacturing_desc()
[all...]
Completed in 7 milliseconds