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:ucode_vpd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.c
2962
struct ipr_inquiry_page3 *
ucode_vpd
= &ioa_cfg->vpd_cbs->page3_data;
in ipr_dump_ioa_type_data()
local
2971
driver_dump->ioa_type_entry.fw_version = (
ucode_vpd
->major_release << 24) |
in ipr_dump_ioa_type_data()
2972
(
ucode_vpd
->card_type << 16) | (
ucode_vpd
->minor_release[0] << 8) |
in ipr_dump_ioa_type_data()
2973
ucode_vpd
->minor_release[1];
in ipr_dump_ioa_type_data()
3409
struct ipr_inquiry_page3 *
ucode_vpd
= &ioa_cfg->vpd_cbs->page3_data;
in ipr_show_fw_version()
local
3415
ucode_vpd
->major_release,
ucode_vpd
->card_type,
in ipr_show_fw_version()
3416
ucode_vpd
->minor_release[0],
in ipr_show_fw_version()
3417
ucode_vpd
in ipr_show_fw_version()
7132
struct ipr_inquiry_page3 *
ucode_vpd
= &ioa_cfg->vpd_cbs->page3_data;
ipr_ioafp_query_ioa_cfg()
local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.c
3051
struct ipr_inquiry_page3 *
ucode_vpd
= &ioa_cfg->vpd_cbs->page3_data;
in ipr_dump_ioa_type_data()
local
3060
driver_dump->ioa_type_entry.fw_version = (
ucode_vpd
->major_release << 24) |
in ipr_dump_ioa_type_data()
3061
(
ucode_vpd
->card_type << 16) | (
ucode_vpd
->minor_release[0] << 8) |
in ipr_dump_ioa_type_data()
3062
ucode_vpd
->minor_release[1];
in ipr_dump_ioa_type_data()
3498
struct ipr_inquiry_page3 *
ucode_vpd
= &ioa_cfg->vpd_cbs->page3_data;
in ipr_show_fw_version()
local
3504
ucode_vpd
->major_release,
ucode_vpd
->card_type,
in ipr_show_fw_version()
3505
ucode_vpd
->minor_release[0],
in ipr_show_fw_version()
3506
ucode_vpd
in ipr_show_fw_version()
7905
struct ipr_inquiry_page3 *
ucode_vpd
= &ioa_cfg->vpd_cbs->page3_data;
ipr_ioafp_query_ioa_cfg()
local
[all...]
Completed in 14 milliseconds