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:cdns_dphy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/cadence/
H
A
D
cdns-dphy.c
74
struct
cdns_dphy
;
76
int (*probe)(struct
cdns_dphy
*dphy);
77
void (*remove)(struct
cdns_dphy
*dphy);
78
void (*set_psm_div)(struct
cdns_dphy
*dphy, u8 div);
79
void (*set_clk_lane_cfg)(struct
cdns_dphy
*dphy,
81
void (*set_pll_cfg)(struct
cdns_dphy
*dphy,
83
unsigned long (*get_wakeup_time_ns)(struct
cdns_dphy
*dphy);
86
struct
cdns_dphy
{
struct
95
static int cdns_dsi_get_dphy_pll_cfg(struct
cdns_dphy
*dphy,
in cdns_dsi_get_dphy_pll_cfg()
136
static int cdns_dphy_setup_psm(struct
cdns_dphy
*dph
[all...]
/kernel/linux/linux-6.6/drivers/phy/cadence/
H
A
D
cdns-dphy.c
92
struct
cdns_dphy
;
94
int (*probe)(struct
cdns_dphy
*dphy);
95
void (*remove)(struct
cdns_dphy
*dphy);
96
void (*set_psm_div)(struct
cdns_dphy
*dphy, u8 div);
97
void (*set_clk_lane_cfg)(struct
cdns_dphy
*dphy,
99
void (*set_pll_cfg)(struct
cdns_dphy
*dphy,
101
unsigned long (*get_wakeup_time_ns)(struct
cdns_dphy
*dphy);
104
struct
cdns_dphy
{
struct
119
static int cdns_dsi_get_dphy_pll_cfg(struct
cdns_dphy
*dphy,
in cdns_dsi_get_dphy_pll_cfg()
160
static int cdns_dphy_setup_psm(struct
cdns_dphy
*dph
[all...]
Completed in 2 milliseconds