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:ufs_mtk_phy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/mediatek/
H
A
D
phy-mtk-ufs.c
34
struct
ufs_mtk_phy
{
struct
41
static inline u32 mphy_readl(struct
ufs_mtk_phy
*phy, u32 reg)
in mphy_readl()
46
static inline void mphy_writel(struct
ufs_mtk_phy
*phy, u32 val, u32 reg)
in mphy_writel()
51
static void mphy_set_bit(struct
ufs_mtk_phy
*phy, u32 reg, u32 bit)
in mphy_set_bit()
60
static void mphy_clr_bit(struct
ufs_mtk_phy
*phy, u32 reg, u32 bit)
in mphy_clr_bit()
69
static struct
ufs_mtk_phy
*get_ufs_mtk_phy(struct phy *generic_phy)
in get_ufs_mtk_phy()
71
return (struct
ufs_mtk_phy
*)phy_get_drvdata(generic_phy);
in get_ufs_mtk_phy()
74
static int ufs_mtk_phy_clk_init(struct
ufs_mtk_phy
*phy)
in ufs_mtk_phy_clk_init()
93
static void ufs_mtk_phy_set_active(struct
ufs_mtk_phy
*phy)
in ufs_mtk_phy_set_active()
122
static void ufs_mtk_phy_set_deep_hibern(struct
ufs_mtk_phy
*ph
[all...]
/kernel/linux/linux-6.6/drivers/phy/mediatek/
H
A
D
phy-mtk-ufs.c
39
struct
ufs_mtk_phy
{
struct
45
static struct
ufs_mtk_phy
*get_ufs_mtk_phy(struct phy *generic_phy)
in get_ufs_mtk_phy()
47
return (struct
ufs_mtk_phy
*)phy_get_drvdata(generic_phy);
in get_ufs_mtk_phy()
50
static int ufs_mtk_phy_clk_init(struct
ufs_mtk_phy
*phy)
in ufs_mtk_phy_clk_init()
60
static void ufs_mtk_phy_set_active(struct
ufs_mtk_phy
*phy)
in ufs_mtk_phy_set_active()
91
static void ufs_mtk_phy_set_deep_hibern(struct
ufs_mtk_phy
*phy)
in ufs_mtk_phy_set_deep_hibern()
121
struct
ufs_mtk_phy
*phy = get_ufs_mtk_phy(generic_phy);
in ufs_mtk_phy_power_on()
135
struct
ufs_mtk_phy
*phy = get_ufs_mtk_phy(generic_phy);
in ufs_mtk_phy_power_off()
155
struct
ufs_mtk_phy
*phy;
in ufs_mtk_phy_probe()
193
.name = "
ufs_mtk_phy
",
[all...]
Completed in 2 milliseconds