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:clk_mux_sel
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/ti/
H
A
D
phy-j721e-wiz.c
205
struct wiz_clk_mux_sel *
clk_mux_sel
;
member
314
struct wiz_clk_mux_sel *
clk_mux_sel
;
in wiz_regfield_init()
local
367
clk_mux_sel
= &wiz->
clk_mux_sel
[PLL0_REFCLK];
in wiz_regfield_init()
368
clk_mux_sel
->field = devm_regmap_field_alloc(dev, regmap,
in wiz_regfield_init()
370
if (IS_ERR(
clk_mux_sel
->field)) {
in wiz_regfield_init()
372
return PTR_ERR(
clk_mux_sel
->field);
in wiz_regfield_init()
375
clk_mux_sel
= &wiz->
clk_mux_sel
[PLL1_REFCLK];
in wiz_regfield_init()
376
clk_mux_sel
in wiz_regfield_init()
610
struct wiz_
clk_mux_sel
*
clk_mux_sel
= wiz->
clk_mux_sel
;
wiz_clock_cleanup()
local
629
struct wiz_
clk_mux_sel
*
clk_mux_sel
= wiz->
clk_mux_sel
;
wiz_clock_init()
local
[all...]
/kernel/linux/linux-6.6/drivers/phy/ti/
H
A
D
phy-j721e-wiz.c
346
const struct wiz_clk_mux_sel *
clk_mux_sel
;
member
357
const struct wiz_clk_mux_sel *
clk_mux_sel
;
member
1015
const struct wiz_clk_mux_sel *
clk_mux_sel
= wiz->
clk_mux_sel
;
in wiz_clock_cleanup()
local
1032
clk_node = of_get_child_by_name(node,
clk_mux_sel
[i].node_name);
in wiz_clock_cleanup()
1048
const struct wiz_clk_mux_sel *
clk_mux_sel
= wiz->
clk_mux_sel
;
in wiz_clock_register()
local
1057
ret = wiz_mux_clk_register(wiz, wiz->mux_sel_field[i], &
clk_mux_sel
[i], clk_index);
in wiz_clock_register()
1081
const struct wiz_clk_mux_sel *
clk_mux_sel
= wiz->
clk_mux_sel
;
in wiz_clock_init()
local
[all...]
Completed in 4 milliseconds