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:if_phys
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/ti/
H
A
D
phy-gmii-sel.c
53
struct phy_gmii_sel_phy_priv *
if_phys
;
member
229
if (!priv || !priv->
if_phys
)
in phy_gmii_sel_of_xlate()
236
if (phy_id != priv->
if_phys
[phy_id - 1].id)
in phy_gmii_sel_of_xlate()
241
priv->
if_phys
[phy_id].rmii_clock_external = args->args[1];
in phy_gmii_sel_of_xlate()
243
priv->
if_phys
[phy_id].id, args->args[1]);
in phy_gmii_sel_of_xlate()
245
return priv->
if_phys
[phy_id].if_phy;
in phy_gmii_sel_of_xlate()
314
struct phy_gmii_sel_phy_priv *
if_phys
;
in phy_gmii_sel_init_ports()
local
331
if_phys
= devm_kcalloc(dev, priv->num_ports,
in phy_gmii_sel_init_ports()
332
sizeof(*
if_phys
), GFP_KERNEL);
in phy_gmii_sel_init_ports()
333
if (!
if_phys
)
in phy_gmii_sel_init_ports()
[all...]
/kernel/linux/linux-6.6/drivers/phy/ti/
H
A
D
phy-gmii-sel.c
63
struct phy_gmii_sel_phy_priv *
if_phys
;
member
307
if (!priv || !priv->
if_phys
)
in phy_gmii_sel_of_xlate()
314
if (phy_id != priv->
if_phys
[phy_id - 1].id)
in phy_gmii_sel_of_xlate()
319
priv->
if_phys
[phy_id].rmii_clock_external = args->args[1];
in phy_gmii_sel_of_xlate()
321
priv->
if_phys
[phy_id].id, args->args[1]);
in phy_gmii_sel_of_xlate()
323
return priv->
if_phys
[phy_id].if_phy;
in phy_gmii_sel_of_xlate()
392
struct phy_gmii_sel_phy_priv *
if_phys
;
in phy_gmii_sel_init_ports()
local
410
if_phys
= devm_kcalloc(dev, priv->num_ports,
in phy_gmii_sel_init_ports()
411
sizeof(*
if_phys
), GFP_KERNEL);
in phy_gmii_sel_init_ports()
412
if (!
if_phys
)
in phy_gmii_sel_init_ports()
[all...]
Completed in 2 milliseconds