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:current_image
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/
H
A
D
stratix10-rsu.c
42
* @status.
current_image
: address of image currently running in flash
61
unsigned long
current_image
;
member
100
priv->status.
current_image
= res->a0;
in rsu_status_callback()
111
priv->status.
current_image
= 0;
in rsu_status_callback()
287
return sprintf(buf, "0x%08lx\n", priv->status.
current_image
);
in current_image_show()
475
static DEVICE_ATTR_RO(
current_image
);
523
priv->status.
current_image
= 0;
in stratix10_rsu_probe()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/ifs/
H
A
D
load.c
18
u32
current_image
; // Current Image #
member
176
if (ifs_meta->
current_image
!= ifsd->cur_batch) {
in validate_ifs_metadata()
178
test_file, ifs_meta->
current_image
);
in validate_ifs_metadata()
/kernel/linux/linux-6.6/drivers/firmware/
H
A
D
stratix10-rsu.c
49
* @status.
current_image
: address of image currently running in flash
75
unsigned long
current_image
;
member
126
priv->status.
current_image
= res->a0;
in rsu_status_callback()
137
priv->status.
current_image
= 0;
in rsu_status_callback()
380
return sprintf(buf, "0x%08lx\n", priv->status.
current_image
);
in current_image_show()
652
static DEVICE_ATTR_RO(
current_image
);
712
priv->status.
current_image
= 0;
in stratix10_rsu_probe()
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec_chardev.c
79
if (resp->
current_image
>= ARRAY_SIZE(current_image_name))
in ec_get_version()
80
resp->
current_image
= 3; /* invalid */
in ec_get_version()
84
current_image_name[resp->
current_image
]);
in ec_get_version()
H
A
D
cros_ec_sysfs.c
146
(r_ver->
current_image
< ARRAY_SIZE(image_names) ?
in version_show()
147
image_names[r_ver->
current_image
] : "?"));
in version_show()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_chardev.c
79
if (resp->
current_image
>= ARRAY_SIZE(current_image_name))
in ec_get_version()
80
resp->
current_image
= 3; /* invalid */
in ec_get_version()
84
current_image_name[resp->
current_image
]);
in ec_get_version()
H
A
D
cros_ec_sysfs.c
143
(r_ver->
current_image
< ARRAY_SIZE(image_names) ?
in version_show()
144
image_names[r_ver->
current_image
] : "?"));
in version_show()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
cros_ec_commands.h
977
* @
current_image
: One of ec_current_image.
983
uint32_t
current_image
;
member
5031
* For alignment of
current_image
5035
uint32_t
current_image
; /* One of ec_current_image */
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
cros_ec_commands.h
981
* @
current_image
: One of ec_current_image.
987
uint32_t
current_image
;
member
5069
* For alignment of
current_image
5073
uint32_t
current_image
; /* One of ec_current_image */
member
Completed in 43 milliseconds