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:oem_parameters
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/isci/
H
A
D
phy.c
132
phy_oem = &ihost->
oem_parameters
.phys[phy_idx];
in sci_phy_link_layer_initialization()
170
if (ihost->
oem_parameters
.controller.do_enable_ssc) {
in sci_phy_link_layer_initialization()
187
sata_spread = ihost->
oem_parameters
.controller.ssc_sata_tx_spread_level;
in sci_phy_link_layer_initialization()
188
sas_spread = ihost->
oem_parameters
.controller.ssc_sas_tx_spread_level;
in sci_phy_link_layer_initialization()
195
sas_type = ihost->
oem_parameters
.controller.ssc_sas_tx_type;
in sci_phy_link_layer_initialization()
1394
struct sci_oem_params *oem = &ihost->
oem_parameters
;
in isci_phy_init()
H
A
D
init.c
451
struct sci_oem_params *oem = &ihost->
oem_parameters
;
in sci_oem_defaults()
534
ihost->
oem_parameters
= orom->ctrl[id];
in isci_host_alloc()
539
if (sci_oem_parameters_validate(&ihost->
oem_parameters
, oem_version)) {
in isci_host_alloc()
H
A
D
port_config.c
257
phy_mask = ihost->
oem_parameters
.ports[port_index].phy_mask;
in sci_mpc_agent_validate_phy_configuration()
738
mode = ihost->
oem_parameters
.controller.mode_type;
in sci_port_configuration_agent_initialize()
H
A
D
host.h
156
struct sci_oem_params
oem_parameters
;
member
H
A
D
host.c
904
struct sci_oem_params *oem = &ihost->
oem_parameters
;
in sci_controller_start_next_phy()
1736
return min_t(u8, ihost->
oem_parameters
.controller.max_concurr_spin_up,
in max_spin_up()
1901
return &ihost->
oem_parameters
.controller.cable_selection_mask;
in to_cable_select()
1926
const struct sci_oem_params *oem = &ihost->
oem_parameters
;
in sci_controller_afe_initialization()
H
A
D
port.c
654
if (iport->owning_controller->
oem_parameters
.controller.mode_type ==
in sci_port_deactivate_phy()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H
A
D
phy.c
132
phy_oem = &ihost->
oem_parameters
.phys[phy_idx];
in sci_phy_link_layer_initialization()
170
if (ihost->
oem_parameters
.controller.do_enable_ssc) {
in sci_phy_link_layer_initialization()
187
sata_spread = ihost->
oem_parameters
.controller.ssc_sata_tx_spread_level;
in sci_phy_link_layer_initialization()
188
sas_spread = ihost->
oem_parameters
.controller.ssc_sas_tx_spread_level;
in sci_phy_link_layer_initialization()
195
sas_type = ihost->
oem_parameters
.controller.ssc_sas_tx_type;
in sci_phy_link_layer_initialization()
1390
struct sci_oem_params *oem = &ihost->
oem_parameters
;
in isci_phy_init()
H
A
D
init.c
449
struct sci_oem_params *oem = &ihost->
oem_parameters
;
in sci_oem_defaults()
532
ihost->
oem_parameters
= orom->ctrl[id];
in isci_host_alloc()
537
if (sci_oem_parameters_validate(&ihost->
oem_parameters
, oem_version)) {
in isci_host_alloc()
H
A
D
port_config.c
257
phy_mask = ihost->
oem_parameters
.ports[port_index].phy_mask;
in sci_mpc_agent_validate_phy_configuration()
739
mode = ihost->
oem_parameters
.controller.mode_type;
in sci_port_configuration_agent_initialize()
H
A
D
host.h
156
struct sci_oem_params
oem_parameters
;
member
H
A
D
host.c
902
struct sci_oem_params *oem = &ihost->
oem_parameters
;
in sci_controller_start_next_phy()
1734
return min_t(u8, ihost->
oem_parameters
.controller.max_concurr_spin_up,
in max_spin_up()
1899
return &ihost->
oem_parameters
.controller.cable_selection_mask;
in to_cable_select()
1924
const struct sci_oem_params *oem = &ihost->
oem_parameters
;
in sci_controller_afe_initialization()
H
A
D
port.c
655
if (iport->owning_controller->
oem_parameters
.controller.mode_type ==
in sci_port_deactivate_phy()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
actbl1.h
210
u16
oem_parameters
;
member
/kernel/linux/linux-6.6/include/acpi/
H
A
D
actbl1.h
261
u16
oem_parameters
;
member
Completed in 28 milliseconds