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:vph
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H
A
D
pci-imx6.c
94
struct regulator *
vph
;
member
350
if (imx6_pcie->
vph
&&
in imx6_pcie_init_phy()
351
regulator_get_voltage(imx6_pcie->
vph
) > 3000000)
in imx6_pcie_init_phy()
1431
imx6_pcie->
vph
= devm_regulator_get_optional(&pdev->dev, "
vph
");
in imx6_pcie_probe()
1432
if (IS_ERR(imx6_pcie->
vph
)) {
in imx6_pcie_probe()
1433
if (PTR_ERR(imx6_pcie->
vph
) != -ENODEV)
in imx6_pcie_probe()
1434
return PTR_ERR(imx6_pcie->
vph
);
in imx6_pcie_probe()
1435
imx6_pcie->
vph
= NULL;
in imx6_pcie_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-config.c
428
vpath = channel->
vph
->vpath;
in __vxge_hw_channel_initialize()
2183
__vxge_hw_channel_allocate(struct __vxge_hw_vpath_handle *
vph
,
in __vxge_hw_channel_allocate()
argument
2193
hldev =
vph
->vpath->hldev;
in __vxge_hw_channel_allocate()
2194
vp_id =
vph
->vpath->vp_id;
in __vxge_hw_channel_allocate()
2216
channel->
vph
=
vph
;
in __vxge_hw_channel_allocate()
H
A
D
vxge-config.h
585
* @
vph
: Virtual path handle. Virtual Path Object that contains _this_ channel.
629
struct __vxge_hw_vpath_handle *
vph
;
member
Completed in 10 milliseconds