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:sprd_comp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sprd/
H
A
D
composite.c
15
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_round_rate()
24
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_recalc_rate()
32
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_set_rate()
40
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_get_parent()
47
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_set_parent()
H
A
D
composite.h
15
struct
sprd_comp
{
struct
24
struct
sprd_comp
_struct = { \
59
static inline struct
sprd_comp
*hw_to_sprd_comp(const struct clk_hw *hw)
in hw_to_sprd_comp()
63
return container_of(common, struct
sprd_comp
, common);
in hw_to_sprd_comp()
/kernel/linux/linux-6.6/drivers/clk/sprd/
H
A
D
composite.c
15
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_determine_rate()
23
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_recalc_rate()
31
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_set_rate()
39
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_get_parent()
46
struct
sprd_comp
*cc = hw_to_sprd_comp(hw);
in sprd_comp_set_parent()
H
A
D
composite.h
15
struct
sprd_comp
{
struct
24
struct
sprd_comp
_struct = { \
59
static inline struct
sprd_comp
*hw_to_sprd_comp(const struct clk_hw *hw)
in hw_to_sprd_comp()
63
return container_of(common, struct
sprd_comp
, common);
in hw_to_sprd_comp()
Completed in 2 milliseconds