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:prod_info
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/
H
A
D
es58x_devlink.c
23
* @
prod_info
: USB custom string returned by the device.
28
* The @
prod_info
string contains the firmware and the bootloader
32
* ("BL:xx.xx.xx") where 'x' represents a digit. @
prod_info
must
35
* Parse @
prod_info
and store the version number in
40
* value and -EBADMSG if @
prod_info
could not be parsed.
43
const char *
prod_info
, const char *prefix)
in es58x_parse_sw_version()
56
prod_info
= strstr(
prod_info
, prefix);
in es58x_parse_sw_version()
57
if (!
prod_info
)
in es58x_parse_sw_version()
60
while (!isdigit(*
prod_info
)) {
in es58x_parse_sw_version()
42
es58x_parse_sw_version(struct es58x_device *es58x_dev, const char *
prod_info
, const char *prefix)
es58x_parse_sw_version()
argument
93
es58x_parse_hw_rev(struct es58x_device *es58x_dev, const char *
prod_info
)
es58x_parse_hw_rev()
argument
144
char *
prod_info
;
es58x_parse_product_info()
local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H
A
D
atioctl.h
1055
u8
prod_info
[32];
member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H
A
D
atioctl.h
1056
u8
prod_info
[32];
member
Completed in 9 milliseconds