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:bus_attr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/
H
A
D
bus.c
105
struct bus_attribute *
bus_attr
= to_bus_attr(attr);
in bus_attr_show()
local
109
if (
bus_attr
->show)
in bus_attr_show()
110
ret =
bus_attr
->show(subsys_priv->bus, buf);
in bus_attr_show()
117
struct bus_attribute *
bus_attr
= to_bus_attr(attr);
in bus_attr_store()
local
121
if (
bus_attr
->store)
in bus_attr_store()
122
ret =
bus_attr
->store(subsys_priv->bus, buf, count);
in bus_attr_store()
/kernel/linux/linux-6.6/drivers/base/
H
A
D
bus.c
153
struct bus_attribute *
bus_attr
= to_bus_attr(attr);
in bus_attr_show()
local
157
if (
bus_attr
->show)
in bus_attr_show()
158
ret =
bus_attr
->show(subsys_priv->bus, buf);
in bus_attr_show()
165
struct bus_attribute *
bus_attr
= to_bus_attr(attr);
in bus_attr_store()
local
169
if (
bus_attr
->store)
in bus_attr_store()
170
ret =
bus_attr
->store(subsys_priv->bus, buf, count);
in bus_attr_store()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.c
6718
ioa_cfg->
bus_attr
[i].bus_width);
in ipr_scsi_bus_speed_limit()
6720
if (max_xfer_rate < ioa_cfg->
bus_attr
[i].max_xfer_rate)
in ipr_scsi_bus_speed_limit()
6721
ioa_cfg->
bus_attr
[i].max_xfer_rate = max_xfer_rate;
in ipr_scsi_bus_speed_limit()
6740
struct ipr_bus_attributes *
bus_attr
;
in ipr_modify_ioafp_mode_page_28()
local
6759
bus_attr
= &ioa_cfg->
bus_attr
[i];
in ipr_modify_ioafp_mode_page_28()
6761
bus->bus_width =
bus_attr
->bus_width;
in ipr_modify_ioafp_mode_page_28()
6762
bus->max_xfer_rate = cpu_to_be32(
bus_attr
->max_xfer_rate);
in ipr_modify_ioafp_mode_page_28()
6764
if (
bus_attr
->qas_enabled)
in ipr_modify_ioafp_mode_page_28()
9102
ioa_cfg->
bus_attr
[
in ipr_initialize_bus_attr()
[all...]
H
A
D
ipr.h
1483
struct ipr_bus_attributes
bus_attr
[IPR_MAX_NUM_BUSES];
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.c
7491
ioa_cfg->
bus_attr
[i].bus_width);
in ipr_scsi_bus_speed_limit()
7493
if (max_xfer_rate < ioa_cfg->
bus_attr
[i].max_xfer_rate)
in ipr_scsi_bus_speed_limit()
7494
ioa_cfg->
bus_attr
[i].max_xfer_rate = max_xfer_rate;
in ipr_scsi_bus_speed_limit()
7513
struct ipr_bus_attributes *
bus_attr
;
in ipr_modify_ioafp_mode_page_28()
local
7532
bus_attr
= &ioa_cfg->
bus_attr
[i];
in ipr_modify_ioafp_mode_page_28()
7534
bus->bus_width =
bus_attr
->bus_width;
in ipr_modify_ioafp_mode_page_28()
7535
bus->max_xfer_rate = cpu_to_be32(
bus_attr
->max_xfer_rate);
in ipr_modify_ioafp_mode_page_28()
7537
if (
bus_attr
->qas_enabled)
in ipr_modify_ioafp_mode_page_28()
9878
ioa_cfg->
bus_attr
[
in ipr_initialize_bus_attr()
[all...]
H
A
D
ipr.h
1543
struct ipr_bus_attributes
bus_attr
[IPR_MAX_NUM_BUSES];
member
Completed in 33 milliseconds