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:firmware_ops
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
firmware.h
14
* struct
firmware_ops
20
struct
firmware_ops
{
struct
55
/* Global pointer for current
firmware_ops
structure, can't be NULL. */
56
extern const struct
firmware_ops
*
firmware_ops
;
65
((
firmware_ops
->op) ?
firmware_ops
->op(__VA_ARGS__) : (-ENOSYS))
70
* A function to register platform
firmware_ops
struct.
72
static inline void register_firmware_ops(const struct
firmware_ops
*ops)
in register_firmware_ops()
76
firmware_ops
in register_firmware_ops()
[all...]
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
firmware.h
14
* struct
firmware_ops
20
struct
firmware_ops
{
struct
55
/* Global pointer for current
firmware_ops
structure, can't be NULL. */
56
extern const struct
firmware_ops
*
firmware_ops
;
65
((
firmware_ops
->op) ?
firmware_ops
->op(__VA_ARGS__) : (-ENOSYS))
70
* A function to register platform
firmware_ops
struct.
72
static inline void register_firmware_ops(const struct
firmware_ops
*ops)
in register_firmware_ops()
76
firmware_ops
in register_firmware_ops()
[all...]
/kernel/linux/linux-5.10/arch/arm/common/
H
A
D
firmware.c
13
static const struct
firmware_ops
default_firmware_ops;
15
const struct
firmware_ops
*
firmware_ops
= &default_firmware_ops;
variable
/kernel/linux/linux-6.6/arch/arm/common/
H
A
D
firmware.c
13
static const struct
firmware_ops
default_firmware_ops;
15
const struct
firmware_ops
*
firmware_ops
= &default_firmware_ops;
variable
/kernel/linux/linux-5.10/drivers/firmware/
H
A
D
trusted_foundations.c
143
static const struct
firmware_ops
trusted_foundations_ops = {
183
return
firmware_ops
== &trusted_foundations_ops;
in trusted_foundations_registered()
/kernel/linux/linux-6.6/drivers/firmware/
H
A
D
trusted_foundations.c
143
static const struct
firmware_ops
trusted_foundations_ops = {
183
return
firmware_ops
== &trusted_foundations_ops;
in trusted_foundations_registered()
/kernel/linux/linux-5.10/drivers/cpuidle/
H
A
D
cpuidle-tegra.c
53
return
firmware_ops
->prepare_idle &&
firmware_ops
->do_idle;
in tegra_cpuidle_using_firmware()
/kernel/linux/linux-5.10/arch/arm/mach-exynos/
H
A
D
firmware.c
142
static const struct
firmware_ops
exynos_firmware_ops = {
/kernel/linux/linux-6.6/arch/arm/mach-exynos/
H
A
D
firmware.c
150
static const struct
firmware_ops
exynos_firmware_ops = {
Completed in 3 milliseconds