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:ccu_mux_nb
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H
A
D
ccu_mux.h
104
struct
ccu_mux_nb
{
struct
114
#define to_ccu_mux_nb(_nb) container_of(_nb, struct
ccu_mux_nb
, clk_nb)
116
int ccu_mux_notifier_register(struct clk *clk, struct
ccu_mux_nb
*mux_nb);
H
A
D
ccu_mux.c
264
struct
ccu_mux_nb
*mux = to_ccu_mux_nb(nb);
in ccu_mux_notifier_cb()
282
int ccu_mux_notifier_register(struct clk *clk, struct
ccu_mux_nb
*mux_nb)
in ccu_mux_notifier_register()
H
A
D
ccu-suniv-f1c100s.c
518
static struct
ccu_mux_nb
suniv_cpu_nb = {
H
A
D
ccu-sun8i-a33.c
780
static struct
ccu_mux_nb
sun8i_a33_cpu_nb = {
H
A
D
ccu-sun50i-a64.c
932
static struct
ccu_mux_nb
sun50i_a64_cpu_nb = {
H
A
D
ccu-sun6i-a31.c
1222
static struct
ccu_mux_nb
sun6i_a31_cpu_nb = {
H
A
D
ccu-sun8i-r40.c
1271
static struct
ccu_mux_nb
sun8i_r40_cpu_nb = {
H
A
D
ccu-sun8i-h3.c
1133
static struct
ccu_mux_nb
sun8i_h3_cpu_nb = {
H
A
D
ccu-sun50i-a100.c
1174
static struct
ccu_mux_nb
sun50i_a100_cpu_nb = {
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H
A
D
ccu_mux.h
152
struct
ccu_mux_nb
{
struct
162
#define to_ccu_mux_nb(_nb) container_of(_nb, struct
ccu_mux_nb
, clk_nb)
164
int ccu_mux_notifier_register(struct clk *clk, struct
ccu_mux_nb
*mux_nb);
H
A
D
ccu_mux.c
287
struct
ccu_mux_nb
*mux = to_ccu_mux_nb(nb);
in ccu_mux_notifier_cb()
305
int ccu_mux_notifier_register(struct clk *clk, struct
ccu_mux_nb
*mux_nb)
in ccu_mux_notifier_register()
H
A
D
ccu-suniv-f1c100s.c
528
static struct
ccu_mux_nb
suniv_cpu_nb = {
H
A
D
ccu-sun8i-a33.c
781
static struct
ccu_mux_nb
sun8i_a33_cpu_nb = {
H
A
D
ccu-sun50i-a64.c
934
static struct
ccu_mux_nb
sun50i_a64_cpu_nb = {
H
A
D
ccu-sun20i-d1.c
1332
static struct
ccu_mux_nb
sun20i_d1_riscv_nb = {
H
A
D
ccu-sun50i-a100.c
1173
static struct
ccu_mux_nb
sun50i_a100_cpu_nb = {
H
A
D
ccu-sun6i-a31.c
1223
static struct
ccu_mux_nb
sun6i_a31_cpu_nb = {
H
A
D
ccu-sun8i-r40.c
1272
static struct
ccu_mux_nb
sun8i_r40_cpu_nb = {
H
A
D
ccu-sun8i-h3.c
1033
static struct
ccu_mux_nb
sun8i_h3_cpu_nb = {
Completed in 19 milliseconds