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:rockchip_bus
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/devfreq/
H
A
D
rockchip_bus.c
26
#define to_rockchip_bus_clk_nb(nb) container_of(nb, struct
rockchip_bus
, clk_nb)
27
#define to_rockchip_bus_cpufreq_nb(nb) container_of(nb, struct
rockchip_bus
, cpufreq_nb)
34
struct
rockchip_bus
{
struct
68
static int rockchip_bus_smc_config(struct
rockchip_bus
*bus)
in rockchip_bus_smc_config()
110
static int rockchip_bus_set_freq_table(struct
rockchip_bus
*bus)
in rockchip_bus_set_freq_table()
144
static int rockchip_bus_power_control_init(struct
rockchip_bus
*bus)
in rockchip_bus_power_control_init()
178
struct
rockchip_bus
*bus = dev_get_drvdata(dev);
in rockchip_bus_clkfreq_target()
204
struct
rockchip_bus
*bus = to_rockchip_bus_clk_nb(nb);
in rockchip_bus_clk_notifier()
232
static int rockchip_bus_clkfreq(struct
rockchip_bus
*bus)
in rockchip_bus_clkfreq()
262
struct
rockchip_bus
*bu
in rockchip_bus_cpufreq_target()
[all...]
H
A
D
Makefile
9
obj-$(CONFIG_ARM_ROCKCHIP_BUS_DEVFREQ) +=
rockchip_bus
.o
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_bus.c
27
container_of(nb, struct
rockchip_bus
, clk_nb)
29
container_of(nb, struct
rockchip_bus
, cpufreq_nb)
36
struct
rockchip_bus
{
struct
70
static int rockchip_bus_smc_config(struct
rockchip_bus
*bus)
in rockchip_bus_smc_config()
114
static int rockchip_bus_set_freq_table(struct
rockchip_bus
*bus)
in rockchip_bus_set_freq_table()
150
static int rockchip_bus_power_control_init(struct
rockchip_bus
*bus)
in rockchip_bus_power_control_init()
184
struct
rockchip_bus
*bus = dev_get_drvdata(dev);
in rockchip_bus_clkfreq_target()
213
struct
rockchip_bus
*bus = to_rockchip_bus_clk_nb(nb);
in rockchip_bus_clk_notifier()
242
static int rockchip_bus_clkfreq(struct
rockchip_bus
*bus)
in rockchip_bus_clkfreq()
272
struct
rockchip_bus
*bu
in rockchip_bus_cpufreq_target()
[all...]
Completed in 2 milliseconds