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:usbphyc_phy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/st/
H
A
D
phy-stm32-usbphyc.c
337
struct stm32_usbphyc_phy *
usbphyc_phy
= phy_get_drvdata(phy);
in stm32_usbphyc_phy_init()
local
338
struct stm32_usbphyc *usbphyc =
usbphyc_phy
->usbphyc;
in stm32_usbphyc_phy_init()
339
u32 reg_mon = STM32_USBPHYC_MONITOR(
usbphyc_phy
->index);
in stm32_usbphyc_phy_init()
360
usbphyc_phy
->active = true;
in stm32_usbphyc_phy_init()
372
struct stm32_usbphyc_phy *
usbphyc_phy
= phy_get_drvdata(phy);
in stm32_usbphyc_phy_exit()
local
373
struct stm32_usbphyc *usbphyc =
usbphyc_phy
->usbphyc;
in stm32_usbphyc_phy_exit()
375
usbphyc_phy
->active = false;
in stm32_usbphyc_phy_exit()
382
struct stm32_usbphyc_phy *
usbphyc_phy
= phy_get_drvdata(phy);
in stm32_usbphyc_phy_power_on()
local
384
if (
usbphyc_phy
->vbus)
in stm32_usbphyc_phy_power_on()
385
return regulator_enable(
usbphyc_phy
in stm32_usbphyc_phy_power_on()
392
struct stm32_
usbphyc_phy
*
usbphyc_phy
= phy_get_drvdata(phy);
stm32_usbphyc_phy_power_off()
local
466
struct stm32_
usbphyc_phy
*
usbphyc_phy
= usbphyc->phys[index];
stm32_usbphyc_phy_tuning()
local
580
struct stm32_
usbphyc_phy
*
usbphyc_phy
= NULL;
stm32_usbphyc_of_xlate()
local
694
struct stm32_
usbphyc_phy
*
usbphyc_phy
;
stm32_usbphyc_probe()
local
791
struct stm32_
usbphyc_phy
*
usbphyc_phy
;
stm32_usbphyc_resume()
local
[all...]
/kernel/linux/linux-5.10/drivers/phy/st/
H
A
D
phy-stm32-usbphyc.c
211
struct stm32_usbphyc_phy *
usbphyc_phy
= phy_get_drvdata(phy);
in stm32_usbphyc_phy_init()
local
212
struct stm32_usbphyc *usbphyc =
usbphyc_phy
->usbphyc;
in stm32_usbphyc_phy_init()
219
usbphyc_phy
->active = true;
in stm32_usbphyc_phy_init()
226
struct stm32_usbphyc_phy *
usbphyc_phy
= phy_get_drvdata(phy);
in stm32_usbphyc_phy_exit()
local
227
struct stm32_usbphyc *usbphyc =
usbphyc_phy
->usbphyc;
in stm32_usbphyc_phy_exit()
229
usbphyc_phy
->active = false;
in stm32_usbphyc_phy_exit()
236
struct stm32_usbphyc_phy *
usbphyc_phy
= phy_get_drvdata(phy);
in stm32_usbphyc_phy_power_on()
local
238
return regulator_bulk_enable(NUM_SUPPLIES,
usbphyc_phy
->supplies);
in stm32_usbphyc_phy_power_on()
243
struct stm32_usbphyc_phy *
usbphyc_phy
= phy_get_drvdata(phy);
in stm32_usbphyc_phy_power_off()
local
245
return regulator_bulk_disable(NUM_SUPPLIES,
usbphyc_phy
in stm32_usbphyc_phy_power_off()
272
struct stm32_
usbphyc_phy
*
usbphyc_phy
= NULL;
stm32_usbphyc_of_xlate()
local
360
struct stm32_
usbphyc_phy
*
usbphyc_phy
;
stm32_usbphyc_probe()
local
[all...]
Completed in 3 milliseconds