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:lynx_pcs_create
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pcs-lynx.h
17
struct lynx_pcs *
lynx_pcs_create
(struct mdio_device *mdio);
/kernel/linux/linux-6.6/drivers/net/pcs/
H
A
D
pcs-lynx.c
316
static struct phylink_pcs *
lynx_pcs_create
(struct mdio_device *mdio)
in lynx_pcs_create()
function
342
pcs =
lynx_pcs_create
(mdio);
in lynx_pcs_create_mdiodev()
378
pcs =
lynx_pcs_create
(mdio);
in lynx_pcs_create_fwnode()
/kernel/linux/linux-5.10/drivers/net/pcs/
H
A
D
pcs-lynx.c
296
struct lynx_pcs *
lynx_pcs_create
(struct mdio_device *mdio)
in lynx_pcs_create()
function
310
EXPORT_SYMBOL(
lynx_pcs_create
);
variable
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-mac.c
281
mac->pcs =
lynx_pcs_create
(mdiodev);
in dpaa2_pcs_create()
283
netdev_err(mac->net_dev, "
lynx_pcs_create
() failed\n");
in dpaa2_pcs_create()
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H
A
D
seville_vsc9953.c
1119
lynx =
lynx_pcs_create
(pcs);
in vsc9953_mdio_bus_alloc()
H
A
D
felix_vsc9959.c
1094
lynx =
lynx_pcs_create
(pcs);
in vsc9959_mdio_bus_alloc()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_pf.c
834
pcs_lynx =
lynx_pcs_create
(pcs);
in enetc_imdio_create()
Completed in 8 milliseconds