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:get_scpi_ops
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
scpi_protocol.h
74
struct scpi_ops *
get_scpi_ops
(void);
76
static inline struct scpi_ops *
get_scpi_ops
(void) { return NULL; }
in get_scpi_ops()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
scpi_protocol.h
82
struct scpi_ops *
get_scpi_ops
(void);
84
static inline struct scpi_ops *
get_scpi_ops
(void) { return NULL; }
in get_scpi_ops()
function
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk-scpi.c
151
sclk->scpi_ops =
get_scpi_ops
();
in scpi_clk_ops_init()
271
if (!
get_scpi_ops
())
in scpi_clocks_probe()
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-scpi.c
150
sclk->scpi_ops =
get_scpi_ops
();
in scpi_clk_ops_init()
269
if (!
get_scpi_ops
())
in scpi_clocks_probe()
/kernel/linux/linux-5.10/drivers/firmware/
H
A
D
scpi_pm_domain.c
74
scpi_ops =
get_scpi_ops
();
in scpi_pm_domain_probe()
H
A
D
arm_scpi.c
800
struct scpi_ops *
get_scpi_ops
(void)
in get_scpi_ops()
function
804
EXPORT_SYMBOL_GPL(
get_scpi_ops
);
variable
868
scpi_info = NULL; /* stop exporting SCPI ops through
get_scpi_ops
*/
in scpi_remove()
/kernel/linux/linux-6.6/drivers/firmware/
H
A
D
scpi_pm_domain.c
75
scpi_ops =
get_scpi_ops
();
in scpi_pm_domain_probe()
H
A
D
arm_scpi.c
800
struct scpi_ops *
get_scpi_ops
(void)
in get_scpi_ops()
function
804
EXPORT_SYMBOL_GPL(
get_scpi_ops
);
variable
868
scpi_info = NULL; /* stop exporting SCPI ops through
get_scpi_ops
*/
in scpi_remove()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
scpi-cpufreq.c
209
scpi_ops =
get_scpi_ops
();
in scpi_cpufreq_probe()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
scpi-cpufreq.c
200
scpi_ops =
get_scpi_ops
();
in scpi_cpufreq_probe()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
scpi-hwmon.c
147
scpi_ops =
get_scpi_ops
();
in scpi_hwmon_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
scpi-hwmon.c
146
scpi_ops =
get_scpi_ops
();
in scpi_hwmon_probe()
Completed in 8 milliseconds