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:rphys
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/renesas/
H
A
D
phy-rcar-gen3-usb2.c
109
struct rcar_gen3_phy
rphys
[NUM_OF_PHYS];
member
112
struct mutex lock; /* protects
rphys
[...].powered */
284
if (ch->
rphys
[i].initialized)
in rcar_gen3_is_any_rphy_initialized()
296
if (ch->
rphys
[i].otg_initialized)
in rcar_gen3_needs_init_otg()
308
if (ch->
rphys
[i].powered)
in rcar_gen3_are_all_rphys_power_off()
575
return ch->
rphys
[PHY_INDEX_BOTH_HC].phy;
in rcar_gen3_phy_usb2_xlate()
582
return ch->
rphys
[args->args[0]].phy;
in rcar_gen3_phy_usb2_xlate()
664
channel->
rphys
[i].phy = devm_phy_create(dev, NULL,
in rcar_gen3_phy_usb2_probe()
666
if (IS_ERR(channel->
rphys
[i].phy)) {
in rcar_gen3_phy_usb2_probe()
668
ret = PTR_ERR(channel->
rphys
[
in rcar_gen3_phy_usb2_probe()
[all...]
/kernel/linux/linux-6.6/drivers/phy/renesas/
H
A
D
phy-rcar-gen3-usb2.c
112
struct rcar_gen3_phy
rphys
[NUM_OF_PHYS];
member
115
struct mutex lock; /* protects
rphys
[...].powered */
305
if (ch->
rphys
[i].initialized)
in rcar_gen3_is_any_rphy_initialized()
317
if (ch->
rphys
[i].otg_initialized)
in rcar_gen3_needs_init_otg()
329
if (ch->
rphys
[i].powered)
in rcar_gen3_are_all_rphys_power_off()
616
return ch->
rphys
[PHY_INDEX_BOTH_HC].phy;
in rcar_gen3_phy_usb2_xlate()
623
return ch->
rphys
[args->args[0]].phy;
in rcar_gen3_phy_usb2_xlate()
709
channel->
rphys
[i].phy = devm_phy_create(dev, NULL,
in rcar_gen3_phy_usb2_probe()
711
if (IS_ERR(channel->
rphys
[i].phy)) {
in rcar_gen3_phy_usb2_probe()
713
ret = PTR_ERR(channel->
rphys
[
in rcar_gen3_phy_usb2_probe()
[all...]
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H
A
D
mtk-hsdma.c
161
* @
rphys
: The physical addr of RX ring
170
dma_addr_t
rphys
;
member
334
ring->
rphys
= ring->tphys + MTK_DMA_SIZE * sizeof(*ring->txd);
in mtk_hsdma_alloc_pchan()
363
mtk_dma_write(hsdma, MTK_HSDMA_RX_BASE, ring->
rphys
);
in mtk_hsdma_alloc_pchan()
/kernel/linux/linux-6.6/drivers/dma/mediatek/
H
A
D
mtk-hsdma.c
160
* @
rphys
: The physical addr of RX ring
169
dma_addr_t
rphys
;
member
333
ring->
rphys
= ring->tphys + MTK_DMA_SIZE * sizeof(*ring->txd);
in mtk_hsdma_alloc_pchan()
362
mtk_dma_write(hsdma, MTK_HSDMA_RX_BASE, ring->
rphys
);
in mtk_hsdma_alloc_pchan()
Completed in 5 milliseconds