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:CpuRev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
io_edgeport.h
41
__u8
CpuRev
; /* CPU revision level (chg only if s/w visible) */
member
H
A
D
io_usbvend.h
437
__u8
CpuRev
; // F06 CPU revision level (chg only if s/w visible)
member
485
// Note: The
CpuRev
and BoardRev values do not conform to manufacturing
491
// Values of bottom 5 bits of
CpuRev
& BoardRev for
504
// Values of bottom 5 bits of
CpuRev
& BoardRev for
H
A
D
io_edgeport.c
408
dev_dbg(dev, "
CpuRev
%x\n", product_info->
CpuRev
);
in dump_product_info()
439
product_info->
CpuRev
= edge_serial->manuf_descriptor.
CpuRev
;
in get_product_info()
2546
dev_dbg(dev, "
CpuRev
: %d\n",
in get_manufacturing_desc()
2547
edge_serial->manuf_descriptor.
CpuRev
);
in get_manufacturing_desc()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
io_edgeport.h
91
__u8
CpuRev
; /* CPU revision level (chg only if s/w visible) */
member
H
A
D
io_usbvend.h
437
__u8
CpuRev
; // F06 CPU revision level (chg only if s/w visible)
member
485
// Note: The
CpuRev
and BoardRev values do not conform to manufacturing
491
// Values of bottom 5 bits of
CpuRev
& BoardRev for
504
// Values of bottom 5 bits of
CpuRev
& BoardRev for
H
A
D
io_edgeport.c
484
dev_dbg(dev, "
CpuRev
%x\n", product_info->
CpuRev
);
in dump_product_info()
515
product_info->
CpuRev
= edge_serial->manuf_descriptor.
CpuRev
;
in get_product_info()
2662
dev_dbg(dev, "
CpuRev
: %d\n",
in get_manufacturing_desc()
2663
edge_serial->manuf_descriptor.
CpuRev
);
in get_manufacturing_desc()
Completed in 18 milliseconds